diff options
author | albert-github <albert.tests@gmail.com> | 2018-09-12 16:32:01 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2018-09-12 16:32:01 (GMT) |
commit | d198c549fb88769912761d75277680438d88d69b (patch) | |
tree | ed5ffe727cf88570a716ab6b202fa577d665ac32 /src/docbookgen.cpp | |
parent | 7340b1c0e767b0ee88ce389df653d3d2a77801cd (diff) | |
download | Doxygen-d198c549fb88769912761d75277680438d88d69b.zip Doxygen-d198c549fb88769912761d75277680438d88d69b.tar.gz Doxygen-d198c549fb88769912761d75277680438d88d69b.tar.bz2 |
Implementation of standard generator for docbook output
Removed debug statement
Diffstat (limited to 'src/docbookgen.cpp')
-rw-r--r-- | src/docbookgen.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/docbookgen.cpp b/src/docbookgen.cpp index 3793946..785dee8 100644 --- a/src/docbookgen.cpp +++ b/src/docbookgen.cpp @@ -2751,7 +2751,6 @@ DB_GEN_C2("IndexSections " << is) } for (++pdi;(pd=pdi.current());++pdi) { - fprintf(stderr,"==> Done calling from HTML\n"); t << " <xi:include href=\"" << pd->getOutputFileBase() << ".xml\" xmlns:xi=\"http://www.w3.org/2001/XInclude\"/>" << endl; } } |