Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 205fc3fa | 2000-10-26 07: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-26 00:06:35 | - reviving the "ftbbox" component, used to compute exact bounding box computations - minor update to docmaker.py, more is coming | ||
| 6fbb95be | 2000-10-23 18:32:55 | - added first draft of "Modules in FreeType 2" - minor formatting / testing in docmaker.py | ||
| dc7f9c8d | 2000-08-27 07:12:40 | Formatting. docmaker.py will now run with older Python versions also. Small fix. | ||
| 48721c11 | 2000-08-21 23:01:32 | significant updates. The generated HTML is now much more pleasant.. | ||
| b916b1e5 | 2000-05-31 07: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-10 15:49:01 | added the DocMaker python script that will be used to generate the HTML documentation from the C source files |