[Asterisk-cvs] asterisk/include asterisk.h,1.5,1.6

kpfleming at lists.digium.com kpfleming at lists.digium.com
Mon Jun 6 21:14:42 CDT 2005


Update of /usr/cvsroot/asterisk/include
In directory mongoose.digium.com:/tmp/cvs-serv12317/include

Modified Files:
	asterisk.h 
Log Message:
add note about example


Index: asterisk.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- asterisk.h	7 Jun 2005 01:13:23 -0000	1.5
+++ asterisk.h	7 Jun 2005 01:17:07 -0000	1.6
@@ -91,6 +91,11 @@
  * \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) \




More information about the svn-commits mailing list