summaryrefslogtreecommitdiff
path: root/docs/g-ir-compiler.1
Commit message (Collapse)AuthorAgeFilesLines
* docs: Update website linkJan Tojnar2020-05-151-1/+1
|
* Add a --version option to g-ir-compiler and g-ir-generate. Fixes #55Christoph Reiter2018-12-191-0/+3
|
* Sphinx based user documentationChristoph Reiter2018-06-161-21/+57
| | | | | | | | | | | | | | | | | | | | | | The current output (more or less a straight copy of the wiki) is available here: https://gi.readthedocs.io This contains two changes: * Converts all (not completely outdated) wiki pages to a sphinx based documentation. * Converts the man pages to reST and adds a Makefile for building them using rst2man. So they can be easily exposed in the sphinx docs. Goals: * Have a user focused/compact documentation instead of random wiki pages with various todo/ideas pages. * Take advantage of the gitlab MR workflow by * allowing large documentation changes/refactorings with reviews * allowing to combine features changes with documentation changes in MRs
* Update bug reporting links.Tomasz Miąsko2018-03-101-1/+2
| | | | | | Also disable automatic hyphenation in manual pages to prevent wrapping long URLs. Ensures that URLs can be easily navigated by clicking on them.
* docs: Remove incorrect name ruleEmmanuele Bassi2018-01-251-2/+1
| | | | | | | The leading `lib` should be passed as part of the shared library name in the `--shared-library` argument for g-ir-compiler. https://bugzilla.gnome.org/show_bug.cgi?id=699354
* docs: fix manpage flag formatsBen Boeckel2015-09-291-7/+7
| | | | Signed-off-by: Ben Boeckel <mathstuf@gmail.com>
* Update bugzilla product/componentDieter Verfaillie2015-03-041-2/+1
| | | | | | | | | g-i bug reports have been moved from: http://bugzilla.gnome.org/enter_bug.cgi?product=glib&amp;component=introspection to: http://bugzilla.gnome.org/enter_bug.cgi?product=gobject-introspection https://bugzilla.gnome.org/show_bug.cgi?id=745498
* g-ir-compiler: remove references to --code, remove --no-init optionsDieter Verfaillie2013-10-081-10/+1
| | | | | | | | | The "--code" option was removed years ago in ac81f3e8c5f1c380d16677232d67466e739da283 so remove references to it from README and g-ir-compiler(1) Remove the "--no-init" option from g-ir-compiler and g-ir-compiler(1) as it was documented to "can only be used if --code is also specified", so no reason to keep it around.
* Add man pages for the generator and compiler.Johan Dahlin2008-08-291-0/+51
2008-08-29 Johan Dahlin <johan@gnome.org> * Makefile.am: * docs/g-ir-compiler.1: * docs/g-ir-generate.1: * docs/g-ir-scanner.1: Add man pages for the generator and compiler. svn path=/trunk/; revision=518