[all-commits] [llvm/llvm-project] 6e75ee: [lldb][docs] Use inline literals for code/paths in...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Mon Jan 18 02:10:55 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6e75ee6b65c1c9924c0c9c10b1cbd57f10fe127b
https://github.com/llvm/llvm-project/commit/6e75ee6b65c1c9924c0c9c10b1cbd57f10fe127b
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2021-01-18 (Mon, 18 Jan 2021)
Changed paths:
M lldb/bindings/interface/SBFile.i
M lldb/bindings/interface/SBFrame.i
M lldb/bindings/interface/SBValue.i
M lldb/docs/design/reproducers.rst
M lldb/docs/design/sbapi.rst
M lldb/docs/man/lldb.rst
M lldb/docs/resources/build.rst
M lldb/docs/resources/contributing.rst
Log Message:
-----------
[lldb][docs] Use inline literals for code/paths instead of rendering it with the default role
Right now we're using the 'content' role as default which will just render
these things as cursive (which isn't really useful for code examples). It also
prevents us from assigning a more useful default role in the future.
More information about the All-commits
mailing list