|
e4b32a5d
|
2000-10-31T20:42:18
|
|
Removing trailing whitespace.
|
|
205fc3fa
|
2000-10-26T07:52:40
|
|
updates to the API reference generators
the basic parsing routines seem to work ok
we now generate a list of DocBlock objects from
a list of input file, we now need to sort them
by "kind" (i.e. type/macro/functions) to generate
several web pages, as well as a global index
|
|
54169b35
|
2000-10-26T00:06:35
|
|
- reviving the "ftbbox" component, used to compute exact bounding
box computations
- minor update to docmaker.py, more is coming
|
|
6fbb95be
|
2000-10-23T18:32:55
|
|
- added first draft of "Modules in FreeType 2"
- minor formatting / testing in docmaker.py
|
|
dc7f9c8d
|
2000-08-27T07:12:40
|
|
Formatting.
docmaker.py will now run with older Python versions also. Small fix.
|
|
48721c11
|
2000-08-21T23:01:32
|
|
significant updates. The generated HTML is now much
more pleasant..
|
|
b916b1e5
|
2000-05-31T07:54:45
|
|
updated the DocMaker tool to produce HTML pages
There is still some work on it to allow the following:
- multiple input files
- block classification according to block's first markers
(e.g. types, functions, constants, etc..)
- indexing and cross-linking
- better layout ;-)
|
|
ecbfb5fa
|
2000-01-10T15:49:01
|
|
added the DocMaker python script that will be used to generate the HTML documentation from the C source files
|