aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk.h
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-06-07 01:17:07 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-06-07 01:17:07 +0000
commit9b81c82a2f76a14e989b45ecce399f23b8377c39 (patch)
treeb29218bad9200b650568556cca686518b7382e79 /include/asterisk.h
parentea4edf7857c849acc2269118ad174d016142ab83 (diff)
add note about example
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5872 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk.h')
-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) \