- May 18, 2016
-
-
Ricardo Constantino (:RiCON) authored
Generated by newer versions of Doxygen when built with sqlite3.
-
- Nov 21, 2013
-
-
Jean-Marc Valin authored
-
- May 12, 2013
-
-
Ron authored
-
- Oct 07, 2012
-
-
- Aug 10, 2012
-
-
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.
-
- Jun 11, 2012
-
-
And explicitly specify what we want included in EXTRA_DIST of doc/Makefile.am, otherwise make dist picks up whatever random junk you might have laying around in that dir at the time you run it. Tweak the top level delegation targets, because this means distclean will be run in the doc dir by default now without our help.
-
We already report whether or not the docs will be built in the summary box at the end of the configure run.
-
Gregory Maxwell authored
-
Gregory Maxwell authored
-
- May 21, 2012
-
-
Ron authored
Instead of just its build stamp :)
-
- Oct 27, 2011
-
-
Jean-Marc Valin authored
-
- Sep 14, 2011
-
-
Jean-Marc Valin authored
-
- Sep 07, 2011
-
-
Ralph Giles authored
Without the extra clean, 'make distcheck' fails because the distclean target doesn't remove all generated files.
-
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.
-