summaryrefslogtreecommitdiffstats
path: root/src/htmlgen.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/htmlgen.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/htmlgen.cpp')
-rw-r--r--src/htmlgen.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/htmlgen.cpp b/src/htmlgen.cpp
index 402b4e4..df39d32 100644
--- a/src/htmlgen.cpp
+++ b/src/htmlgen.cpp
@@ -548,6 +548,7 @@ void HtmlCodeGenerator::writeLineNumber(const char *ref,const char *filename,
}
m_t << "</span>";
m_t << "&#160;";
+ m_col=0;
}
void HtmlCodeGenerator::writeCodeLink(const char *ref,const char *f,