[beast: 5/8] DOCS: avoid using Rapicorn tag file, as Doxygen ignore namespaces from tag files



commit 935e6da1a4f43ce86bc1a990277c62cc201a926a
Author: Tim Janik <timj gnu org>
Date:   Thu Aug 27 02:07:13 2015 +0200

    DOCS: avoid using Rapicorn tag file, as Doxygen ignore namespaces from tag files

 docs/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/docs/Makefile.am b/docs/Makefile.am
index bf6d00f..de3c0a1 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -57,10 +57,10 @@ DOXYGEN_CHANGELOG_TITLE = "Development Changes"
 DOXYGEN_NEWS           = $(top_srcdir)/NEWS
 DOXYGEN_PROJECT_LINK    = http://beast.testbit.eu/
 DOXYGEN_TAGFILES        = $(strip \
-       imports/tagfile-rapicorn.xml=http://dev.testbit.eu/rapicorn/latest/             \
        imports/tagfile-susv4.xml=http://pubs.opengroup.org/onlinepubs/9699919799/      \
        imports/cppreference-doxygen-web.tag.xml=http://en.cppreference.com/w/          \
 )
+# imports/tagfile-rapicorn.xml=http://dev.testbit.eu/rapicorn/latest/
 build-docs: doxygen-check
        $(Q) $(MAKE) $(AM_MAKEFLAGS) --no-print-directory doxygen-clean
        $(QPRINT) "GEN" "Documentation Sources"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]