mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
- Add more <see-also> based on TFOT.
- Add the 'filename' type to the see-also ref. To be able to reference a filename. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@154578 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -4223,6 +4223,8 @@ static char *xmldoc_build_seealso(const char *type, const char *name)
|
||||
ast_str_append(&outputstr, 0, "%s\n", content);
|
||||
} else if (!strcasecmp(typename, "manpage")) {
|
||||
ast_str_append(&outputstr, 0, "ManPage: %s\n", content);
|
||||
} else if (!strcasecmp(typename, "filename")) {
|
||||
ast_str_append(&outputstr, 0, "File: %s\n", content);
|
||||
}
|
||||
ast_xml_free_text(content);
|
||||
}
|
||||
|
Reference in New Issue
Block a user