Skip to content

Commit 4140883

Browse files
committed
Fix indentation in documentation
1 parent 7c156ea commit 4140883

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libcxx/docs/VendorDocumentation.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -311,9 +311,9 @@ The following options allow building libc++ for a different ABI version.
311311

312312
Select the ABI library to build libc++ against. This CMake option also supports "consumption specifiers", which
313313
specify how the selected ABI library should be consumed by libc++. The supported specifiers are:
314-
- ``shared``: The selected ABI library should be used as a shared library.
315-
- ``static``: The selected ABI library should be used as a static library.
316-
- ``merged``: The selected ABI library should be a static library whose object files will be merged directly into the produced libc++ library.
314+
- ``shared``: The selected ABI library should be used as a shared library.
315+
- ``static``: The selected ABI library should be used as a static library.
316+
- ``merged``: The selected ABI library should be a static library whose object files will be merged directly into the produced libc++ library.
317317

318318
A consumption specifier is provided by appending it to the name of the library, such as ``LIBCXX_CXX_ABI=merged-libcxxabi``.
319319
If no consumption specifier is provided, the libc++ shared library will default to using a shared ABI library, and the

0 commit comments

Comments
 (0)