[clang] ae5c52b - [clang] [docs] Fix markup

Nathan Sidwell via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 9 07:41:44 PST 2021


Author: Nathan Sidwell
Date: 2021-11-09T07:40:27-08:00
New Revision: ae5c52b933f45ba9a782909a93d1ae3c7243c6be

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

LOG: [clang] [docs]  Fix markup

code-block needs a blank line

Differential Revision:  https://reviews.llvm.org/D113425

Added: 
    

Modified: 
    clang/docs/LanguageExtensions.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/LanguageExtensions.rst b/clang/docs/LanguageExtensions.rst
index 363cf7c4e743..1acf8961e588 100644
--- a/clang/docs/LanguageExtensions.rst
+++ b/clang/docs/LanguageExtensions.rst
@@ -4049,7 +4049,8 @@ in issuing diagnostics. These lines are emitted in preprocessed
 output.
 
 .. code-block:: c
-  # <line:number> <filename:string> <header-type:numbers>
+
+   # <line:number> <filename:string> <header-type:numbers>
 
 The filename is optional, and if unspecified indicates no change in
 source filename. The header-type is an optional, whitespace-delimited,


        


More information about the cfe-commits mailing list