From a7aec400a7014edba1eeb53c582d3ab47178fe8d Mon Sep 17 00:00:00 2001 From: Sean Silva Date: Fri, 11 Jan 2013 02:28:08 +0000 Subject: docs: Fix long standing linking antipattern. Before we learned about :doc:, we used :ref: and put a dummy link at the top of each page. Don't do that anymore. This fixes PR14891 as a special case. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172162 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/HowToSetUpLLVMStyleRTTI.rst | 2 -- 1 file changed, 2 deletions(-) (limited to 'docs/HowToSetUpLLVMStyleRTTI.rst') diff --git a/docs/HowToSetUpLLVMStyleRTTI.rst b/docs/HowToSetUpLLVMStyleRTTI.rst index a2e46b3d7f..b906b25621 100644 --- a/docs/HowToSetUpLLVMStyleRTTI.rst +++ b/docs/HowToSetUpLLVMStyleRTTI.rst @@ -1,5 +1,3 @@ -.. _how-to-set-up-llvm-style-rtti: - ====================================================== How to set up LLVM-style RTTI for your class hierarchy ====================================================== -- cgit v1.2.3