diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2004-05-17 20:19:03 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2004-05-17 20:19:03 (GMT) |
commit | 6e92a0d3db80c3d93a35efbe52d45c73b8303e45 (patch) | |
tree | 5c4df5008d6c8033ded1f60fbb87461e666c8f1c /src/index.cpp | |
parent | 53da67394cd52ea7301f306ad766107b38ffd2ae (diff) | |
download | Doxygen-6e92a0d3db80c3d93a35efbe52d45c73b8303e45.zip Doxygen-6e92a0d3db80c3d93a35efbe52d45c73b8303e45.tar.gz Doxygen-6e92a0d3db80c3d93a35efbe52d45c73b8303e45.tar.bz2 |
Release-1.3.7-20040517
Diffstat (limited to 'src/index.cpp')
-rw-r--r-- | src/index.cpp | 33 |
1 files changed, 3 insertions, 30 deletions
diff --git a/src/index.cpp b/src/index.cpp index afc0f1d..6473f9a 100644 --- a/src/index.cpp +++ b/src/index.cpp @@ -961,35 +961,6 @@ void writeFileIndex(OutputList &ol) fullName.prepend(path); } - // --------------- LaTeX/RTF only ------------------------- -#if 0 - if (doc) - { - ol.pushGeneratorState(); - ol.disable(OutputGenerator::Html); - ol.writeStartAnnoItem("file", - fd->getOutputFileBase(), - path, - fd->name() - ); - if (!fd->briefDescription().isEmpty()) - { - ol.docify(" ("); - parseDoc(ol,fd->absFilePath(),1, - 0,0, - abbreviate(fd->briefDescription(),fd->name())); - ol.docify(")"); - } - ol.writeEndAnnoItem(fd->getOutputFileBase()); - ol.popGeneratorState(); - } -#endif - // -------------------------------------------------------- - - // ----------------- HTML only ---------------------------- - //ol.pushGeneratorState(); - //ol.disableAllBut(OutputGenerator::Html); - //ol.writeListItem(); ol.startIndexKey(); ol.docify(path); if (doc) @@ -1041,7 +1012,9 @@ void writeFileIndex(OutputList &ol) fd,0, abbreviate(fd->briefDescription(),fd->name()), FALSE, // index words - FALSE // isExample + FALSE, // isExample + 0, // example name + TRUE // single line ); //ol.docify(")"); } |