[clang-tools-extra] r218571 - [clang-tidy] Fix for the documentation.

Alexander Kornienko alexfh at google.com
Sat Sep 27 14:27:05 PDT 2014


Author: alexfh
Date: Sat Sep 27 16:27:05 2014
New Revision: 218571

URL: http://llvm.org/viewvc/llvm-project?rev=218571&view=rev
Log:
[clang-tidy] Fix for the documentation.

Modified:
    clang-tools-extra/trunk/docs/clang-tidy.rst

Modified: clang-tools-extra/trunk/docs/clang-tidy.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy.rst?rev=218571&r1=218570&r2=218571&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy.rst Sat Sep 27 16:27:05 2014
@@ -69,7 +69,7 @@ supported by corresponding checks.
 
 An overview of all the command-line options:
 
-.. code-block:: bash
+.. code-block::
 
   $ clang-tidy -help
   USAGE: clang-tidy [options] <source0> [... <sourceN>]





More information about the cfe-commits mailing list