ENH: Fix header stuff for Doxygen
commit278447a117fa7a39e7bd5de19b2911d92291ef2e
authorMichael Wild <themiwi@users.sourceforge.net>
Sat, 4 Jul 2009 13:12:49 +0000 (4 15:12 +0200)
committerMichael Wild <themiwi@users.sourceforge.net>
Mon, 6 Jul 2009 06:27:52 +0000 (6 08:27 +0200)
treeb58cc2feb0e068633acec038d1d0581efeb14e0a
parent91a91dd359d0e88f81da39a4415612fd107c167f
ENH: Fix header stuff for Doxygen

In doxyFilt explicitly convert all FreeFOAM #include's into paths
relative to the project root (doxyFixIncludes) and in the class
documentation make the mentioned header which should be included for
this class to use the <libName/headerName.H> scheme (doxyFixHeaderName).
The utilities for this are not installed.

Signed-off-by: Michael Wild <themiwi@users.sourceforge.net>
CMake/Modules/FFConfigureFiles.cmake
data/utilities/CMakeLists.txt
data/utilities/doxyFilt.in
data/utilities/doxyFixHeaderName.in [new file with mode: 0755]
data/utilities/doxyFixIncludes.in [new file with mode: 0755]
doc/Doxygen/Doxyfile.in