- Nov 30, 2009
-
-
Mark Olesen authored
- space between keyword and bracket in 'for(..)', 'if(..)', 'while(..)'
-
- Nov 29, 2009
-
-
Mark Olesen authored
- makes it easier to copy Doxyfile for local Doxygen generation ie, for debugging and writing without processing everything
-
- Nov 27, 2009
-
-
Mark Olesen authored
- use ':' to prefix verbatim code instead of #+BEGIN_EXAMPLE / #+END_EXAMPLE for a somewhat better feeling for the indentation.
-
Mark Olesen authored
- markup codingStyleGuide.org examples so they actually indent correctly - use 'Info<<' as per codingStyleGuide instead of 'Info <<'
-
- Oct 27, 2009
-
-
Mark Olesen authored
-
- Jul 24, 2009
-
-
Mark Olesen authored
-
Mark Olesen authored
- doc/THIRD_PARTY lists where various third party sources can be found
-
- Dec 31, 2008
-
-
Mark Olesen authored
-
Mark Olesen authored
-
- Dec 02, 2008
- Dec 01, 2008
- Nov 27, 2008
- Nov 05, 2008
-
-
Mark Olesen authored
-
- Sep 19, 2008
-
-
Mark Olesen authored
-
Mark Olesen authored
-
- Aug 09, 2008
-
-
Mark Olesen authored
-
- Jul 23, 2008
-
-
Andrew Heather authored
This reverts commit 7446cee7.
-
- Jul 22, 2008
-
-
Mark Olesen authored
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" )
-
- Jul 04, 2008
-
-
Chris Greenshields authored
-
- Jul 02, 2008
-
-
Mark Olesen authored
-
-
- Jun 25, 2008
-
-
Mark Olesen authored
-
Mark Olesen authored
-
- Jun 23, 2008
-
-
Mark Olesen authored
* output full file path * some preliminary file edits to restore 80-col max.
-
Mark Olesen authored
* output full file path * some preliminary file edits to restore 80-col max.
-
Mark Olesen authored
-
Mark Olesen authored
-
- Jun 13, 2008
-
-
Mark Olesen authored
Doxygen filter changes * allow doxygen to process applications/**.H * use @cond/@endcond to suppress documenting classes/variables in applications/ - allows some access from applications to libraries - connection between application and local includes is still a bit weak, but is possible via the dirs.html navigation.
-
Mark Olesen authored
* allow doxygen to process applications/**.H * use @cond/@endcond to suppress documenting classes/variables in applications/ - allows some access from applications to libraries - connection between application and local includes is still a bit weak, but is possible via the dirs.html navigation.
-
- Jun 11, 2008
-
-
Mark Olesen authored
* skip doxygen docs for local variables (treeBoundBox) * filter transforms 'Typedef' -> @typedef * added tools/find-retagged * manually changed some InClass tags to Typedef - still needs more attention
-
- Jun 06, 2008
-
-
Mark Olesen authored
-
- Jun 04, 2008
-
-
Andrew Heather authored
-
- Apr 15, 2008
-
-
OpenFOAM-admin authored
-