ENH: Added table handling and treatment for /header into doxygen

This commit is contained in:
andy
2012-07-10 17:07:06 +01:00
parent b38fa5cb22
commit 6af7599349
3 changed files with 106 additions and 1 deletions

View File

@ -150,6 +150,10 @@ s? *\([a-zA-Z0-9]*\.[a-zA-Z]*\)? <li><a href="%dirName%/\1">\1</a></li>?
s/.*\*\//\*\//
# convert /heading in source files to bold font and add some space
s#/heading \(.*\)#<br><b>\1</b>#g
}
# -----------------------------------------------------------------------------