diff options
Diffstat (limited to 'clang-tools-extra/docs/clang-doc.rst')
-rw-r--r-- | clang-tools-extra/docs/clang-doc.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang-tools-extra/docs/clang-doc.rst b/clang-tools-extra/docs/clang-doc.rst index 328416ee6a3..9be8a8dc31d 100644 --- a/clang-tools-extra/docs/clang-doc.rst +++ b/clang-tools-extra/docs/clang-doc.rst @@ -81,7 +81,9 @@ Options --doxygen - Use only doxygen-style comments to generate docs. --extra-arg=<string> - Additional argument to append to the compiler command line + Can be used several times. --extra-arg-before=<string> - Additional argument to prepend to the compiler command line + Can be used several times. --format=<value> - Format for outputted docs. =yaml - Documentation in YAML format. =md - Documentation in MD format. |