Skip to content
Snippets Groups Projects
  1. Oct 27, 2016
    • Ralph Giles's avatar
      Make use of dot optional in generating documentation. · 76fa939b
      Ralph Giles authored
      Different distributions of doxygen have different default
      values of HAVE_DOT setting, so we need to pick a specific
      setting to avoid 'missing dot' warnings on some platforms.
      
      Doxygen uses it to generate inclusion graphs for our various
      header files, which is somewhat useful, but not essential.
      We therefore enable dot if it's present (usually through
      the parent graphviz package) but disable it if it's not
      available, silencing the warning, but not giving uniform
      results.
      76fa939b
  2. Jan 16, 2016
    • Ralph Giles's avatar
      Remove default settings from Doxygen config. · 28cbae01
      Ralph Giles authored
      The set of supported Doxygenfile keys changes from release
      to release, often resulting in warnings about needing to
      upgrade the configuration file. However, this isn't
      practical given the various versions different developers
      have installed.
      
      However, for the vast majority of keys we just want the
      default values, so instead only include the keys we've
      specifically set and let doxygen fall back to defaults
      for all the rest.
      28cbae01
  3. Oct 04, 2014
  4. Dec 20, 2012
  5. Sep 27, 2012
  6. Jun 11, 2012
  7. Jun 03, 2012
  8. Oct 27, 2011
  9. Sep 15, 2011
  10. Sep 14, 2011
  11. Sep 08, 2011
  12. Sep 07, 2011
    • Ralph Giles's avatar
      Add initial Doxygen support for generating api documentation. · 35d4fb78
      Ralph Giles authored
      Doxygen is a tool for generating programming documentation
      based on comments in header and source files. This commit
      adds the necessary configuration file and associated support
      in the autotools build.
      
      Right now it doesn't generate much documentation because our
      public header files aren't marked up. Warnings are printed
      for undocumented members and arguments.
      35d4fb78
Loading