mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-17 15:29:05 +00:00
Doxygen Updates Janitor Work
* Whitespace, doc-blocks, spelling, case, missing and incorrect tags. * Add cleanup to Makefile for the Doxygen configuration update * Start updating Doxygen configuration for cleaner output * Enable inclusion of configuration files into documentation * remove mantisworkflow... * update documentation README * Add markup to Tilghman's email and talk with him about updating his email, he knows... * no code changes on this commit other than the mentioned Makefile change (issue ASTERISK-20259) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@373384 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2014,13 +2014,14 @@ static char *_xmldoc_build_field(struct ast_xml_node *node, const char *var, int
|
||||
}
|
||||
|
||||
/*!
|
||||
* \brief Get the content of a field (synopsis, description, etc) from an asterisk document tree
|
||||
* \param type Type of element (application, function, ...).
|
||||
* \param name Name of element (Dial, Echo, Playback, ...).
|
||||
* \param var Name of field to return (synopsis, description, etc).
|
||||
* \param raw Field only contains text, no other elements inside it.
|
||||
* \retval NULL On error.
|
||||
* \retval Field text content on success.
|
||||
* \brief Get the content of a field (synopsis, description, etc) from an asterisk document tree
|
||||
* \param type Type of element (application, function, ...).
|
||||
* \param name Name of element (Dial, Echo, Playback, ...).
|
||||
* \param var Name of field to return (synopsis, description, etc).
|
||||
* \param module
|
||||
* \param raw Field only contains text, no other elements inside it.
|
||||
* \retval NULL On error.
|
||||
* \retval Field text content on success.
|
||||
*/
|
||||
static char *xmldoc_build_field(const char *type, const char *name, const char *module, const char *var, int raw)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user