summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Croft <david@php.net>2000-12-26 13:22:31 +0000
committerDavid Croft <david@php.net>2000-12-26 13:22:31 +0000
commitf4a53d0665c1ad8b71df8b82a074e10256d3d223 (patch)
tree15affba457eda3b36dbc9fcf543b12398f445112
parentd4ff503e3d8caa1466303472c258d8b601b01aad (diff)
downloadphp-git-f4a53d0665c1ad8b71df8b82a074e10256d3d223.tar.gz
#remove cvs [dollar] ID from changelog
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index cac1ffadf7..fb93d68a74 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1407,7 +1407,7 @@
a class/module use "@see $variable" and "@see function()". Note the $ and the "()".
If the referenced element is unknow, the reference will be dropped and a warning is generated.
- - added @version $Id$ to some class doc comments
+ - added @version CVS Id to some class doc comments
This is an eays way to add a version tag to inline docs if you use a CVS.