summaryrefslogtreecommitdiffstats
path: root/src/doxytag.l
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2010-01-24 22:18:59 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2010-01-24 22:18:59 (GMT)
commitb3ff521abec20509a917158bee82fff6d0931447 (patch)
tree2ceed71b80fa23429f6aeb4a62fe9ca3ea9499d1 /src/doxytag.l
parentdf4e1edf1f6abb55a811e7c4a34764f27b50e502 (diff)
downloadDoxygen-b3ff521abec20509a917158bee82fff6d0931447.zip
Doxygen-b3ff521abec20509a917158bee82fff6d0931447.tar.gz
Doxygen-b3ff521abec20509a917158bee82fff6d0931447.tar.bz2
Release-1.6.2-20100124
Diffstat (limited to 'src/doxytag.l')
-rw-r--r--src/doxytag.l4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doxytag.l b/src/doxytag.l
index a7beff1..f2d571f 100644
--- a/src/doxytag.l
+++ b/src/doxytag.l
@@ -2,7 +2,7 @@
*
*
*
- * Copyright (C) 1997-2008 by Dimitri van Heesch.
+ * Copyright (C) 1997-2010 by Dimitri van Heesch.
*
* Permission to use, copy, modify, and distribute this software and its
* documentation under the terms of the GNU General Public License is hereby
@@ -751,7 +751,7 @@ void parseFileOrDir(const char *fileName)
void usage(const char *name)
{
- fprintf(stderr,"Doxytag version %s\nCopyright Dimitri van Heesch 1997-2008\n\n",
+ fprintf(stderr,"Doxytag version %s\nCopyright Dimitri van Heesch 1997-2010\n\n",
versionString);
fprintf(stderr," Generates a tag file and/or a search index for a set of HTML files\n\n");
fprintf(stderr,"Usage: %s [-t tag_file] [ html_file [html_file...] ]\n",name);