Refactored comment translator class, implemented result caching

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-doxygen@13191 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dmitry Kabak 2012-06-25 15:47:36 +00:00
commit 4289b8e273
10 changed files with 159 additions and 112 deletions

View file

@ -23,7 +23,7 @@ class JavaDocConverter : public DoxygenTranslator {
public:
JavaDocConverter() : debug(false) {
}
virtual bool getDocumentation(Node *node, String *&documentation);
String *makeDocumentation(Node *node);
protected:
std::string formatCommand(std::string unformattedLine, int indent);