cairo/doc/reference
2004-02-26 14:47:21 +00:00
..
xml added functions to describe the new backends, added text_extents function 2004-02-26 14:32:12 +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 missing links for rectangle and curve_to function 2004-02-26 14:47:21 +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