Skip to content
Snippets Groups Projects
  1. Nov 30, 2009
  2. Nov 29, 2009
  3. Nov 27, 2009
  4. Oct 27, 2009
  5. Jul 24, 2009
  6. Dec 31, 2008
  7. Dec 02, 2008
  8. Dec 01, 2008
  9. Nov 27, 2008
    • sergio's avatar
      Doxyfile setup correction · 2325ec48
      sergio authored
      2325ec48
    • sergio's avatar
      basic.H · 747db59c
      sergio authored
      XiModel.H
      SCOPELaminarFlameSpeed.H
      basicXiSubXiEq.H
      basicXiSubG.H
      Doxyfile (include PATH to OpenCFD Macros)
      doxyFilt (include class documentation in /src)
      747db59c
  10. Nov 05, 2008
  11. Sep 19, 2008
  12. Aug 09, 2008
  13. Jul 23, 2008
  14. Jul 22, 2008
    • Mark Olesen's avatar
      DebugSwitches in etc/controlDict is incomplete/incorrect · 7446cee7
      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"
      )
      7446cee7
  15. Jul 04, 2008
  16. Jul 02, 2008
  17. Jun 25, 2008
  18. Jun 23, 2008
  19. Jun 13, 2008
    • Mark Olesen's avatar
      Doxygen filter changes * allow doxygen to process applications/**.H * use... · b92e037e
      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.
      b92e037e
    • Mark Olesen's avatar
      Doxygen filter changes · 64d00dc2
      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.
      64d00dc2
  20. Jun 11, 2008
    • Mark Olesen's avatar
      Doxygen cleanups · e5f0dd3e
      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
      e5f0dd3e
  21. Jun 06, 2008
  22. Jun 04, 2008
  23. Apr 15, 2008