summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2005-06-07 01:17:07 +0000
committerKevin P. Fleming <kpfleming@digium.com>2005-06-07 01:17:07 +0000
commitcf5b8dba961296ebe21fe8bb47e50f5831034409 (patch)
treeb29218bad9200b650568556cca686518b7382e79 /include
parentfb16b5cb0a97683bc9f9e6032a39d36c5426f57d (diff)
add note about example
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5872 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include')
-rwxr-xr-xinclude/asterisk.h5
1 files changed, 5 insertions, 0 deletions
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) \