mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
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" )
17 lines
345 B
Plaintext
17 lines
345 B
Plaintext
Misc. tools for finding and/or repairing common documentation problems
|
|
See the comments in the scripts.
|
|
|
|
1. find-suspiciousTags
|
|
2. fix-Class
|
|
3. find-tinyDescription
|
|
4. find-placeholderDescription
|
|
5. find-retagged
|
|
|
|
Misc Tools
|
|
1. find-templateInComments
|
|
2. find-its
|
|
3. find-junkFiles
|
|
4. find-longlines
|
|
5. find-debugNames (requires git)
|
|
|