diff options
author | albert-github <albert.tests@gmail.com> | 2018-10-17 09:11:53 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2018-10-17 09:11:53 (GMT) |
commit | 55063c91fa74921d0c5c7c84d1784ce617f0d53b (patch) | |
tree | e47269819141de217ddfcb3c63ecf607131a40c4 /src/docbookgen.h | |
parent | 2f50bc0bcc39cfb27537109b779d18d7389f81f1 (diff) | |
download | Doxygen-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.h | 2 |
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: |