Lines Matching refs:docstring
155 """Modifies stock docstring checker to suit Autotest doxygen style."""
193 not require a "@param" docstring.
207 docstring = node.doc
209 key = 'missing-docstring'
213 if (docstring is not None and
222 self.linter._messages[key].msg = ('Docstring needs '
427 # C0111: Docstring needed. Also checks @param for each arg.
428 # C0112: Non-empty Docstring needed.
449 '--no-docstring-rgx=%s' % no_docstring_rgx,]
456 '--no-docstring-rgx=%s' % no_docstring_rgx,]