diff options
Diffstat (limited to 'src/xmlgen.cpp')
-rw-r--r-- | src/xmlgen.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/xmlgen.cpp b/src/xmlgen.cpp index e5ac2d7..07ea086 100644 --- a/src/xmlgen.cpp +++ b/src/xmlgen.cpp @@ -404,6 +404,12 @@ class XMLCodeGenerator : public CodeOutputInterface void linkableSymbol(int, const char *,Definition *,Definition *) { } + void setCurrentDoc(Definition *,const char *,bool) + { + } + void addWord(const char *,bool) + { + } void finish() { |