cairo/doc/reference
2004-01-23 14:13:20 +00:00
..
xml added and updated documentation concerning text handling 2004-01-23 14:13:20 +00:00
.cvsignore commited documentation skeleton 2003-10-15 08:51:06 +00:00
ChangeLog started to document from top to bottom. most things are obvious 2003-10-16 10:54:34 +00:00
crossreference.rb updated xml files to look more like gtk refence and introduced crossreferencing via script 2003-10-16 05:31:56 +00:00
doc.xml added and updated documentation concerning text handling 2004-01-23 14:13:20 +00:00
README updated xml files to look more like gtk refence and introduced crossreferencing via script 2003-10-16 05:31:56 +00:00

How to transform the docs to html:
call
$ xmlto html doc.xml
from within the reference directory

cross-referecing
----------------
there is a small ruby script which collects all id="" thingies from the xml files in xml and creates links around the symbols found in files.
exceptions:
- there is already a link around a symbol.
- its part of a function: cairo_translate !=> <link>cairo_t</link>ranslate