forked from mirror/libcxx
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
632573ce43
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/branches/release_80@354986 91177308-0d34-0410-b5e6-96231b3b80d8 |
6 years ago | |
---|---|---|
.. | ||
DesignDocs | 6 years ago | |
BuildingLibcxx.rst | 6 years ago | |
CMakeLists.txt | 8 years ago | |
FeatureTestMacroTable.rst | 6 years ago | |
Makefile.sphinx | 6 years ago | |
README.txt | 9 years ago | |
ReleaseNotes.rst | 6 years ago | |
TestingLibcxx.rst | 6 years ago | |
UsingLibcxx.rst | 6 years ago | |
conf.py | 6 years ago | |
index.rst | 6 years ago |
README.txt
libc++ Documentation ==================== The libc++ documentation is written using the Sphinx documentation generator. It is currently tested with Sphinx 1.1.3. To build the documents into html configure libc++ with the following cmake options: * -DLLVM_ENABLE_SPHINX=ON * -DLIBCXX_INCLUDE_DOCS=ON After configuring libc++ with these options the make rule `docs-libcxx-html` should be available.