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:
parent
9600bb310f
commit
771c61f9f1
2 changed files with 8 additions and 8 deletions
|
|
@ -25,7 +25,7 @@ bool DoxygenTranslator::hasDocumentation(Node *node) {
|
|||
}
|
||||
|
||||
String *DoxygenTranslator::getDoxygenComment(Node *node) {
|
||||
return Getattr(node, "DoxygenComment");
|
||||
return Getattr(node, "doxygen");
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue