add note about example

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5872 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2005-06-07 01:17:07 +00:00
parent fb16b5cb0a
commit cf5b8dba96

View File

@@ -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) \