1.1 --- a/doc/Doxyfile.in Mon Feb 28 09:50:33 2011 +0100
1.2 +++ b/doc/Doxyfile.in Fri Mar 04 10:40:19 2011 +0100
1.3 @@ -1,4 +1,4 @@
1.4 -# Doxyfile 1.5.7.1
1.5 +# Doxyfile 1.5.9
1.6
1.7 #---------------------------------------------------------------------------
1.8 # Project related configuration options
1.9 @@ -21,7 +21,6 @@
1.10 JAVADOC_AUTOBRIEF = NO
1.11 QT_AUTOBRIEF = NO
1.12 MULTILINE_CPP_IS_BRIEF = NO
1.13 -DETAILS_AT_TOP = YES
1.14 INHERIT_DOCS = NO
1.15 SEPARATE_MEMBER_PAGES = NO
1.16 TAB_SIZE = 8
1.17 @@ -71,7 +70,7 @@
1.18 SHOW_FILES = YES
1.19 SHOW_NAMESPACES = YES
1.20 FILE_VERSION_FILTER =
1.21 -LAYOUT_FILE = DoxygenLayout.xml
1.22 +LAYOUT_FILE = "@abs_top_srcdir@/doc/DoxygenLayout.xml"
1.23 #---------------------------------------------------------------------------
1.24 # configuration options related to warning and progress messages
1.25 #---------------------------------------------------------------------------
1.26 @@ -114,7 +113,7 @@
1.27 #---------------------------------------------------------------------------
1.28 # configuration options related to source browsing
1.29 #---------------------------------------------------------------------------
1.30 -SOURCE_BROWSER = NO
1.31 +SOURCE_BROWSER = @LEMON_DOC_SOURCE_BROWSER@
1.32 INLINE_SOURCES = NO
1.33 STRIP_CODE_COMMENTS = YES
1.34 REFERENCED_BY_RELATION = NO
1.35 @@ -223,9 +222,9 @@
1.36 EXPAND_AS_DEFINED =
1.37 SKIP_FUNCTION_MACROS = YES
1.38 #---------------------------------------------------------------------------
1.39 -# Configuration::additions related to external references
1.40 +# Options related to the search engine
1.41 #---------------------------------------------------------------------------
1.42 -TAGFILES = "@abs_top_srcdir@/doc/libstdc++.tag = http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/ "
1.43 +TAGFILES = "@abs_top_builddir@/doc/libstdc++.tag = http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/ "
1.44 GENERATE_TAGFILE = html/lemon.tag
1.45 ALLEXTERNALS = NO
1.46 EXTERNAL_GROUPS = NO