Skip to content
Snippets Groups Projects
Commit cf5b8dba authored by Kevin P. Fleming's avatar Kevin P. Fleming
Browse files

add note about example

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5872 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent fb16b5cb
No related branches found
No related tags found
No related merge requests found
......@@ -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) \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment