Skip to content

Commit 42dbf29

Browse files
committed
Add empty CSS rules for syntax highlighting
1 parent 0cf5653 commit 42dbf29

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

templates/html/doxygen.css

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,22 @@ a.codeRef, a.codeRef:visited, a.lineRef, a.lineRef:visited {
228228
color: ##60;
229229
}
230230

231+
a.code.highlightclass {
232+
/* style for links to class names in code snippets */
233+
}
234+
a.code.highlightfile {
235+
/* style for links to file names in code snippets */
236+
}
237+
a.code.highlightnamespace {
238+
/* style for links to namespace names in code snippets */
239+
}
240+
a.code.highlightmember {
241+
/* style for links to member variable/function names in code snippets */
242+
}
243+
a.code.highlightconcept {
244+
/* style for links to concept names in code snippets */
245+
}
246+
231247
/* @end */
232248

233249
dl.el {

0 commit comments

Comments
 (0)