We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3eb828 commit a9f691bCopy full SHA for a9f691b
changelog.in
@@ -69,6 +69,14 @@ Date: Even later
69
[DESCRIPTION]
70
Lots of nice gimmicks for Christmas!
71
72
+[ENTRY]
73
+Module: other
74
+What: documentation
75
+Rank: minor
76
+Thanks: Martin Mann
77
+[DESCRIPTION]
78
+Function prototypes are now highlighted in the detailed function documentation.
79
+
80
[ENTRY]
81
Module: int
82
What: removed
misc/doxygen/stylesheet.css
@@ -272,6 +272,10 @@ DIV.groupHeader {
272
margin-bottom: 6px;
273
}
274
DIV.groupText { margin-left: 16px; font-style: italic; font-size: 90% }
275
+DIV.memproto {
276
+ background-color: #EAEAEA;
277
+ border: 1px solid #C0C0C0;
278
+}
279
BODY {
280
background: white;
281
color: black;
0 commit comments