# HG changeset patch # User Alpar Juttner # Date 1224851644 -3600 # Node ID 4b3d55acc9d76963c8d51836544777ab563dd498 # Parent 934258c64b6b6228a9390a4533f8bad8d8135247 Use fix library version for the external tags instead of the latest version Currently it is: - libstdc++ v4.3 - LEMON v1.0 diff -r 934258c64b6b -r 4b3d55acc9d7 Doxyfile --- a/Doxyfile Fri Oct 24 13:26:15 2008 +0100 +++ b/Doxyfile Fri Oct 24 13:34:04 2008 +0100 @@ -218,8 +218,8 @@ #--------------------------------------------------------------------------- # Configuration::additions related to external references #--------------------------------------------------------------------------- -TAGFILES = "./doc/libstdc++.tag = http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/ " \ - "./lemon.tag = http://lemon.cs.elte.hu/pub/doc/latest/ " +TAGFILES = "./doc/libstdc++.tag = http://gcc.gnu.org/onlinedocs/libstdc++/libstdc++-html-USERS-4.3" \ + "./lemon.tag = http://lemon.cs.elte.hu/pub/doc/1.0" GENERATE_TAGFILE = ALLEXTERNALS = NO EXTERNAL_GROUPS = NO diff -r 934258c64b6b -r 4b3d55acc9d7 Makefile --- a/Makefile Fri Oct 24 13:26:15 2008 +0100 +++ b/Makefile Fri Oct 24 13:34:04 2008 +0100 @@ -24,10 +24,10 @@ -rm -rf gen-images update-external-tags: - wget -O libstdc++.tag.tmp http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/libstdc++.tag && \ + wget -O libstdc++.tag.tmp http://gcc.gnu.org/onlinedocs/libstdc++/libstdc++-html-USERS-4.3/libstdc++.tag && \ mv libstdc++.tag.tmp libstdc++.tag || \ rm libstdc++.tag.tmp - wget -O lemon.tag.tmp http://lemon.cs.elte.hu/pub/doc/latest/lemon.tag && \ + wget -O lemon.tag.tmp http://lemon.cs.elte.hu/pub/doc/1.0/lemon.tag && \ mv lemon.tag.tmp lemon.tag || \ rm lemon.tag.tmp