Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

7903347: add long name option for all single letter options and expand help on default values for various options #83

Closed
wants to merge 6 commits into from
Closed
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -135,7 +135,7 @@ A complete list of all the supported options is given below:
| Option | Meaning |
| :----------------------------------------------------------- | ------------------------------------------------------------ |
| `-D --define-macro <macro>=<value>` | define <macro> to <value> (or 1 if <value> omitted) |
| `--header-class-name <name>` | name of the generated header class. If this option is not specified, then header class name is derived from the header file name. For example, class 'foo_h' for header 'foo.h'. |
| `--header-class-name <name>` | name of the generated header class. If this option is not specified, then header class name is derived from the header file name. For example, class "foo_h" for header "foo.h". |
| `-t, --target-package <package>` | target package name for the generated classes. If this option is not specified, then unnamed package is used. |
| `-I, --include-dir <dir>` | add directory to the end of the list of include search paths |
| `-l, --library <name \| path>` | specify a library by platform-independent name (e.g. "GL") or by absolute path ("/usr/lib/libGL.so") that will be loaded by the generated class. |
Original file line number Diff line number Diff line change
@@ -56,7 +56,7 @@ Option Description
--dump-includes <file> dump included symbols into specified file \n\
--header-class-name <name> name of the generated header class. If this option is not \n\
\ specified, then header class name is derived from the header\n\
\ file name. For example, class 'foo_h' for header 'foo.h'. \n\
\ file name. For example, class "foo_h" for header "foo.h". \n\
--include-function <name> name of function to include \n\
--include-macro <name> name of constant macro to include \n\
--include-struct <name> name of struct definition to include \n\