summaryrefslogtreecommitdiff
path: root/doc/Doxyfile.in
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2014-02-21 22:25:03 +0900
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2014-02-21 22:26:26 +0900
commitf6ee3fc8b51509b47dcd0c2fea4fe7d9a5e9d4df (patch)
tree0d3b7263feeb7152a6e9e5e48e1609fb2704da76 /doc/Doxyfile.in
parent868202349ab7161e4a4aabc1d6cd153084d82d59 (diff)
downloadefl-f6ee3fc8b51509b47dcd0c2fea4fe7d9a5e9d4df.tar.gz
documentation style cleanup for release
this cleans up the doxygen generated docs to be acceptable for a release - style is changed and unused images removed etc.
Diffstat (limited to 'doc/Doxyfile.in')
-rw-r--r--doc/Doxyfile.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index 567d18e7dc..53a1c78ee2 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -459,19 +459,19 @@ STRICT_PROTO_MATCHING = NO
# disable (NO) the todo list. This list is created by putting \todo
# commands in the documentation.
-GENERATE_TODOLIST = YES
+GENERATE_TODOLIST = NO
# The GENERATE_TESTLIST tag can be used to enable (YES) or
# disable (NO) the test list. This list is created by putting \test
# commands in the documentation.
-GENERATE_TESTLIST = YES
+GENERATE_TESTLIST = NO
# The GENERATE_BUGLIST tag can be used to enable (YES) or
# disable (NO) the bug list. This list is created by putting \bug
# commands in the documentation.
-GENERATE_BUGLIST = YES
+GENERATE_BUGLIST = NO
# The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or
# disable (NO) the deprecated list. This list is created by putting
@@ -935,7 +935,7 @@ DOCSET_BUNDLE_ID = org.enlightenment.Efl
# the documentation publisher. This should be a reverse domain-name style
# string, e.g. com.mycompany.MyDocSet.documentation.
-DOCSET_PUBLISHER_ID = org.enlightenment.Ef;
+DOCSET_PUBLISHER_ID = org.enlightenment.Efl
# The GENERATE_PUBLISHER_NAME tag identifies the documentation publisher.
@@ -1059,7 +1059,7 @@ ECLIPSE_DOC_ID = org.enlightenment.Efl
# top of each HTML page. The value NO (the default) enables the index and
# the value YES disables it.
-DISABLE_INDEX = YES
+DISABLE_INDEX = NO
# This tag can be used to set the number of enum values (range [0,1..20])
# that doxygen will group on one line in the generated HTML documentation.