mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-09 22:45:49 +00:00
Move all the XML documentation API from pbx.c to xmldoc.c.
Export the XML documentation API: ast_xmldoc_build_synopsis() ast_xmldoc_build_syntax() ast_xmldoc_build_description() ast_xmldoc_build_seealso() ast_xmldoc_build_arguments() ast_xmldoc_printable() ast_xmldoc_load_documentation() git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@155711 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -56,10 +56,10 @@ int ast_timing_init(void); /*!< Provided by timing.c */
|
||||
*/
|
||||
int ast_module_reload(const char *name);
|
||||
|
||||
/*! \brief Load XML documentation. Provided by pbx.c
|
||||
/*! \brief Load XML documentation. Provided by xmldoc.c
|
||||
* \retval 1 on error.
|
||||
* \retval 0 on success.
|
||||
*/
|
||||
int ast_load_documentation(void);
|
||||
int ast_xmldoc_load_documentation(void);
|
||||
|
||||
#endif /* _ASTERISK__PRIVATE_H */
|
||||
|
Reference in New Issue
Block a user