Ryujinx-GtkSharp/doc
Alp Toker bb662563e0 2002-12-25 Alp Toker <alp@atoker.com>
* doc/makefile: Accept the RUNTIME parameter for platforms without
        /usr/bin/mono
        * sample/gconf/Makefile: ditto

svn path=/trunk/gtk-sharp/; revision=9890
2002-12-25 21:01:07 +00:00
..
atk-sharp-docs.xml 2002-06-26 Rachel Hestilow <hestilow@ximian.com> 2002-06-26 08:36:05 +00:00
gdk-sharp-docs.xml 2002-06-26 Rachel Hestilow <hestilow@ximian.com> 2002-06-26 08:36:05 +00:00
glib-sharp-docs.xml 2002-06-26 Rachel Hestilow <hestilow@ximian.com> 2002-06-26 08:36:05 +00:00
gtk-sharp-docs.xml 2002-06-26 Rachel Hestilow <hestilow@ximian.com> 2002-06-26 08:36:05 +00:00
index.html 2002-06-26 Rachel Hestilow <hestilow@ximian.com> 2002-06-26 08:36:05 +00:00
introspect.cs 2002-06-26 Rachel Hestilow <hestilow@ximian.com> 2002-06-26 08:36:05 +00:00
makefile 2002-12-25 Alp Toker <alp@atoker.com> 2002-12-25 21:01:07 +00:00
makefile.common 2002-06-26 Rachel Hestilow <hestilow@ximian.com> 2002-06-26 08:36:05 +00:00
makefile.win32 2002-06-25 Rachel Hestilow <hestilow@ximian.com> 2002-06-25 20:22:41 +00:00
netdoc_pp.pl 2002-06-25 Rachel Hestilow <hestilow@ximian.com> 2002-06-25 20:22:41 +00:00
netdoc.xsl 2002-06-26 Rachel Hestilow <hestilow@ximian.com> 2002-06-26 08:36:05 +00:00
pango-sharp-docs.xml 2002-06-26 Rachel Hestilow <hestilow@ximian.com> 2002-06-26 08:36:05 +00:00
README 2002-06-25 Rachel Hestilow <hestilow@ximian.com> 2002-06-25 20:22:41 +00:00
TODO 2002-06-25 Rachel Hestilow <hestilow@ximian.com> 2002-06-25 20:22:41 +00:00

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.