alexfh added a subscriber: alexfh.

================
Comment at: docs/clang-tidy/checks/misc-unnecessary-mutable.rst:9
@@ +8,3 @@
+
+.. code-block:: c++
+  class SomeClass {
----------------
Please verify the documentation can be built without errors. On Ubuntu this 
boils down to:

Install sphinx: 

1. `$ sudo apt-get install sphinx-common`
2. Enable `LLVM_BUILD_DOCS` and maybe some other options in cmake.
2. `$ ninja docs-clang-tools-html` (or something similar, if you use make).


http://reviews.llvm.org/D20053



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to