Doxygen Clean ups

Add app_skel.c as an example in app.c and fix some formating for the "Dial Privacy scripts" so it actually shows up in the Doxygen output.

(issue ASTERISK-20259)


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@374956 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Andrew Latham
2012-10-13 16:38:48 +00:00
parent 4c2711d4db
commit e51432027a
2 changed files with 21 additions and 16 deletions

View File

@@ -23,6 +23,10 @@
* \author Mark Spencer <markster@digium.com>
*/
/** \example app_skel.c
* This is an example of how to develop an app
*/
/*** MODULEINFO
<support_level>core</support_level>
***/