📄 const.h
字号:
/* 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\";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -