COIN-OR::LEMON - Graph Library

Changeset 1251:218171dc022d in lemon for doc/Doxyfile.in


Ignore:
Timestamp:
08/05/13 14:21:58 (11 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Children:
1252:38c432e01489, 1254:c5cd8960df74
Phase:
public
Message:

Doxygen config improvements (#459)

  • remove an erroneous line from DoxygenLayout?.xml
  • libstdc++ doxygen tagfile version is configurable
  • use fixed gcc doc version (4.7.3) instead of the latest one
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/Doxyfile.in

    r1250 r1251  
    254254# Configuration::additions related to external references
    255255#---------------------------------------------------------------------------
    256 TAGFILES               = "@abs_top_builddir@/doc/libstdc++.tag = http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/  "
     256TAGFILES               = "@abs_top_builddir@/doc/libstdc++.tag = @LEMON_DOC_LIBSTDC++_URL@"
    257257GENERATE_TAGFILE       = html/lemon.tag
    258258ALLEXTERNALS           = NO
Note: See TracChangeset for help on using the changeset viewer.