summaryrefslogtreecommitdiffstats
path: root/src/docbookgen.cpp
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2019-10-21 11:41:52 (GMT)
committeralbert-github <albert.tests@gmail.com>2019-10-21 11:41:52 (GMT)
commit640ef05f26882c8abbba174d4758aa6c38d9862b (patch)
treed13e14343bd83c84d2892362d40fe3121a99bf84 /src/docbookgen.cpp
parentd0d748aee7fdd0469479d7feff16f337322a2175 (diff)
downloadDoxygen-640ef05f26882c8abbba174d4758aa6c38d9862b.zip
Doxygen-640ef05f26882c8abbba174d4758aa6c38d9862b.tar.gz
Doxygen-640ef05f26882c8abbba174d4758aa6c38d9862b.tar.bz2
Small improvements of TCL output
- handling of the used filename, sometimes the filename was not set resulting in case of a warning with file `<unknown>`, also improving, slightly, the line reference. - in case of `##` comment blocks the last line was not always show - in case of multiple comment blocks, properly separate them - correct handling tab character in source code output (*gen)
Diffstat (limited to 'src/docbookgen.cpp')
-rw-r--r--src/docbookgen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/docbookgen.cpp b/src/docbookgen.cpp
index 7fe849a..083aac3 100644
--- a/src/docbookgen.cpp
+++ b/src/docbookgen.cpp
@@ -233,7 +233,7 @@ void DocbookCodeGenerator::writeLineNumber(const char *ref,const char *fileName,
{
m_t << l << " ";
}
-
+ m_col=0;
}
void DocbookCodeGenerator::setCurrentDoc(const Definition *,const char *,bool)
{