]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
doxygen tweak
authorRussell Bryant <russell@russellbryant.com>
Wed, 4 Jan 2006 12:11:11 +0000 (12:11 +0000)
committerRussell Bryant <russell@russellbryant.com>
Wed, 4 Jan 2006 12:11:11 +0000 (12:11 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7778 65c4cc65-6c06-0410-ace0-fbb531ad65f3

cdr.c

diff --git a/cdr.c b/cdr.c
index 24f6192019c60f39df970dc5a0372cf7d6df0e85..d7a1514ade78748fb444fc87da242c6f13e099f5 100644 (file)
--- 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