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.


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

Reply via email to