]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
Update doxygen config file
authorJan Safranek <jsafrane@redhat.com>
Mon, 29 Mar 2010 10:00:41 +0000 (12:00 +0200)
committerJan Safranek <jsafrane@redhat.com>
Mon, 29 Mar 2010 10:00:41 +0000 (12:00 +0200)
commita749ffba83758c5f53d1cdf34413b0ba96889bf8
tree486da531c9ae8216c7bf1c67f15a4273a9f5e441
parent4d9cfa810c30ffa5e2e5a6d1f289f95ad23354a5
Update doxygen config file

Update doxygen config file to 1.6.1 + add comments + change following
settings:

OUTPUT_DIRECTORY = doc/generated
ALWAYS_DETAILED_SEC = YES - we want all function in detailed list
JAVADOC_AUTOBRIEF = YES - IMHO the least painfull way to extract brief
desxcription, see doxygen docs for the other ways. But still painful enough :(
OPTIMIZE_OUTPUT_FOR_C  = YES - we're C project
IDL_PROPERTY_SUPPORT   = NO - we're C project
WARN_NO_PARAMDOC = YES - document all function parameters please!
INPUT = include - generate public docs only
GENERATE_LATEX = NO - no LaTeX for now, maybe later
*_GRAPH = NO - no call/include graphs in public docs

Signed-off-by: Jan Safranek <jsafrane@redhat.com>
libcgroup.doxyfile