openfoam/doc
Mark Olesen 7446cee720 DebugSwitches in etc/controlDict is incomplete/incorrect
Added doc/Doxygen/tools/find-debugNames to help but the problem requires
 more attention (Henry/Andy/Mattijs?)
 Caveat:
   - names defined with nested defines will be missed.
   - names defined via typename will be missed.

Cleanup example:

#!/bin/sh
(
cd $WM_PROJECT_DIR
doc/Doxygen/tools/find-debugNames|tee debugs.orig|sed -e 's@ *//.*$@@'>debugs
diff -uw etc/controlDict debugs > debugs.diff
echo "hand-resolve the conflicts - see debugs.diff"
)
2008-07-22 14:04:29 +02:00
..
Doxygen DebugSwitches in etc/controlDict is incomplete/incorrect 2008-07-22 14:04:29 +02:00
Allwmake Creation of OpenFOAM-dev repository 15/04/2008 2008-04-15 18:56:58 +01:00
GUIDELINES removing FoamX 2008-06-04 13:40:02 +01:00