summaryrefslogtreecommitdiffstats
path: root/src/docbookgen.h
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/docbookgen.h
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/docbookgen.h')
-rw-r--r--src/docbookgen.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/docbookgen.h b/src/docbookgen.h
index 104fbc5..08255a1 100644
--- a/src/docbookgen.h
+++ b/src/docbookgen.h
@@ -17,8 +17,6 @@
#include "outputgen.h"
-void generateDocbook_v1();
-
class DocbookCodeGenerator : public CodeOutputInterface
{
public: