Lines Matching full:documentation
7 documentation generation system for LLVM developers.
12 To get started writing documentation, you will need to:
16 2. Understand how to :ref:`build the documentation
19 3. Start :ref:`writing documentation <writing_documentation>`!
57 Building the documentation
60 In order to build the documentation need to add ``-DLLVM_ENABLE_SPHINX=ON`` to
65 the project, and generate the HTML documentation in a ``tools/lld/docs/html``
70 Writing documentation
73 The documentation itself is written in the reStructuredText (ReST) format, and
77 plaintext documents. You should generally be able to write new documentation
78 easily just by following the style of the existing documentation.
88 the Sphinx documentation itself, available `here