[libcxx-commits] [libcxx] d49a82f - [NFC][libc++][doc] Improves rst formatting.

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Sun Aug 21 08:16:50 PDT 2022


Author: Mark de Wever
Date: 2022-08-21T17:16:14+02:00
New Revision: d49a82fafe0c6f8758a18b14ffae56fea36d347d

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

LOG: [NFC][libc++][doc] Improves rst formatting.

Added: 
    

Modified: 
    libcxx/docs/DesignDocs/NoexceptPolicy.rst

Removed: 
    


################################################################################
diff  --git a/libcxx/docs/DesignDocs/NoexceptPolicy.rst b/libcxx/docs/DesignDocs/NoexceptPolicy.rst
index 8dc5e14e486ea..74c8ca406ed84 100644
--- a/libcxx/docs/DesignDocs/NoexceptPolicy.rst
+++ b/libcxx/docs/DesignDocs/NoexceptPolicy.rst
@@ -1,9 +1,9 @@
-====================
+===================
 ``noexcept`` Policy
-====================
+===================
 
 Extended applications of ``noexcept``
-------------------------------------------
+-------------------------------------
 
 As of version 13 libc++ may mark functions that do not throw (i.e.,
 "Throws: Nothing") as ``noexcept``. This has two primary consequences:


        


More information about the libcxx-commits mailing list