summaryrefslogtreecommitdiffstats
path: root/src/doxygen.cpp
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2018-10-17 09:11:53 (GMT)
committeralbert-github <albert.tests@gmail.com>2018-10-17 09:11:53 (GMT)
commit55063c91fa74921d0c5c7c84d1784ce617f0d53b (patch)
treee47269819141de217ddfcb3c63ecf607131a40c4 /src/doxygen.cpp
parent2f50bc0bcc39cfb27537109b779d18d7389f81f1 (diff)
downloadDoxygen-55063c91fa74921d0c5c7c84d1784ce617f0d53b.zip
Doxygen-55063c91fa74921d0c5c7c84d1784ce617f0d53b.tar.gz
Doxygen-55063c91fa74921d0c5c7c84d1784ce617f0d53b.tar.bz2
Remove old obsolete docbook generator
The docbook generator has been replaced by a new implementation. The old implementation was still present, removed now (disrupts easy updates due to false positive searches in the code).
Diffstat (limited to 'src/doxygen.cpp')
-rw-r--r--src/doxygen.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/doxygen.cpp b/src/doxygen.cpp
index 13c60fb..7658555 100644
--- a/src/doxygen.cpp
+++ b/src/doxygen.cpp
@@ -11532,13 +11532,11 @@ void generateOutput()
g_outputList->add(new LatexGenerator);
LatexGenerator::init();
}
-#if 1
if (generateDocbook)
{
g_outputList->add(new DocbookGenerator);
DocbookGenerator::init();
}
-#endif
if (generateMan)
{
g_outputList->add(new ManGenerator);
@@ -11717,15 +11715,6 @@ void generateOutput()
g_s.end();
}
-#if 0
- if (generateDocbook)
- {
- g_s.begin("Generating Docbook output...\n");
- generateDocbook_v1();
- g_s.end();
- }
-#endif
-
if (Config_getBool(GENERATE_AUTOGEN_DEF))
{
g_s.begin("Generating AutoGen DEF output...\n");