summaryrefslogtreecommitdiffstats
path: root/src/latexgen.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-11-10 09:39:46 (GMT)
committerGitHub <noreply@github.com>2019-11-10 09:39:46 (GMT)
commitceaf4db4bd5a544e611c3c60722d2a65acc81783 (patch)
tree1750a21bc953924cee71a776b6a925f43ff02ea6 /src/latexgen.cpp
parent12793dea5c66309505d0dab9dd82db35e5124e9e (diff)
parent7cd998a90790d4678d7a59f6774c60dc6aff4b98 (diff)
downloadDoxygen-ceaf4db4bd5a544e611c3c60722d2a65acc81783.zip
Doxygen-ceaf4db4bd5a544e611c3c60722d2a65acc81783.tar.gz
Doxygen-ceaf4db4bd5a544e611c3c60722d2a65acc81783.tar.bz2
Merge pull request #7344 from albert-github/feature/bug_tcl
Small improvements of TCL output
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 0d529ab..094232f 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;
}