mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-12 04:48:51 +00:00
Build System: Fix --disable-xmldoc option.
The configure option to disable XML documentation does not currently work. This patch makes it effective, but also causes an ABI change by removing the ast_xmldoc_* symbols. Disabling xmldoc also prevents docs from being automatically generated, but they can still be manually generated with 'make doc/core-en_US.xml'. ASTERISK-26639 Change-Id: Ifac562340c09f80c83e0203de098fcac93bf8c44
This commit is contained in:
@@ -80,7 +80,6 @@ struct aco_option {
|
||||
|
||||
#ifdef AST_XML_DOCS
|
||||
static struct ao2_container *xmldocs;
|
||||
#endif /* AST_XML_DOCS */
|
||||
|
||||
/*! \brief Value of the aco_option_type enum as strings */
|
||||
static char *aco_option_type_string[] = {
|
||||
@@ -98,6 +97,7 @@ static char *aco_option_type_string[] = {
|
||||
"Unsigned Integer", /* OPT_UINT_T, */
|
||||
"Boolean", /* OPT_YESNO_T, */
|
||||
};
|
||||
#endif /* AST_XML_DOCS */
|
||||
|
||||
void *aco_pending_config(struct aco_info *info)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user