mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-24 12:35:37 +00:00
fbcb47f5e6
"last if ($line =~ /^}/);" to "last if ($line =~ /^(deprecated)?}/);" to prevent runaway parsing (in particular in libgnomeui). * sources/gtk-sharp-2.4-sources.xml: * sources/gtk-sharp-2.6-sources.xml: exclude a handful of libgnomeui files that were omitted in gtk# 1.0 due to the parser bug, but which are entirely deprecated anyway. (Some of them showed up in earlier 1.9/2.4/2.6 releases but are going away again now.) * gnome/gnome-api.raw: Regen * gnome/Gnome.metadata: Hide a few more things that should be hidden, remove a few rules that aren't needed any more. Keeping hiding GnomeIconTheme though and using the old by-hand IconTheme for the moment, since the by-hand one isn't compatible with the autogenerated one. * gnome/IconData.cs: kill this, use the autogenerated version svn path=/trunk/gtk-sharp/; revision=47398 |
||
---|---|---|
.. | ||
en | ||
all.xml | ||
ChangeLog | ||
gen-finalize-docs.cs | ||
gen-gtype-ctor-docs.cs | ||
gen-gtype-docs.cs | ||
gen-handlerargs-docs.cs | ||
gen-intptr-ctor-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 assemble cp gtk-sharp-docs.* `pkg-config monodoc --variable=sourcesdir` If things are fine, you should have in the Monodoc sources directory 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.