Skip to content
Snippets Groups Projects
  1. Feb 07, 2011
  2. Jan 14, 2011
  3. Jan 05, 2011
  4. Aug 11, 2010
  5. Jul 27, 2010
  6. Apr 14, 2010
  7. Mar 29, 2010
  8. Feb 16, 2010
  9. Nov 29, 2009
  10. Dec 31, 2008
  11. Dec 02, 2008
  12. Dec 01, 2008
  13. 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
  14. Sep 19, 2008
  15. Aug 09, 2008
  16. Jul 23, 2008
  17. 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
  18. Jul 04, 2008
  19. Jul 02, 2008
  20. Jun 25, 2008
  21. Jun 23, 2008
  22. 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
  23. 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
  24. Jun 06, 2008
  25. Jun 04, 2008
  26. Apr 15, 2008