[flang-commits] [flang] 70150d5 - [Flang][Doc] Correct section depth in IntrinsicTypes.md (#72271)

via flang-commits flang-commits at lists.llvm.org
Tue Nov 14 14:41:40 PST 2023


Author: Kiran Chandramohan
Date: 2023-11-14T22:41:36Z
New Revision: 70150d5d068d4808facf045e26b688ca6721d611

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

LOG: [Flang][Doc] Correct section depth in IntrinsicTypes.md (#72271)

Fixes flang documentation CI build.

Added: 
    

Modified: 
    flang/docs/IntrinsicTypes.md

Removed: 
    


################################################################################
diff  --git a/flang/docs/IntrinsicTypes.md b/flang/docs/IntrinsicTypes.md
index fa9d64b377cdbc3..0fee1c387024563 100644
--- a/flang/docs/IntrinsicTypes.md
+++ b/flang/docs/IntrinsicTypes.md
@@ -98,7 +98,7 @@ use LOGICAL values to interface with other languages.
 
 ### Representations of LOGICAL variables in other compilers
 
-##### Intel ifort / NVIDA nvfortran / PGI pgf90
+#### Intel ifort / NVIDA nvfortran / PGI pgf90
 .TRUE. is represented as -1_kind  
 .FALSE. is represented as 0_kind  
 Any other values result in undefined behavior.  
@@ -106,7 +106,7 @@ Any other values result in undefined behavior.
 Values with a low-bit set are treated as .TRUE..  
 Values with a low-bit clear are treated as .FALSE..  
 
-##### IBM XLF
+#### IBM XLF
 .TRUE. is represented as 1_kind  
 .FALSE. is represented as 0_kind  
 


        


More information about the flang-commits mailing list