summaryrefslogtreecommitdiffstats
path: root/src/latexgen.h
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2002-08-26 17:33:07 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2002-08-26 17:33:07 (GMT)
commit55d2ef8412008e1560b0d5a2ecc2031f269af4a1 (patch)
tree6d5ee0db5c717ebabc57f2d2a15a1365d5e3fa19 /src/latexgen.h
parent17e35fd285d98df3c7fe59ee8805152726c3572e (diff)
downloadDoxygen-55d2ef8412008e1560b0d5a2ecc2031f269af4a1.zip
Doxygen-55d2ef8412008e1560b0d5a2ecc2031f269af4a1.tar.gz
Doxygen-55d2ef8412008e1560b0d5a2ecc2031f269af4a1.tar.bz2
Release-1.2.17-20020826
Diffstat (limited to 'src/latexgen.h')
-rw-r--r--src/latexgen.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/latexgen.h b/src/latexgen.h
index cf36929..11a0516 100644
--- a/src/latexgen.h
+++ b/src/latexgen.h
@@ -15,8 +15,8 @@
*
*/
-#ifndef OUTPUT_H
-#define OUTPUT_H
+#ifndef LATEXGEN_H
+#define LATEXGEN_H
#include "outputgen.h"
@@ -42,6 +42,8 @@ class LatexGenerator : public OutputGenerator
bool isEnabled(OutputType o) { return (o==Latex && active); }
OutputGenerator *get(OutputType o) { return (o==Latex) ? this : 0; }
+ void printDoc(DocNode *);
+
void startFile(const char *name,const char *manName,
const char *title, bool external);
void writeFooter(int,bool) {}
@@ -287,7 +289,6 @@ class LatexGenerator : public OutputGenerator
void writeCodeAnchor(const char *) {}
private:
- void latin2ToLatex(unsigned char);
LatexGenerator(const LatexGenerator &);
LatexGenerator &operator=(const LatexGenerator &);
int col;