diff options
| author | Sumit Bose <sbose@redhat.com> | 2009-01-15 15:11:29 +0100 |
|---|---|---|
| committer | Sumit Bose <sbose@redhat.com> | 2009-01-15 15:11:29 +0100 |
| commit | 999096b1e43e5325d536ca13690c68a877abee7e (patch) | |
| tree | 80fa9d60c1392254bfe94fd61b88e9ce6eb8a0ee /worker/Doxyfile | |
| parent | 6cae4e801ef74d5953ee95d7b2b2fc48827af783 (diff) | |
| download | ipa_policy-999096b1e43e5325d536ca13690c68a877abee7e.tar.gz ipa_policy-999096b1e43e5325d536ca13690c68a877abee7e.tar.xz ipa_policy-999096b1e43e5325d536ca13690c68a877abee7e.zip | |
added apidoc target to create doxygen documentation
Diffstat (limited to 'worker/Doxyfile')
| -rw-r--r-- | worker/Doxyfile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/worker/Doxyfile b/worker/Doxyfile index 61fef29..380c4fa 100644 --- a/worker/Doxyfile +++ b/worker/Doxyfile @@ -1251,7 +1251,7 @@ HIDE_UNDOC_RELATIONS = YES # toolkit from AT&T and Lucent Bell Labs. The other options in this section # have no effect if this option is set to NO (the default) -HAVE_DOT = NO +HAVE_DOT = YES # By default doxygen will write a font called FreeSans.ttf to the output # directory and reference it in all dot files that doxygen generates. This @@ -1294,12 +1294,12 @@ GROUP_GRAPHS = YES # collaboration diagrams in a style similar to the OMG's Unified Modeling # Language. -UML_LOOK = NO +UML_LOOK = YES # If set to YES, the inheritance and collaboration graphs will show the # relations between templates and their instances. -TEMPLATE_RELATIONS = NO +TEMPLATE_RELATIONS = YES # If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and HAVE_DOT # tags are set to YES then doxygen will generate a graph for each documented @@ -1321,7 +1321,7 @@ INCLUDED_BY_GRAPH = YES # the time of a run. So in most cases it will be better to enable call graphs # for selected functions only using the \callgraph command. -CALL_GRAPH = NO +CALL_GRAPH = YES # If the CALLER_GRAPH and HAVE_DOT tags are set to YES then # doxygen will generate a caller dependency graph for every global function @@ -1329,7 +1329,7 @@ CALL_GRAPH = NO # the time of a run. So in most cases it will be better to enable caller # graphs for selected functions only using the \callergraph command. -CALLER_GRAPH = NO +CALLER_GRAPH = YES # If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen # will graphical hierarchy of all classes instead of a textual one. |
