[svn-commits] eliel: branch group/appdocsxml r151314 - /team/group/appdocsxml/include/aster...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Oct 20 10:19:30 CDT 2008


Author: eliel
Date: Mon Oct 20 10:19:29 2008
New Revision: 151314

URL: http://svn.digium.com/view/asterisk?view=rev&rev=151314
Log:
Missing seealso pointer.

Modified:
    team/group/appdocsxml/include/asterisk/extconf.h

Modified: team/group/appdocsxml/include/asterisk/extconf.h
URL: http://svn.digium.com/view/asterisk/team/group/appdocsxml/include/asterisk/extconf.h?view=diff&rev=151314&r1=151313&r2=151314
==============================================================================
--- team/group/appdocsxml/include/asterisk/extconf.h (original)
+++ team/group/appdocsxml/include/asterisk/extconf.h Mon Oct 20 10:19:29 2008
@@ -86,6 +86,7 @@
 	char *description;			/*!< Description (help text) for 'show application &lt;name&gt;' */
 	char *syntax;				/*!< Syntax text for 'core show applications' */
 	char *arguments;			/*!< Arguments description */
+	char *seealso;				/*!< See also */
 	enum doc_src docsrc;			/*!< Where the documentation come from. */
 	AST_RWLIST_ENTRY(ast_app) list;		/*!< Next app in list */
 	void *module;			/*!< Module this app belongs to */




More information about the svn-commits mailing list