aboutsummaryrefslogtreecommitdiffstats
path: root/cdr.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-01-04 12:11:11 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-01-04 12:11:11 +0000
commit9242f997842fa0be7ca5189f0bcc958ff08ac454 (patch)
tree922ee2baac5886fd155c4b8f85f6c722d743ae80 /cdr.c
parent3646d81c5147ae1b6ba5e8f7bcaba478dc80b88c (diff)
doxygen tweak
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7778 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'cdr.c')
-rw-r--r--cdr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cdr.c b/cdr.c
index 24f619201..d7a1514ad 100644
--- a/cdr.c
+++ b/cdr.c
@@ -22,7 +22,7 @@
*
* \author Mark Spencer <markster@digium.com>
*
- * Includes code and algorithms from the Zapata library.
+ * \note Includes code and algorithms from the Zapata library.
*
* \note We do a lot of checking here in the CDR code to try to be sure we don't ever let a CDR slip
* through our fingers somehow. If someone allocates a CDR, it must be completely handled normally