From 75d387acbc19d236e8417b09ea6a53f6e4e45217 Mon Sep 17 00:00:00 2001 From: Olle Johansson Date: Sat, 24 Feb 2007 20:29:41 +0000 Subject: Doxygen additions, corrections git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@56665 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- pbx/pbx_ael.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pbx/pbx_ael.c') diff --git a/pbx/pbx_ael.c b/pbx/pbx_ael.c index 8c14e918b..02bf99f3d 100644 --- a/pbx/pbx_ael.c +++ b/pbx/pbx_ael.c @@ -70,7 +70,7 @@ static int notes; development, this code can be properly re-instated */ -/* null definitions for structs passed down the infrastructure */ +/*! \brief null definitions for structs passed down the infrastructure */ struct argapp { struct argapp *next; @@ -151,7 +151,7 @@ static pval *get_contxt(pval *p); static void remove_spaces_before_equals(char *str); static void substitute_commas(char *str); -/* I am adding this code to substitute commas with vertbars in the args to apps */ +/*! \brief I am adding this code to substitute commas with vertbars in the args to apps */ static void substitute_commas(char *str) { char *p = str; -- cgit v1.2.3