summaryrefslogtreecommitdiffstats
path: root/libcgroup.doxyfile
Commit message (Collapse)AuthorAgeFilesLines
* Update doxygen config fileJan Safranek2010-03-291-71/+1344
| | | | | | | | | | | | | | | | | | | 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: Auto generated documentationDhaval Giani2008-11-261-0/+246
This patch provides a doxyfile and allows doxygen to generate useful documentation from code. Please review! Signed-off-by: Balbir Singh <balbir@linux.vnet.ibm.com> Acked-by: Dhaval Giani <dhaval@linux.vnet.ibm.com> Signed-off-by: Dhaval Giani <dhaval@linux.vnet.ibm.com> git-svn-id: https://libcg.svn.sourceforge.net/svnroot/libcg/trunk@225 4f4bb910-9a46-0410-90c8-c897d4f1cd53