[llvm-commits] [llvm] r172359 - /llvm/trunk/docs/ExceptionHandling.rst

Sean Silva silvas at purdue.edu
Sun Jan 13 12:33:03 PST 2013


There are more of these sorts of issues and they all follow the same
pattern. I took care to preserve the anchor names (e.g.
`i_landingpad`) so these should be convertible to :ref: with just a
regex (although it is a bit awkward because they can span multiple
lines and you have to add :ref: before and strip the trailing _ and
change the <LangRef.html#i_landingpad> to just <i_landingpad>).

Unfortunately Sphinx converts underscores to hyphens in anchor names
for no apparent reason, so all these links would work if they were
e.g. `LangRef.html#i-landingpad` :|

-- Sean Silva



More information about the llvm-commits mailing list