Revert "fix(docs): ignore DBQueryAsync"
This reverts commit 36390f838e.
This commit is contained in:
@@ -246,8 +246,7 @@ class ClassParser(object):
|
||||
# Format the method name into each prototype.
|
||||
self.prototypes = [proto.format(self.method_name) for proto in self.prototypes]
|
||||
|
||||
if not "{docs_ignore}" in self.description:
|
||||
self.methods.append(MethodDoc(self.method_name, self.description, self.prototypes, self.params, self.returned))
|
||||
self.methods.append(MethodDoc(self.method_name, self.description, self.prototypes, self.params, self.returned))
|
||||
|
||||
# Table of which handler is used to handle each regular expressions.
|
||||
regex_handlers = {
|
||||
|
||||
Reference in New Issue
Block a user