X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=README.txt;h=f2c5bcfd11239e6b5e1074de37497d3c620c6842;hp=1508b5df38f3ce97367aea37b0ca0095aebfd8d1;hb=HEAD;hpb=457230046f4b7e6dff14e5f664790a39d577fda7 diff --git a/README.txt b/README.txt index 1508b5d..f2c5bcf 100644 --- a/README.txt +++ b/README.txt @@ -2,17 +2,33 @@ docs generator for gobject-introspection Requires seed +----------------------------- + +Known issues: +GArgument does not get exported correctly by introspection. + +Use the girepository.gir from here.. +https://github.com/roojs/gir-1.2-gtk-3.0/blob/master/GIRepository-2.0.gir +g-ir-compile GIRepository-2.0.gir -o GIRepository-2.0.typelib + +make a copy of /usr/lib/girepoistory-1.0/GIRepository-2.0.typelib +copy that over it. + + + +----------------------------- + + run: -seed docs.js +seed docs.js /var/www outputs to /var/www/seed +** if you have templates for other languages they will be output into /var/www/LANG ---------------------------- Licence: JSDOC code based on http://code.google.com/p/jsdoc-toolkit/ : MIT Licence Introspection - LGPL -Roo - Based on RooJS / Forked from LGPL version of ExtJS - Licence LGPL -anything else - LGPL ** FIXME - put the licence headers in the code.! ---------------------------