doc/Doxyfile.in
changeset 904 16d466589b54
parent 903 8ae2627aba1a
child 905 d149eaf24638
child 906 021e232acda2
     1.1 --- a/doc/Doxyfile.in	Sat Oct 10 08:19:26 2009 +0200
     1.2 +++ b/doc/Doxyfile.in	Wed Aug 25 21:34:58 2010 +0200
     1.3 @@ -70,7 +70,7 @@
     1.4  SHOW_FILES             = YES
     1.5  SHOW_NAMESPACES        = YES
     1.6  FILE_VERSION_FILTER    = 
     1.7 -LAYOUT_FILE            = DoxygenLayout.xml
     1.8 +LAYOUT_FILE            = "@abs_top_srcdir@/doc/DoxygenLayout.xml"
     1.9  #---------------------------------------------------------------------------
    1.10  # configuration options related to warning and progress messages
    1.11  #---------------------------------------------------------------------------
    1.12 @@ -113,7 +113,7 @@
    1.13  #---------------------------------------------------------------------------
    1.14  # configuration options related to source browsing
    1.15  #---------------------------------------------------------------------------
    1.16 -SOURCE_BROWSER         = NO
    1.17 +SOURCE_BROWSER         = @LEMON_DOC_SOURCE_BROWSER@
    1.18  INLINE_SOURCES         = NO
    1.19  STRIP_CODE_COMMENTS    = YES
    1.20  REFERENCED_BY_RELATION = NO
    1.21 @@ -224,7 +224,7 @@
    1.22  #---------------------------------------------------------------------------
    1.23  # Options related to the search engine   
    1.24  #---------------------------------------------------------------------------
    1.25 -TAGFILES               = "@abs_top_srcdir@/doc/libstdc++.tag = http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/  "
    1.26 +TAGFILES               = "@abs_top_builddir@/doc/libstdc++.tag = http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/  "
    1.27  GENERATE_TAGFILE       = html/lemon.tag
    1.28  ALLEXTERNALS           = NO
    1.29  EXTERNAL_GROUPS        = NO