summaryrefslogtreecommitdiffstats
path: root/src/latexgen.h
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2001-10-03 19:57:09 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2001-10-03 19:57:09 (GMT)
commitc52e719895be2a133e6574573584df5a91b98ec6 (patch)
tree47b95a7c3d927d419d3628f528e311aa99356173 /src/latexgen.h
parente174524c861548adb3cfd48ef59a7a4551cd2bfb (diff)
downloadDoxygen-c52e719895be2a133e6574573584df5a91b98ec6.zip
Doxygen-c52e719895be2a133e6574573584df5a91b98ec6.tar.gz
Doxygen-c52e719895be2a133e6574573584df5a91b98ec6.tar.bz2
Release-1.2.11-20011003
Diffstat (limited to 'src/latexgen.h')
-rw-r--r--src/latexgen.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/latexgen.h b/src/latexgen.h
index 802542a..dccabdf 100644
--- a/src/latexgen.h
+++ b/src/latexgen.h
@@ -65,8 +65,8 @@ class LatexGenerator : public OutputGenerator
void endIndexList() { t << "\\end{CompactList}" << endl; }
void startIndexKey();
void endIndexKey();
- void startIndexValue();
- void endIndexValue(const char *);
+ void startIndexValue(bool);
+ void endIndexValue(const char *,bool);
void startItemList() { t << "\\begin{CompactItemize}" << endl; }
void endItemList() { t << "\\end{CompactItemize}" << endl; }
void startEnumList() { t << "\\begin{enumerate}" << endl; }