You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Ketmar Dark d77083c230 added documentation for `objmodel` extension 9 years ago
..
.gitignore Remove duplicate entries from .gitignore files. 12 years ago
Makefile.am added documentation for `objmodel` extension 9 years ago
README Documentation updates. 21 years ago
extract-docs.sh use LGPL 2.1 for dpas, tools, tests, and doc 17 years ago
libjit.3 use LGPL 2.1 for dpas, tools, tests, and doc 17 years ago
libjit.texi added documentation for `objmodel` extension 9 years ago
mangling_rules.txt Continue the implementation of the C++ name mangling routines. 21 years ago
mkhtml.sh Initial revision 21 years ago
mkhtml_onefile.sh added "doc/mkhtml_onefile.sh" script 9 years ago
mkpdf.sh Initial revision 21 years ago

README


To generate HTML documentation, use the following command in the
"libjit/doc" directory:

mkdir outdir
./mkhtml.sh outdir

where "outdir" is the name of the directory to place the generated
HTML files in.

To generate PDF documentation, use the following command in the
"libjit/doc" directory:

./mkpdf.sh

This will generate "libjit.pdf". You will need to have PDFTeX installed
to do this.