Skip to content
Snippets Groups Projects
  1. Jul 01, 2013
  2. Oct 02, 2012
  3. May 28, 2012
  4. Jan 18, 2012
  5. Jan 22, 2010
  6. Jan 10, 2010
  7. Jan 09, 2010
  8. Nov 17, 2009
    • Zachary T Welch's avatar
      allow documentation to be configured · 0091e59d
      Zachary T Welch authored
      Add --disable-doxygen-html and --enable-doxygen-pdf options to the
      configure script, allowing user to change the defaults.  These
      update the proess of munging the Doxygen configuration file to
      use the settings thusly provided.  Add options in README.
      0091e59d
    • Zachary T Welch's avatar
      update doxygen configuration to produce a PDF · 94975c96
      Zachary T Welch authored
      A single PDF file for the developer manual allows accessing a single
      index, browsing, and searching.  It takes significantly more time to
      build this way, but this patch allows others to look at the results.
      
      Migration Tip: If you have previously built the HTML Doxygen
      documentatation, rename your 'doxygen' directory to 'doxygen/html'
      to prevent needlessly rebuilding those files.
      94975c96
  9. Nov 02, 2009
    • David Brownell's avatar
      doxygen: avoid most internals · 13e26442
      David Brownell authored
      For some reason, all the interals are documented by default.
      This is wrong for two basic reasons:
      
       - We need to focus on public interfaces, since those are
         the architectural interfaces and relationships.
      
       - Since virtually nothing has doxygen support yet, this
         maximizes the noise, and minimizes the usefulness of
         doxygen output.
      
      So don't expose so much by default.
      13e26442
  10. May 24, 2009
    • zwelch's avatar
      Properly fix doxygen out-of-tree build process: · a6f7ca1a
      zwelch authored
      - move Doxyfile to Doxyfile.in: type 'make Doxyfile' to recreate it
      - create Doxyfile from Doxyfile.in with make rule:
        - use sed substitution of $(srcdir) to location directories
      - delete all doxygen created files with 'make distclean'
      - include all required files (including logger.pl) in distribution
      
      
      git-svn-id: svn://svn.berlios.de/openocd/trunk@1901 b42882b7-edfa-0310-969c-e2dbd0fdcd60
      a6f7ca1a
  11. May 23, 2009
  12. May 18, 2009
  13. May 15, 2009
  14. May 13, 2009
  15. May 11, 2009
  16. Feb 03, 2009
Loading