summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstefan <stefan>2012-10-24 19:50:29 +0000
committerstefan <stefan@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>2012-10-24 19:50:29 +0000
commit0482347f794640c14333f232d4b33589a40cf35a (patch)
tree3b8c2745aef6162c841641559b46fb7d184d7e96
parent7ee3f1a6d43d853db2352440d999282a2e236a66 (diff)
downloadeobj-0482347f794640c14333f232d4b33589a40cf35a.tar.gz
eobj-0482347f794640c14333f232d4b33589a40cf35a.tar.bz2
eobj-0482347f794640c14333f232d4b33589a40cf35a.zip
Doxyfile.in: Remove obsolte doxygen tags from all our Doxyfile.in files.
Doygen tells us: warning: Tag `SHOW_DIRECTORIES' at line 507 of file Doxyfile has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag `HTML_ALIGN_MEMBERS' at line 879 of file Doxyfile has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag `USE_INLINE_TREES' at line 1065 of file Doxyfile has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" So we are nice and remove them. A yay for the day where we have amerged tree and not two dozens of Doxyfile.in files floating around. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/PROTO/eobj@78409 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
-rw-r--r--doc/Doxyfile.in17
1 files changed, 0 insertions, 17 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index c426071..e178503 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -500,12 +500,6 @@ MAX_INITIALIZER_LINES = 30
SHOW_USED_FILES = NO
-# If the sources in your project are distributed over multiple directories
-# then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy
-# in the documentation. The default is NO.
-
-SHOW_DIRECTORIES = NO
-
# Set the SHOW_FILES tag to NO to disable the generation of the Files page.
# This will remove the Files entry from the Quick Index and from the
# Folder Tree View (if specified). The default is YES.
@@ -873,12 +867,6 @@ HTML_COLORSTYLE_GAMMA = 80
HTML_TIMESTAMP = YES
-# If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,
-# files or namespaces will be aligned in HTML using tables. If set to
-# NO a bullet list will be used.
-
-HTML_ALIGN_MEMBERS = YES
-
# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
# documentation will contain sections that can be hidden and shown after the
# page has loaded. For this to work a browser that supports
@@ -1060,11 +1048,6 @@ ENUM_VALUES_PER_LINE = 1
GENERATE_TREEVIEW = NO
-# By enabling USE_INLINE_TREES, doxygen will generate the Groups, Directories,
-# and Class Hierarchy pages using a tree view instead of an ordered list.
-
-USE_INLINE_TREES = NO
-
# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be
# used to set the initial width (in pixels) of the frame in which the tree
# is shown.