diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2003-10-26 21:03:52 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2003-10-26 21:03:52 (GMT) |
commit | d25d58214567928fe15016f49b3be819aca0703f (patch) | |
tree | 4c65fd4f0ce24f06f9b7a5067eb6c577fb1479a2 /src/mandocvisitor.cpp | |
parent | 2fe3e7d170ffb3d95bdf4dadbcf257506554ebaf (diff) | |
download | Doxygen-d25d58214567928fe15016f49b3be819aca0703f.zip Doxygen-d25d58214567928fe15016f49b3be819aca0703f.tar.gz Doxygen-d25d58214567928fe15016f49b3be819aca0703f.tar.bz2 |
Release-1.3.4-20031026
Diffstat (limited to 'src/mandocvisitor.cpp')
-rw-r--r-- | src/mandocvisitor.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mandocvisitor.cpp b/src/mandocvisitor.cpp index f7f8c84..648d3b7 100644 --- a/src/mandocvisitor.cpp +++ b/src/mandocvisitor.cpp @@ -436,6 +436,7 @@ void ManDocVisitor::visitPre(DocSimpleList *) { if (m_hide) return; m_indent+=2; + m_t << ".PD 0" << endl; } void ManDocVisitor::visitPost(DocSimpleList *) @@ -482,6 +483,7 @@ void ManDocVisitor::visitPre(DocHtmlList *) { if (m_hide) return; m_indent+=2; + m_t << ".PD 0" << endl; } void ManDocVisitor::visitPost(DocHtmlList *) |