Skip to content

Commit 491d045

Browse files
committed
[libc++] Remove the old HTML documentation
This commit finishes moving the <atomic> design documents to the RST documentation and removes the old documentation. https://libcxx.llvm.org is already pointing to the new documentation only now, so the removal of the old documentation is really a NFC. I went over the old documentation and I don't think we're leaving anything important behind - I think everything important was mentionned in the RST documentation anyway.
1 parent f60ea69 commit 491d045

15 files changed

+805
-1980
lines changed

libcxx/docs/DesignDocs/AtomicDesign.rst

Lines changed: 797 additions & 0 deletions
Large diffs are not rendered by default.

libcxx/docs/index.rst

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -165,17 +165,18 @@ Design Documents
165165
.. toctree::
166166
:maxdepth: 1
167167

168-
DesignDocs/DebugMode
169-
DesignDocs/CapturingConfigInfo
170168
DesignDocs/ABIVersioning
169+
DesignDocs/AtomicDesign
170+
DesignDocs/CapturingConfigInfo
171+
DesignDocs/DebugMode
171172
DesignDocs/ExperimentalFeatures
172-
DesignDocs/VisibilityMacros
173-
DesignDocs/ThreadingSupportAPI
174-
DesignDocs/FileTimeType
175-
DesignDocs/FeatureTestMacros
176173
DesignDocs/ExtendedCXX03Support
177-
DesignDocs/UniquePtrTrivialAbi
174+
DesignDocs/FeatureTestMacros
175+
DesignDocs/FileTimeType
178176
DesignDocs/NoexceptPolicy
177+
DesignDocs/ThreadingSupportAPI
178+
DesignDocs/UniquePtrTrivialAbi
179+
DesignDocs/VisibilityMacros
179180

180181
* `<atomic> design <http://libcxx.llvm.org/atomic_design.html>`_
181182
* `<type_traits> design <http://libcxx.llvm.org/type_traits_design.html>`_

libcxx/www/atomic_design.html

Lines changed: 0 additions & 91 deletions
This file was deleted.

0 commit comments

Comments
 (0)