diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2004-12-28 15:52:58 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2004-12-28 15:52:58 (GMT) |
commit | 1c51f44b5f0b3510618a283d522aab0741ddb3a1 (patch) | |
tree | 659ad23b069fb18276bbc9610ed0f2c48169722b /src/mandocvisitor.cpp | |
parent | 939d1c84acd07060ee2b4bcbdc7dbccb80952385 (diff) | |
download | Doxygen-1c51f44b5f0b3510618a283d522aab0741ddb3a1.zip Doxygen-1c51f44b5f0b3510618a283d522aab0741ddb3a1.tar.gz Doxygen-1c51f44b5f0b3510618a283d522aab0741ddb3a1.tar.bz2 |
Release-1.3.9.1-20041228
Diffstat (limited to 'src/mandocvisitor.cpp')
-rw-r--r-- | src/mandocvisitor.cpp | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/src/mandocvisitor.cpp b/src/mandocvisitor.cpp index 4fddfce..3c1d347 100644 --- a/src/mandocvisitor.cpp +++ b/src/mandocvisitor.cpp @@ -748,24 +748,24 @@ void ManDocVisitor::visitPost(DocSecRefList *) m_t << ".PP" << endl; } -void ManDocVisitor::visitPre(DocLanguage *l) -{ - QString langId = Config_getEnum("OUTPUT_LANGUAGE"); - if (l->id().lower()!=langId.lower()) - { - pushEnabled(); - m_hide = TRUE; - } -} - -void ManDocVisitor::visitPost(DocLanguage *l) -{ - QString langId = Config_getEnum("OUTPUT_LANGUAGE"); - if (l->id().lower()!=langId.lower()) - { - popEnabled(); - } -} +//void ManDocVisitor::visitPre(DocLanguage *l) +//{ +// QString langId = Config_getEnum("OUTPUT_LANGUAGE"); +// if (l->id().lower()!=langId.lower()) +// { +// pushEnabled(); +// m_hide = TRUE; +// } +//} +// +//void ManDocVisitor::visitPost(DocLanguage *l) +//{ +// QString langId = Config_getEnum("OUTPUT_LANGUAGE"); +// if (l->id().lower()!=langId.lower()) +// { +// popEnabled(); +// } +//} void ManDocVisitor::visitPre(DocParamSect *s) { |