[Home]

Summary:ASTERISK-12897: [patch] [branch] appdocsxml conversions for help
Reporter:snuffy (snuffy)Labels:
Date Opened:2008-10-15 07:43:44Date Closed:2008-11-05 12:35:25.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Documentation
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) bug13699_20081016_part2.diff
( 1) bug13699_20081016.diff
Description:Branch devoted to making an XML formed documentation for all commands within asterisk CLI.
Comments:By: Eliel Sardanons (eliel) 2008-10-15 14:58:00

Thanks, please review again the <variablelist> tags it is of the form:
<variablelist>
   <variable name="">
      <vale name="">
           value explained
      </value>
   </variable>
   <variable ....>
</variablelist>

By: snuffy (snuffy) 2008-10-16 06:59:57

slightly updated..
didn't give actual explaination on values for macro just fixed to correct 'style'

By: Eliel Sardanons (eliel) 2008-10-31 13:19:02

Please parameter description inside Talkdetect should be just a <para> and not a <note>.

By: Digium Subversion (svnbot) 2008-11-02 18:50:19.000-0600

Repository: asterisk
Revision: 153747

U   trunk/apps/app_db.c
U   trunk/apps/app_ivrdemo.c
U   trunk/apps/app_waitforring.c
U   trunk/apps/app_waitforsilence.c

------------------------------------------------------------------------
r153747 | eliel | 2008-11-02 18:50:18 -0600 (Sun, 02 Nov 2008) | 14 lines

Add XML documentation for:
  - WaitForSilence()
  - WaitForNoise()
  - WaitForRing()
  - IVRDemo()
  - DBDel()
  - DBDeltree()

(issue ASTERISK-12897)
Reported by: snuffy
Patches:
      bug13699_20081016.diff uploaded by snuffy (license 35)
       (With minor changes)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=153747

By: Digium Subversion (svnbot) 2008-11-05 12:35:23.000-0600

Repository: asterisk
Revision: 154796

U   trunk/apps/app_macro.c

------------------------------------------------------------------------
r154796 | eliel | 2008-11-05 12:35:23 -0600 (Wed, 05 Nov 2008) | 8 lines

Add Macro(), MacroExit(), MacroExclusive() and
MacroIf() applications XML documentation.

(closes issue ASTERISK-12897)
Reported by: snuffy
Patches:
     bug13699_20081016.diff uploaded by snuffy (license 35)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=154796