mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-23 19:35:34 +00:00
bb662563e0
* doc/makefile: Accept the RUNTIME parameter for platforms without /usr/bin/mono * sample/gconf/Makefile: ditto svn path=/trunk/gtk-sharp/; revision=9890 |
||
---|---|---|
.. | ||
atk-sharp-docs.xml | ||
gdk-sharp-docs.xml | ||
glib-sharp-docs.xml | ||
gtk-sharp-docs.xml | ||
index.html | ||
introspect.cs | ||
makefile | ||
makefile.common | ||
makefile.win32 | ||
netdoc.xsl | ||
netdoc_pp.pl | ||
pango-sharp-docs.xml | ||
README | ||
TODO |
This is the makeshift doc generator until NDoc works. Stylistic matters are of very little concern, but the docs should still be XHTML conformant. The build system is multi-stage, it effectively works like this: * Original docs (built by mcs for now): glib-sharp-docs.xml, ... * netdoc_pp.pl preprocesses these into a cleaner format: glib-sharp-docs-stage1.xml, ... * introspect.exe adds type information from the assembly at hand: glib-sharp-docs-stage2.xml, ... * netdoc.xsl (via xsltproc) translates this xml file into XHTML: glib-sharp-docs.html Plans for the future are listed in TODO.