diff options
author | Sean Silva <silvas@purdue.edu> | 2012-09-20 03:20:53 +0000 |
---|---|---|
committer | Sean Silva <silvas@purdue.edu> | 2012-09-20 03:20:53 +0000 |
commit | 98f84c998f2778314cf9cfa46a20edc88a41e037 (patch) | |
tree | 45f51e6fe46401a659873a944faf4b07b7dc2bef /llvm/docs/DebuggingJITedCode.rst | |
parent | 3237662b65a7fb6d829f0e60dd440c575ae0115e (diff) | |
download | bcm5719-llvm-98f84c998f2778314cf9cfa46a20edc88a41e037.tar.gz bcm5719-llvm-98f84c998f2778314cf9cfa46a20edc88a41e037.zip |
Fix Sphinx warnings.
Toctree was not being interlinked properly.
llvm-svn: 164282
Diffstat (limited to 'llvm/docs/DebuggingJITedCode.rst')
-rw-r--r-- | llvm/docs/DebuggingJITedCode.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/DebuggingJITedCode.rst b/llvm/docs/DebuggingJITedCode.rst index 66e24a64ccf..eeb2f7787da 100644 --- a/llvm/docs/DebuggingJITedCode.rst +++ b/llvm/docs/DebuggingJITedCode.rst @@ -1,11 +1,11 @@ .. _debugging-jited-code: -.. sectionauthor:: Reid Kleckner and Eli Bendersky - ============================== Debugging JIT-ed Code With GDB ============================== +.. sectionauthor:: Reid Kleckner and Eli Bendersky + Background ========== |