[clang-tools-extra] 770df90 - [clang-tidy] my work: fix sphinx docs

via cfe-commits cfe-commits at lists.llvm.org
Sat Mar 21 04:30:02 PDT 2020


Author: abelkocsis
Date: 2020-03-21T12:29:39+01:00
New Revision: 770df9045124d9f9a3e904a7afaa6e9301254829

URL: https://github.com/llvm/llvm-project/commit/770df9045124d9f9a3e904a7afaa6e9301254829
DIFF: https://github.com/llvm/llvm-project/commit/770df9045124d9f9a3e904a7afaa6e9301254829.diff

LOG: [clang-tidy] my work: fix sphinx docs

Added: 
    

Modified: 
    clang-tools-extra/docs/clang-tidy/checks/cert-con36-c.rst
    clang-tools-extra/docs/clang-tidy/checks/cert-con54-cpp.rst

Removed: 
    


################################################################################
diff  --git a/clang-tools-extra/docs/clang-tidy/checks/cert-con36-c.rst b/clang-tools-extra/docs/clang-tidy/checks/cert-con36-c.rst
index 54fecfc2e90d..7d74e05cf64d 100644
--- a/clang-tools-extra/docs/clang-tidy/checks/cert-con36-c.rst
+++ b/clang-tools-extra/docs/clang-tidy/checks/cert-con36-c.rst
@@ -1,6 +1,6 @@
 .. title:: clang-tidy - cert-con36-c
 .. meta::
-:http-equiv=refresh: 5;URL=bugprone-spuriously-wake-up-functions.html
+   :http-equiv=refresh: 5;URL=bugprone-spuriously-wake-up-functions.html
 	
 cert-con36-c
 ============

diff  --git a/clang-tools-extra/docs/clang-tidy/checks/cert-con54-cpp.rst b/clang-tools-extra/docs/clang-tidy/checks/cert-con54-cpp.rst
index 3dbe89517474..f74bc4496219 100644
--- a/clang-tools-extra/docs/clang-tidy/checks/cert-con54-cpp.rst
+++ b/clang-tools-extra/docs/clang-tidy/checks/cert-con54-cpp.rst
@@ -1,6 +1,6 @@
 .. title:: clang-tidy - cert-con54-cpp
 .. meta::
-:http-equiv=refresh: 5;URL=bugprone-spuriously-wake-up-functions.html
+   :http-equiv=refresh: 5;URL=bugprone-spuriously-wake-up-functions.html
 	
 cert-con54-cpp
 ==============


        


More information about the cfe-commits mailing list