diff options
author | Brad King <brad.king@kitware.com> | 2015-04-16 19:48:35 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-04-16 20:00:44 (GMT) |
commit | 99f6437d1d77094fbb97f9c66005bac5af086778 (patch) | |
tree | 77755b8bc407b5abbe205444a6ffb6a43dd24f1f /doc | |
parent | 3c777ef360beb3a37fec567806f56d0f9aab9bd6 (diff) | |
download | CastXML-99f6437d1d77094fbb97f9c66005bac5af086778.zip CastXML-99f6437d1d77094fbb97f9c66005bac5af086778.tar.gz CastXML-99f6437d1d77094fbb97f9c66005bac5af086778.tar.bz2 |
castxml: Document example values for --castxml-cc-<id> option
Also make the --help output more consistent with the wording
in the castxml(1) manual.
GitHub-Issue: 7
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/castxml.1.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/manual/castxml.1.rst b/doc/manual/castxml.1.rst index 9ec3ccc..ca555f9 100644 --- a/doc/manual/castxml.1.rst +++ b/doc/manual/castxml.1.rst @@ -40,6 +40,10 @@ Remaining options are given to the internal Clang compiler. * ``gnu``: GNU Compiler Collection (gcc) * ``msvc``: Microsoft Visual C++ (cl) + ``<cc>`` names a compiler (e.g. ``/usr/bin/gcc`` or ``cl``) and + ``<cc-opt>...`` specifies options that may affect its target + (e.g. ``-m32``). + ``--castxml-gccxml`` Generate XML output in a format close to that of `gccxml`_. Write output to ``<src>.xml`` or file named by ``-o``. |