D | update-dbus-docs.py | 140 def document_has_elem_with_text(document, elem, item_repr): argument 142 for loc in document.findall(predicate): 147 def check_documented(document, declarations, stats): argument 165 if not document_has_elem_with_text(document, elem, item_repr): 196 def subst_output(document, programlisting, stats): argument 223 missing = check_documented(document, declarations, stats)
|