xmldoc: Fix for Doxygen.

ASTERISK-29765

Change-Id: I654ba0debe8351038d4433716434a09370f04c9d
This commit is contained in:
Alexander Traud
2021-11-20 13:05:04 +01:00
committed by George Joseph
parent bee73b7c84
commit 849daee910
2 changed files with 49 additions and 47 deletions

View File

@@ -81,7 +81,7 @@ struct ast_xml_doc_item {
};
/*! \brief Execute an XPath query on the loaded XML documentation
* \param query The XPath query string to execute
* \param fmt The XPath query string to execute
* \param ... Variable printf style format arguments
* \retval An XPath results object on success
* \retval NULL if no match found