Skip to content

Commit a9f691b

Browse files
committed
HIghlighted function prototypes (thanks to Martin Mann)
git-svn-id: file:///Users/tack/GecodeGitMigration/gecode-svn-mirror/gecode/trunk@6112 e85b7adc-8362-4630-8c63-7469d557c915
1 parent e3eb828 commit a9f691b

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

changelog.in

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,14 @@ Date: Even later
6969
[DESCRIPTION]
7070
Lots of nice gimmicks for Christmas!
7171

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+
7280
[ENTRY]
7381
Module: int
7482
What: removed

misc/doxygen/stylesheet.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,10 @@ DIV.groupHeader {
272272
margin-bottom: 6px;
273273
}
274274
DIV.groupText { margin-left: 16px; font-style: italic; font-size: 90% }
275+
DIV.memproto {
276+
background-color: #EAEAEA;
277+
border: 1px solid #C0C0C0;
278+
}
275279
BODY {
276280
background: white;
277281
color: black;

0 commit comments

Comments
 (0)