]> git.proxmox.com Git - mirror_corosync.git/commit
Update doxygen configuration file.
authorRussell Bryant <russell@russellbryant.net>
Mon, 7 Mar 2011 14:38:53 +0000 (08:38 -0600)
committerRussell Bryant <russell@russellbryant.net>
Mon, 7 Mar 2011 14:38:53 +0000 (08:38 -0600)
commit7478a3e136cc0be35aebf7cbf2cdf2f32876d14f
treecc70a3266e5b38c622369940b1e875d4c44f4d10
parent8ed864ddc55fde44fbf1b04a8f510e402ca0b5f1
Update doxygen configuration file.

The included doxygen configuration file was a bit stale.  It included
some options that were obsolete and caused doxygen to generate some
warnings when running it.  Most of the changes here were simply done by
running "doxygen -u" to automatically update the file.  It added its
documentation for the options and removed the obsolete options.

This also includes one configuration change, which is to set EXTRACT_ALL
to yes.  This instructs doxygen to generate documentation pages for all
files, public functions, and public data structures even if they are not
currently documented using doxygen syntax.  Doxygen is capable of
generating some useful documentation on its own, such as dependency
graphs.

Signed-off-by: Russell Bryant <russell@russellbryant.net>
Reviewed-by: Steven Dake <sdake@redhat.com>
Doxyfile