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

@ -54,7 +54,8 @@ then
# ;;
esac
awk -f $awkScript $1 | \
awk -f $WM_PROJECT_DIR/bin/tools/doxyFilter-table.awk $1 | \
awk -f $awkScript | \
sed -f $WM_PROJECT_DIR/bin/tools/doxyFilter.sed \
-e s@%filePath%@$filePath@g \
-e s@%fileName%@$fileName@g \