ENH: added linebreak option for doxygen
This commit is contained in:
parent
f3d8e5316c
commit
1b314bdce7
@ -165,6 +165,9 @@ s/.*\*\//\*\//
|
||||
# convert /heading in source files to bold font and add some space
|
||||
s#\\heading \(.*\)#<br><b>\1</b>#g
|
||||
|
||||
# add a linebreak
|
||||
s#\\linebreak#<br>#g
|
||||
|
||||
}
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user