Skip to content
Snippets Groups Projects
  1. Jul 23, 2008
  2. 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
  3. Jul 04, 2008
  4. Jul 02, 2008
  5. Jun 25, 2008
  6. Jun 23, 2008
  7. 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
  8. 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
  9. Jun 06, 2008
  10. Jun 04, 2008
  11. Apr 15, 2008