[clang-tools-extra] r295471 - [Docs] 'Limitations' should be a subsection

Alex Lorenz via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 17 10:11:08 PST 2017


Author: arphaman
Date: Fri Feb 17 12:11:08 2017
New Revision: 295471

URL: http://llvm.org/viewvc/llvm-project?rev=295471&view=rev
Log:
[Docs] 'Limitations' should be a subsection

The 'Limitations' section in thedocumentation for
readability-misleading-indentation should be a subsection, as otherwise the link
to 'Limitations' isn't indented in the 'Clang-Tidy Checks' documentation page.

Modified:
    clang-tools-extra/trunk/docs/clang-tidy/checks/readability-misleading-indentation.rst

Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/readability-misleading-indentation.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/readability-misleading-indentation.rst?rev=295471&r1=295470&r2=295471&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/readability-misleading-indentation.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/readability-misleading-indentation.rst Fri Feb 17 12:11:08 2017
@@ -32,7 +32,7 @@ Examples:
     foo2();  // Not guarded by if(cond1).
 
 Limitations
-===========
+-----------
 
 Note that this check only works as expected when the tabs or spaces are used
 consistently and not mixed.




More information about the cfe-commits mailing list