summaryrefslogtreecommitdiff
path: root/main/app.c
diff options
context:
space:
mode:
authorAndrew Latham <lathama@gmail.com>2012-10-13 16:38:48 +0000
committerAndrew Latham <lathama@gmail.com>2012-10-13 16:38:48 +0000
commite51432027a9d58edabb891f84a62fbcb7e08ffe1 (patch)
tree078a62a987c1afee4a7c4cd7b4a2974de1216963 /main/app.c
parent4c2711d4db21ec5e934caf33a60b092eb6379f7f (diff)
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
Diffstat (limited to 'main/app.c')
-rw-r--r--main/app.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/main/app.c b/main/app.c
index 875bed1d5..bd94b40ea 100644
--- a/main/app.c
+++ b/main/app.c
@@ -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>
***/