Lines Matching full:doc
2 Clang-Doc
10 :program:`clang-doc` is a tool for generating C and C++ documentation from
22 :program:`clang-doc` is a `LibTooling
32 $ clang-doc File1.cpp File2.cpp ... FileN.cpp
38 $ clang-doc --executor=all-TUs compile_commands.json
44 $ clang-doc --executor=all-TUs --filter=File[0-9]+.cpp compile_commands.json
49 :program:`clang-doc` produces a directory of documentation. One file is produced
57 $ clang-doc --output=output/directory/ compile_commands.json
62 Configuration for :program:`clang-doc` is currently limited to command-line options.
69 :program:`clang-doc` offers the following options:
73 $ clang-doc --help
78 $ clang-doc File1.cpp File2.cpp ... FileN.cpp
82 $ clang-doc --executor=all-TUs compile_commands.json
84 USAGE: clang-doc [options] <source0> [... <sourceN>]
94 clang-doc options: