[llvm] r227305 - [docs] Use slightly more proper .rst markup

Sean Silva chisophugis at gmail.com
Wed Jan 28 02:36:42 PST 2015


Author: silvas
Date: Wed Jan 28 04:36:41 2015
New Revision: 227305

URL: http://llvm.org/viewvc/llvm-project?rev=227305&view=rev
Log:
[docs] Use slightly more proper .rst markup

Again, I'd like to emphasize to everyone that this sort of markup change
is *not* what you should be concerned about when writing docs. Focus on
*content*.

I applaud Chandler for focusing on the fantastic content of this new
section!

Modified:
    llvm/trunk/docs/ProgrammersManual.rst

Modified: llvm/trunk/docs/ProgrammersManual.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ProgrammersManual.rst?rev=227305&r1=227304&r2=227305&view=diff
==============================================================================
--- llvm/trunk/docs/ProgrammersManual.rst (original)
+++ llvm/trunk/docs/ProgrammersManual.rst Wed Jan 28 04:36:41 2015
@@ -2546,9 +2546,9 @@ generate significantly more efficient co
 amount of our usage of type hierarchies fits better with tag-based pattern
 matching rather than dynamic dispatch across a common interface. Within LLVM we
 have built custom helpers to facilitate this design. See this document's
-section on `isa and dyn_cast <isa>`_ and our `detailed document
-<http://llvm.org/docs/HowToSetUpLLVMStyleRTTI.html>`_ which describes how you
-can implement this pattern for use with the LLVM helpers.
+section on :ref:`isa and dyn_cast <isa>` and our :doc:`detailed document
+<HowToSetUpLLVMStyleRTTI>` which describes how you can implement this
+pattern for use with the LLVM helpers.
 
 .. _coreclasses:
 





More information about the llvm-commits mailing list