[Home]

Summary:ASTERISK-08025: [patch] Improve Doxygen output, fix various typos
Reporter:Kenneth Shumard (kshumard)Labels:
Date Opened:2006-10-29 18:25:02.000-0600Date Closed:2006-10-30 10:30:19.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Documentation
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) doxygen.patch
Description:I looked at the stderr output of `make progdocs` and fixed every error I could. This resulted in a lot of typo fixes, some internal reference fixes, many additional \param specifications (hopefully reasonably accurate), and the removal of some references which don't still directly apply (e.g. references to cdr.txt and sounds.txt, neither of which are still in the tree).

I ignored make progdocs errors in res_jabber because there were as many there as in every other file combined. Maybe I'll work on another patch for that one.

This patch touches a lot of files, but only changes doxygen and comments, no actual code. It's all pretty straightforward.
Comments:By: Jason Parker (jparker) 2006-10-29 21:23:01.000-0600

I think cdr.txt was renamed to cdrdriver.txt.  Other than that, this looks good.

By: Olle Johansson (oej) 2006-10-30 10:27:53.000-0600

Committed to 1.4, rev 46433. THANK YOU!