[clang] 511e84f - [clang][docs] fix rendering of `$`-prefixed options (#119249)

via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 9 11:24:07 PST 2024


Author: Carlo Cabrera
Date: 2024-12-10T03:24:04+08:00
New Revision: 511e84ff2624b76948e35a2220550a67ae67b264

URL: https://github.com/llvm/llvm-project/commit/511e84ff2624b76948e35a2220550a67ae67b264
DIFF: https://github.com/llvm/llvm-project/commit/511e84ff2624b76948e35a2220550a67ae67b264.diff

LOG: [clang][docs] fix rendering of `$`-prefixed options (#119249)

This was added in #117573 but the options were not being rendered
correctly due to the missing newline after `::`.

Added: 
    

Modified: 
    clang/docs/UsersManual.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/UsersManual.rst b/clang/docs/UsersManual.rst
index 5b7a293a4ecc27..8af9f5be644a02 100644
--- a/clang/docs/UsersManual.rst
+++ b/clang/docs/UsersManual.rst
@@ -1066,6 +1066,7 @@ is being invoked, and added after all of the command-line specified linker
 inputs. Here is some example of ``$``-prefixed options:
 
 ::
+
     $-Wl,-Bstatic $-lm
     $-Wl,-Bshared
 


        


More information about the cfe-commits mailing list