[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.

llvm-svn: 295471
This commit is contained in:
Alex Lorenz 2017-02-17 18:11:08 +00:00
parent 99193de8ab
commit 521d222330
1 changed files with 1 additions and 1 deletions

View File

@ -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.