diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2002-11-15 14:41:06 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2002-11-15 14:41:06 (GMT) |
commit | e952dab58265a6f21867e51f72d7d81ffe39e082 (patch) | |
tree | aa3814339507e0a58216fe75837a5f055b2405e2 /src/doxygen.cpp | |
parent | c400bd439b3df09704e33df382ed7b08f80dd8ed (diff) | |
download | Doxygen-e952dab58265a6f21867e51f72d7d81ffe39e082.zip Doxygen-e952dab58265a6f21867e51f72d7d81ffe39e082.tar.gz Doxygen-e952dab58265a6f21867e51f72d7d81ffe39e082.tar.bz2 |
Release-1.3-rc1
Diffstat (limited to 'src/doxygen.cpp')
-rw-r--r-- | src/doxygen.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/doxygen.cpp b/src/doxygen.cpp index 22b12e5..e32300c 100644 --- a/src/doxygen.cpp +++ b/src/doxygen.cpp @@ -4556,7 +4556,7 @@ static void findMember(Entry *root, warn_cont("%s ",md->typeString()); } warn_cont("%s::%s%s\n", - cd->name().data(), + cd->qualifiedNameWithTemplateParameters().data(), md->name().data(),md->argsString()); } } @@ -7806,6 +7806,7 @@ void generateOutput() msg("Generating group index...\n"); writeGroupIndex(*outputList); + //msg("Generating package index...\n"); //generatePackageDocs(); @@ -7831,6 +7832,7 @@ void generateOutput() generateSearchIndex(); msg("Generating style sheet...\n"); + //printf("writing style info\n"); outputList->writeStyleInfo(0); // write first part outputList->disableAllBut(OutputGenerator::Latex); outputList->parseText( |