[PATCH] D85828: [Flang] Move mark down documentation(md) files to reStructuredText(rst) file format.

David Truby via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 12 07:52:49 PDT 2020


DavidTruby added inline comments.


================
Comment at: flang/docs/ArrayComposition.rst:11
+
+* Reductions to scalars (\ ``SUM(X)``\ , also ``ALL``\ , ``ANY``\ , ``COUNT``\ ,
+  ``DOT_PRODUCT``\ ,
----------------
tskeith wrote:
> What is the purpose of the backslash followed by space? It seems to occur in a lot of places.
I believe "extra" spaces are removed by rst when rendering to HTML, so the `\ ` will preserve the space


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D85828/new/

https://reviews.llvm.org/D85828



More information about the llvm-commits mailing list