mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-23 18:35:28 +00:00
4336f5447b
* en/Gtk/TranslateFunc.xml: delegate docs. * en/Gtk/Settings*.xml: settings classes docs, first pass. * en/Gtk/Separator.xml: Documented protected constructor. * en/Gtk/StockItem.xml: Documented translation domain. * en/Gtk/Ruler.xml: Documented Ruler class. * en/Gtk/SpinButton.xml: Documented SpinButton class. * en/Gtk/TextMarkBody.xml: Internal class, do not use. * en/Gtk/Submenu.xml: Documented submenus. * en/Gtk/ItemFactory.xml * en/Gtk/WindowKeysForeachFunc.xml * en/Gtk/SurroundingDeletedArgs.xml: Added docs. svn path=/trunk/gtk-sharp/; revision=32963 |
||
---|---|---|
.. | ||
en | ||
.cvsignore | ||
all.xml | ||
ChangeLog | ||
gen-handlerargs-docs.cs | ||
gen-vm-docs.cs | ||
gtk-sharp-docs.source | ||
Makefile.am | ||
README | ||
scan-deprecations.cs |
Compiling and installing the Gtk# Documentation Compile and install monodoc cd monodoc/ ./autogen.sh --prefix=/usr/local make make install Compile the documentation for gtk-sharp cd gtk-sharp/doc make make install If things are fine, you should have in /usr/local/lib/monodoc/sources the following files: gtk-sharp-docs.source gtk-sharp-docs.tree gtk-sharp-docs.zip netdocs.source netdocs.tree netdocs.zip Start monodoc, by typing `monodoc' If it doesn't run, please change the paths in the makefile and point ASSEMBLER and BROWSER to where you put your assembler.exe and browser.exe.