diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2012-12-26 15:59:17 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2012-12-26 15:59:17 (GMT) |
commit | 11adf0849f31d1bfcca9fe95ab76aa4eb92df03e (patch) | |
tree | 629c4681a5158d26512b815623754b33165d8d23 /src/xmlgen.cpp | |
parent | 1a68946cfa3e3ee749a683fdabc93e6b5311adeb (diff) | |
download | Doxygen-11adf0849f31d1bfcca9fe95ab76aa4eb92df03e.zip Doxygen-11adf0849f31d1bfcca9fe95ab76aa4eb92df03e.tar.gz Doxygen-11adf0849f31d1bfcca9fe95ab76aa4eb92df03e.tar.bz2 |
Release-1.8.3
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() { |