diff options
author | Mikhail Glushenkov <foldr@codedgers.com> | 2008-11-28 00:13:25 +0000 |
---|---|---|
committer | Mikhail Glushenkov <foldr@codedgers.com> | 2008-11-28 00:13:25 +0000 |
commit | 739c720e66e1b8889bb752131e4e27b797cec97c (patch) | |
tree | 91154f0b71da4104c58ec54dfa93da87c3dae4d0 /tools/llvmc | |
parent | 3321b0ff2408c2a2c5d84f88c5b953f36c99d90a (diff) |
Add 'hidden' and 'really_hidden' option properties.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60198 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvmc')
-rw-r--r-- | tools/llvmc/doc/LLVMC-Reference.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/llvmc/doc/LLVMC-Reference.rst b/tools/llvmc/doc/LLVMC-Reference.rst index 290778468a..919025527b 100644 --- a/tools/llvmc/doc/LLVMC-Reference.rst +++ b/tools/llvmc/doc/LLVMC-Reference.rst @@ -353,6 +353,12 @@ currently implemented option types and properties are described below: - ``required`` - this option is obligatory. + - ``hidden`` - this option should not appear in the ``--help`` + output (but should appear in the ``--help-hidden`` output). + + - ``really_hidden`` - the option should not appear in any help + output. + Option list - specifying all options in a single place ====================================================== |