1 //
2 // C++ Interface: %{MODULE}
3 //
4 // Description:
5 //
6 //
7 // Author: %{AUTHOR} <%{EMAIL}>, (C) %{YEAR}
8 //
9 // Copyright: See COPYING file that comes with this distribution
10 //
11 //
12
13 #ifndef LANGDEFPARSERFUN_H
14 #define LANGDEFPARSERFUN_H
15
16 #include "langelems.h"
17
19
20 LangElems *parse_lang_def();
21 LangElems *parse_lang_def(const char *path, const char *name);
22
23 }
24
25 #endif
C++ class: doctemplate.h.
Definition: bufferedoutput.cpp:13