Update HACKING for changed doc generation instructions
[geany-mirror.git] / tagmanager / ctags / ctags.h
blob90ad5289bb1a4e684f0c5d89e0b5a98435bea30a
1 /*
2 * Copyright (c) 1996-2001, Darren Hiebert
4 * This source code is released for free distribution under the terms of the
5 * GNU General Public License.
7 * Program definitions
8 */
9 #ifndef _CTAGS_H
10 #define _CTAGS_H
13 * MACROS
15 #ifndef PROGRAM_VERSION
16 # define PROGRAM_VERSION "5.0.1"
17 #endif
18 #define PROGRAM_NAME "Exuberant Ctags"
19 #define PROGRAM_URL "http://ctags.sourceforge.net"
20 #define AUTHOR_NAME "Darren Hiebert"
21 #define AUTHOR_EMAIL "darren@hiebert.com"
23 #endif /* _CTAGS_H */
25 /* vi:set tabstop=8 shiftwidth=4: */