[llvm] a9ade27 - [docs] Fix an RST error introduced in e823068306e.

Lang Hames via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 15 14:38:11 PDT 2020


Author: Lang Hames
Date: 2020-04-15T14:37:58-07:00
New Revision: a9ade27a5721bf376fea1ed3bb2076cd5fa06ba3

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

LOG: [docs] Fix an RST error introduced in e823068306e.

This should fix the 'Explicit markup ends without a blank line' error seen on
http://lab.llvm.org:8011/builders/llvm-sphinx-docs.

Thanks to Daniel Sanders for spotting this.

Added: 
    

Modified: 
    llvm/docs/HowToSetUpLLVMStyleRTTI.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/HowToSetUpLLVMStyleRTTI.rst b/llvm/docs/HowToSetUpLLVMStyleRTTI.rst
index 3511466a424b..821b00ab7ec0 100644
--- a/llvm/docs/HowToSetUpLLVMStyleRTTI.rst
+++ b/llvm/docs/HowToSetUpLLVMStyleRTTI.rst
@@ -434,7 +434,7 @@ This open-hierarchy RTTI support should only be used if your use case requries
 it. Otherwise the standard LLVM RTTI system should be preferred.
 
 .. _`Curiously Recurring Template Idiom`:
-https://en.wikipedia.org/wiki/Curiously_recurring_template_pattern
+  https://en.wikipedia.org/wiki/Curiously_recurring_template_pattern
 
 E.g.
 


        


More information about the llvm-commits mailing list