ENH: added linebreak option for doxygen

This commit is contained in:
andy 2012-08-13 17:38:05 +01:00
parent f3d8e5316c
commit 1b314bdce7

View File

@ -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
}
# -----------------------------------------------------------------------------