FYI I have finally managed to build the documentation and I've also
re-published it via gh-pages so now it's updated with the latest jhbuildl
from 2 days ago.

http://webreflection.github.io/gjs-documentation/

The repository is a fork of the  Giovanni's one
https://github.com/WebReflection/gjs-documentation/

The goal is to have an updated documentation that is both online and
available offline as stand-alone folder simply downloading the html folder:
https://github.com/WebReflection/gjs-documentation/tree/master/html

If I can ask one last help, I've noticed that  everything looks fine BUT
the Gtk documentation  is exported only partially.

The gir files ( which I am now finally parsing in order to create a lazy
evaluated camelCase version of the entire(?) imports.gi namespace with all
methods and properties camelCased for both public statics, classes, and
their prototype) look all good,  but for some reason Gtk.Window and others
look very poor.

Example, my export:
http://webreflection.github.io/gjs-documentation/Gtk-3.0/Gtk.Window.html

Old doc version:
https://people.gnome.org/~gcampagna/docs/Gtk-3.0/Gtk.Window.html

I'd be nice to understand how to fully generate that, also because every
other module seems to be generated properly (e.g. WebKit2.WebView
http://webreflection.github.io/gjs-documentation/WebKit2-4.0/WebKit2.WebView.html
)

Best Regards
_______________________________________________
javascript-list mailing list
javascript-list@gnome.org
https://mail.gnome.org/mailman/listinfo/javascript-list

Reply via email to