mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-05 17:12:00 +00:00
![Nick Kledzik](/assets/img/avatar_default.png)
now Reader and Writer subclasses for each file format. Each Reader and Writer subclass defines an "options" class which controls how that Reader or Writer operates. llvm-svn: 157774
13 lines
285 B
Plaintext
13 lines
285 B
Plaintext
lld Documentation
|
|
=================
|
|
|
|
The lld documentation is written using the Sphinx documentation generator. It is
|
|
currently tested with Sphinx 1.1.3.
|
|
|
|
We currently use the 'nature' theme and a Beaker inspired structure.
|
|
|
|
To rebuild documents into html:
|
|
|
|
[/lld/docs]> make html
|
|
|