diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2004-05-26 19:08:11 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2004-05-26 19:08:11 (GMT) |
commit | 62039dd46dfca33a45f5461a3732b3a707e4ce8b (patch) | |
tree | d4b609faf73bfab7a9ddbbbeceb63eb296ce6243 /src/mangen.cpp | |
parent | 820c90090848a96b959c562209bc3242fee58a53 (diff) | |
download | Doxygen-62039dd46dfca33a45f5461a3732b3a707e4ce8b.zip Doxygen-62039dd46dfca33a45f5461a3732b3a707e4ce8b.tar.gz Doxygen-62039dd46dfca33a45f5461a3732b3a707e4ce8b.tar.bz2 |
Release-1.3.7-20040526
Diffstat (limited to 'src/mangen.cpp')
-rw-r--r-- | src/mangen.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mangen.cpp b/src/mangen.cpp index 6f11f82..13f11c1 100644 --- a/src/mangen.cpp +++ b/src/mangen.cpp @@ -632,5 +632,6 @@ void ManGenerator::printDoc(DocNode *n) n->accept(visitor); delete visitor; firstCol=FALSE; + paragraph = FALSE; } |