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:
parent
4141c9fd87
commit
4289b8e273
10 changed files with 159 additions and 112 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue