progdocs: Use Doxygen \example correctly.

ASTERISK-29734

Change-Id: I83b51e85cd71867645ab3a8a820f8fd1f065abd2
This commit is contained in:
Alexander Traud
2021-11-12 20:17:20 +01:00
committed by George Joseph
parent c73901308f
commit 94575f9a9a
3 changed files with 14 additions and 9 deletions

View File

@@ -23,10 +23,9 @@
* \author Mark Spencer <markster@digium.com>
*/
/** \example
* \par This is an example of how to develop an app.
/*!
* Application Skeleton is an example of creating an application for Asterisk.
* \verbinclude app_skel.c
* \example app_skel.c
*/
/*** MODULEINFO