diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2002-06-02 22:07:26 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2002-06-02 22:07:26 (GMT) |
commit | 4c054d8406f9e4ceb582001c48cf659262774d0c (patch) | |
tree | bd8f2ab65015f145bfdba953a3546c2340641c4a /src/doxygen.cpp | |
parent | 66db5d8497c9a97b4cd09fb5c12f7914cc3e9d91 (diff) | |
download | Doxygen-4c054d8406f9e4ceb582001c48cf659262774d0c.zip Doxygen-4c054d8406f9e4ceb582001c48cf659262774d0c.tar.gz Doxygen-4c054d8406f9e4ceb582001c48cf659262774d0c.tar.bz2 |
Doxygen-1.2.16-20020603
Diffstat (limited to 'src/doxygen.cpp')
-rw-r--r-- | src/doxygen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doxygen.cpp b/src/doxygen.cpp index 76a9a2d..20a7b57 100644 --- a/src/doxygen.cpp +++ b/src/doxygen.cpp @@ -2166,6 +2166,7 @@ static void findFriends() fmd->setBodyDef(mmd->getBodyDef()); fmd->setBodyMember(mmd); } + mmd->setDocsForDefinition(fmd->isDocsForDefinition()); } } } @@ -7419,7 +7420,6 @@ void parseInput() msg("Adding todo/test/bug list items...\n"); addListReferences(); - } void generateOutput() |