diff options
| author | Sylvestre Ledru <sledru@mozilla.com> | 2019-12-24 13:03:45 +0100 |
|---|---|---|
| committer | Sylvestre Ledru <sledru@mozilla.com> | 2019-12-24 13:07:08 +0100 |
| commit | c96c606b85c6a1e046fb8b1fb5bd1cbf28d80169 (patch) | |
| tree | 9f3ec404aa4951c4c0e8ae251d873dc08b9451dd | |
| parent | 2e9bfa12ff344fc6717b1e890eaaec668ecb6e82 (diff) | |
| download | bcm5719-llvm-c96c606b85c6a1e046fb8b1fb5bd1cbf28d80169.tar.gz bcm5719-llvm-c96c606b85c6a1e046fb8b1fb5bd1cbf28d80169.zip | |
clang-doc remove trailing whitespaces
| -rw-r--r-- | clang-tools-extra/docs/clang-doc.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clang-tools-extra/docs/clang-doc.rst b/clang-tools-extra/docs/clang-doc.rst index 93a6f67e2c8..328416ee6a3 100644 --- a/clang-tools-extra/docs/clang-doc.rst +++ b/clang-tools-extra/docs/clang-doc.rst @@ -7,8 +7,8 @@ Clang-Doc .. toctree:: :maxdepth: 1 -:program:`clang-doc` is a tool for generating C and C++ documentation from -source code and comments. +:program:`clang-doc` is a tool for generating C and C++ documentation from +source code and comments. The tool is in a very early development stage, so you might encounter bugs and crashes. Submitting reports with information about how to reproduce the issue @@ -21,7 +21,7 @@ Use :program:`clang-doc` is a `LibTooling <https://clang.llvm.org/docs/LibTooling.html>`_-based tool, and so requires a -compile command database for your project (for an example of how to do this +compile command database for your project (for an example of how to do this see `How To Setup Tooling For LLVM <https://clang.llvm.org/docs/HowToSetupToolingForLLVM.html>`_). |

