From 9b81c82a2f76a14e989b45ecce399f23b8377c39 Mon Sep 17 00:00:00 2001 From: kpfleming Date: Tue, 7 Jun 2005 01:17:07 +0000 Subject: add note about example git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5872 f38db490-d61c-443f-a65b-d21fe96a405b --- include/asterisk.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include') diff --git a/include/asterisk.h b/include/asterisk.h index e33be868f..8c748d99e 100755 --- a/include/asterisk.h +++ b/include/asterisk.h @@ -91,6 +91,11 @@ void ast_unregister_file_version(const char *file); * \code * ASTERISK_FILE_VERSION(__FILE__, "\$Revision\$") * \endcode + * + * \note The dollar signs above have been protected with backslashes to keep + * CVS from modifying them in this file; under normal circumstances they would + * not be present and CVS would expand the Revision keyword into the file's + * revision number. */ #ifdef __GNUC__ #define ASTERISK_FILE_VERSION(file, version) \ -- cgit v1.2.3