From d904a19e56ba21ba4f3ba072d6f452fb346e5fe8 Mon Sep 17 00:00:00 2001
From: Russell Bryant <russell@russellbryant.com>
Date: Wed, 4 Jan 2006 12:11:11 +0000
Subject: [PATCH] doxygen tweak

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7778 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 cdr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cdr.c b/cdr.c
index 24f6192019..d7a1514ade 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
-- 
GitLab