[PATCH] D50034: Add a CommandGuide for llvm-objdump

Michael Trent via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 4 19:27:28 PDT 2018


mtrent marked 2 inline comments as done.
mtrent added a comment.

In https://reviews.llvm.org/D50034#1186327, @beanz wrote:

> One last small fix


It turns out :program: does not make a hyperlink in the comman guide. Email with details sent.

The :manpage: Sphinx Role does one job beyond a basic style change, and that is let you carve up the man ref syntax <page>(<section>) and arrange it into a URL. I have modified the docs/conf.py file to do this for llvm.org in the first round of review feedback. So I believe with great confidence that :manpage: is the correct Sphinx Role to use for the “See Also” section of this (and all) CommandGuide pages. It may be the only job it is good for, but for this task, I haven’t seen anything better so far.


Repository:
  rL LLVM

https://reviews.llvm.org/D50034





More information about the llvm-commits mailing list