d050bcab25
* NEW: Modify the installation process so that it will be able to run the 'gbh3' tool to extract help from component source files. Not usable yet as long as 'gbh3' depends on 'gb.pcre'. [HELP EXTRACTOR] * NEW: Move 'gbh3' project from '/app/src' to '/main/tools'. * NEW: Add new options that are needed by the installation process. git-svn-id: svn://localhost/gambas/trunk@6829 867c0c6c-44f3-4631-809d-bfa615b0a4ec
18 lines
665 B
Text
18 lines
665 B
Text
|
|
Extract Gambas help comments from source files.
|
|
|
|
Usage: gbh3 [options] [<sources>]
|
|
|
|
Options:
|
|
-r --root <root> gives the Gambas installation directory
|
|
-c --component <component> generate help directly in a component '*.help' file
|
|
-V --version display version
|
|
-L --license display license
|
|
-h --help display this help
|
|
|
|
If <sources> contains directories, they are searched recursively for '*.c'
|
|
and '*.cpp' files. If <sources> is not specified, the current directory
|
|
is searched.
|
|
|
|
The extracted help is printed on the standard output, unless the '-c'
|
|
option is specified.
|