Renamed DoxygenComment to doxygen to better comply swig's attribute namings

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-doxygen@13597 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dmitry Kabak 2012-08-11 14:34:48 +00:00
commit 771c61f9f1
2 changed files with 8 additions and 8 deletions

View file

@ -25,7 +25,7 @@ bool DoxygenTranslator::hasDocumentation(Node *node) {
}
String *DoxygenTranslator::getDoxygenComment(Node *node) {
return Getattr(node, "DoxygenComment");
return Getattr(node, "doxygen");
}