Skip to content
Snippets Groups Projects
  1. May 18, 2016
  2. Nov 21, 2013
  3. May 12, 2013
  4. Oct 07, 2012
  5. Aug 10, 2012
    • Ralph Giles's avatar
      Only install opus_*.3 manpages. Fixes 'make distcheck'. · 0e232490
      Ralph Giles authored
      We were installing every readable file in man/man3, but
      only unstalling files matching opus_*.3. Some doxygen
      versions construct manpage versions of the marked up
      header files and directory index, which got left on the
      system after 'make uninstall'.
      
      I don't think the 'uninstall' target is widely used, it's
      often broken and can easily break other software. However,
      we rely on 'make distcheck' which does verify this issue.
      
      Instead, only install the opus_*.3 manpages, which are the
      core api documentation.
      0e232490
  6. Jun 11, 2012
  7. May 21, 2012
  8. Oct 27, 2011
  9. Sep 14, 2011
  10. Sep 07, 2011
    • Ralph Giles's avatar
      Tell automake to clean the doxygen output. · 09767575
      Ralph Giles authored
      Without the extra clean, 'make distcheck' fails because
      the distclean target doesn't remove all generated files.
      09767575
    • 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