File: const.h

package info (click to toggle)
global 4.8.6-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,356 kB
  • ctags: 4,245
  • sloc: ansic: 26,150; lex: 1,471; perl: 1,233; sh: 1,032; lisp: 410; makefile: 158; yacc: 123
file content (35 lines) | stat: -rw-r--r-- 1,511 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
/* This file is generated automatically by convert.pl from gtags-parser/manual.in. */
const char *progname = "gtags-parser";
const char *usage_const = "Usage: gtags-parser [-bdenrstvw] file ...\n";
const char *help_const = "Options:\n\
-b, --begin-block\n\
       Force level 1 block to begin when reach a left brace at the first column.\n\
       (C only)\n\
-d, --define\n\
       Pick up not only function but also macro without argument\n\
       as a definition.\n\
-e, --end-block\n\
       Force level 1 block to end when reach a right brace at the first column.\n\
       (C only)\n\
-n, --no-tags\n\
       Suppress output of tags. It is useful to use with -w option.\n\
-r, --reference\n\
       Locate function references instead of function definitions.\n\
       GTAGS is needed at the current directory.\n\
       (C, C++ and Java source only)\n\
       By default, locate function definitions.\n\
-s, --symbol\n\
       Collect symbols other than functions.\n\
       By default, locate function definitions.\n\
-t, --typedef\n\
       Pick up not only function but also typedef name and enum member\n\
       as a definition.\n\
-v, --verbose\n\
       Verbose mode.\n\
-w, --warning\n\
       Print warning message.\n\
--langmap=map\n\
       Language mapping. Each comma-separated  map  consists of\n\
       the language name, a colon, and a list of file extensions.\n\
       Default mapping is 'c:.c.h,yacc:.y,asm:.s.S,java:.java,cpp:.c++.cc.cpp.cxx.hxx.hpp.C.H,php:.php.php3.phtml'.\n\
";