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
- Host: GitHub
- URL: https://github.com/refi64/asmjit_docs
- Owner: refi64
- Created: 2014-03-28T22:44:06.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2016-11-04T15:29:23.000Z (over 9 years ago)
- Last Synced: 2025-12-03T00:32:32.591Z (6 months ago)
- Language: XSLT
- Homepage:
- Size: 11.6 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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