document rna functions that have the no_self flag set as classmethods

This commit is contained in:
2010-08-17 14:32:14 +00:00
parent 08d55cbe98
commit b278279c95
4 changed files with 14 additions and 2 deletions

View File

@@ -302,6 +302,7 @@ class InfoFunctionRNA:
self.identifier = rna_func.identifier
# self.name = rna_func.name # functions have no name!
self.description = rna_func.description.strip()
self.is_classmethod = rna_func.no_self
self.args = []
self.return_values = ()