[llvm-bugs] [Bug 37692] New: LangRef table of contents should trim one level

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Jun 5 08:42:06 PDT 2018


https://bugs.llvm.org/show_bug.cgi?id=37692

            Bug ID: 37692
           Summary: LangRef table of contents should trim one level
           Product: Documentation
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: General docs
          Assignee: unassignedbugs at nondot.org
          Reporter: clattner at nondot.org
                CC: llvm-bugs at lists.llvm.org

The TOC in the generated llvm.org/docs/LangRef.html is crazy long.  It would be
nice to trim a level of bullets under each intrinsic/instruction.  Instead of:

‘llvm.ssa_copy‘ Intrinsic
 - Syntax:
 - Arguments:
 - Overview:
‘llvm.type.test‘ Intrinsic
 - Syntax:
 - Arguments:
 - Overview:
‘llvm.type.checked.load‘ Intrinsic
...

It should just be:

‘llvm.ssa_copy‘ Intrinsic
‘llvm.type.test‘ Intrinsic
‘llvm.type.checked.load‘ Intrinsic
...


I assume that this can be done by just changing Syntax/Arguments/Overview to be
bolded instead of themselves being sections.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20180605/0272bb3d/attachment.html>


More information about the llvm-bugs mailing list