summaryrefslogtreecommitdiffstats
path: root/src/latexgen.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/latexgen.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/latexgen.cpp')
-rw-r--r--src/latexgen.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/latexgen.cpp b/src/latexgen.cpp
index e6c6861..d74cda1 100644
--- a/src/latexgen.cpp
+++ b/src/latexgen.cpp
@@ -223,6 +223,7 @@ void LatexCodeGenerator::writeLineNumber(const char *ref,const char *fileName,co
{
m_t << l << " ";
}
+ m_col=0;
}