diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2005-09-18 19:25:32 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2005-09-18 19:25:32 (GMT) |
commit | db36de70fc9090e26c22ab288492407becb3a95e (patch) | |
tree | b25e22f178d0e6d1ebb7e74f2348e9811a2f5394 /src/docparser.h | |
parent | 3b98221d43ba62088538ead3aa726f81dd9202f9 (diff) | |
download | Doxygen-db36de70fc9090e26c22ab288492407becb3a95e.zip Doxygen-db36de70fc9090e26c22ab288492407becb3a95e.tar.gz Doxygen-db36de70fc9090e26c22ab288492407becb3a95e.tar.bz2 |
Release-1.4.4-20050918
Diffstat (limited to 'src/docparser.h')
-rw-r--r-- | src/docparser.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/docparser.h b/src/docparser.h index 8befd6a..0c74d5d 100644 --- a/src/docparser.h +++ b/src/docparser.h @@ -38,6 +38,8 @@ class SectionDict; /*! Initialize the documentation parser */ void initDocParser(); +/*! Cleanup the documentation parser */ +void finializeDocParser(); /*! Main entry point for the documentation parser. * @param fileName File in which the documentation block is found (or the |