diff options
author | Alexander Kornienko <alexfh@google.com> | 2015-12-22 17:36:49 +0000 |
---|---|---|
committer | Alexander Kornienko <alexfh@google.com> | 2015-12-22 17:36:49 +0000 |
commit | 785e5223d37c25ed58caa82456b6feb9828e85a1 (patch) | |
tree | 76a64d5a10e72559368d6859080d8803930a9c67 /clang-tools-extra/docs/clang-tidy/checks/modernize-use-nullptr.rst | |
parent | d167586a2849c18631c13f37bb2d6ccd14a069cb (diff) | |
download | bcm5719-llvm-785e5223d37c25ed58caa82456b6feb9828e85a1.tar.gz bcm5719-llvm-785e5223d37c25ed58caa82456b6feb9828e85a1.zip |
[clang-tidy] Updates to documentation: formatting, titles, etc.
llvm-svn: 256259
Diffstat (limited to 'clang-tools-extra/docs/clang-tidy/checks/modernize-use-nullptr.rst')
-rw-r--r-- | clang-tools-extra/docs/clang-tidy/checks/modernize-use-nullptr.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang-tools-extra/docs/clang-tidy/checks/modernize-use-nullptr.rst b/clang-tools-extra/docs/clang-tidy/checks/modernize-use-nullptr.rst index 13282a3c943..f0219e3abea 100644 --- a/clang-tools-extra/docs/clang-tidy/checks/modernize-use-nullptr.rst +++ b/clang-tools-extra/docs/clang-tidy/checks/modernize-use-nullptr.rst @@ -1,3 +1,5 @@ +.. title:: clang-tidy - modernize-use-nullptr + modernize-use-nullptr ===================== |