An open API service indexing awesome lists of open source software.

https://github.com/refi64/asmjit_docs

[UNMAINTAINED] A repository holding some files that let you build AsmJit's docs using Sphinx+Breathe
https://github.com/refi64/asmjit_docs

Last synced: 4 months ago
JSON representation

[UNMAINTAINED] A repository holding some files that let you build AsmJit's docs using Sphinx+Breathe

Awesome Lists containing this project

README

          

AsmJit Docs
===========

**EDIT:** Do not use this! These docs have not been updated in years, while AsmJit's have!!

This is a repository containing a rendering of the AsmJit documentation using Sphinx+Breathe. They are online at http://asmjit-docs.readthedocs.org/en/latest/.

Directory structure
*******************

- xml: The generated Doxygen XML documentation
- docs: The reStructuredText and Sphinx doc stuff

To build
********

cd into the docs directory and run::

make html