Lines Matching refs:doc
229 see http://xmlrpc.usefulinc.com/doc/reserved.html
306 # See http://xmlrpc.usefulinc.com/doc/sysmethodsig.html
773 doc = self.markup(
775 doc = doc and '<dd><tt>%s</tt></dd>' % doc
776 return '<dl><dt>%s</dt>%s</dl>\n' % (decl, doc)
790 doc = self.markup(package_documentation, self.preformat, fdict)
791 doc = doc and '<tt>%s</tt>' % doc
792 result = result + '<p>%s</p>\n' % doc