[clang-tools-extra] [clang-doc]: Enable horizontal wrapping on longer function definitions (PR #181417)

Paul Kirth via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 13 15:59:47 PST 2026


================
@@ -520,3 +520,21 @@ a, a:visited, a:hover, a:active {
   overflow: hidden;
   padding: 10px;
 }
+
+.params-vertical {
+    display: block;
+    padding-left: 1ch;
+}
+
+.param {
+    display: block;
+}
+
+.hljs-type {
+    color: var(--brand-dark);
+}
+
+.hljs-title {
+    color: var(--brand-dark);
+    font-weight: bold;
+}
----------------
ilovepi wrote:

nit: newline at end of file. please check editor settings.

https://github.com/llvm/llvm-project/pull/181417


More information about the cfe-commits mailing list