mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 20:04:50 +00:00
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:
@@ -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) \
|
||||
|
Reference in New Issue
Block a user