Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | giscanner: Add a simple automatic sections file generator | Jasper St. Pierre | 2013-06-16 | 1 | -2/+13 |
| | | | | | | | | | This is a very basic sections file generator, and isn't too smart. It's simply intended to be a base to build docs on, and will be used if the user doesn't provide a sections file when calling g-ir-doc-tool, for convenience purposes. https://bugzilla.gnome.org/show_bug.cgi?id=699856 | ||||
* | tests: Update misc/pep8.py to 1.4.5 | Dieter Verfaillie | 2013-05-07 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | Version in our tree is a wee bit outdated. For example, later work will introduce an utf8 encoded python source file which our old pep8.py does not yet understand (yeah, it really was *that* ancient)... Updated from: https://raw.github.com/jcrocholl/pep8/1.4.5/pep8.py Takes 552c1f1525e37a30376790151c1ba437776682c5, f941537d1c0a40f0906490ed160db6c79af572d3, 5a4afe2a77d0ff7d9fea13dd93c3304a6ca993de and a17f157e19bd6792c00321c8020dca5e5a281f45 into account... https://bugzilla.gnome.org/show_bug.cgi?id=699535 | ||||
* | doctool: Switch default language to C | Colin Walters | 2013-02-26 | 1 | -1/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=694593 | ||||
* | docmain: Create the output dir for us if it doesn't exist | Jasper St. Pierre | 2013-02-15 | 1 | -2/+0 |
| | |||||
* | docmain: Support an include path for GIRs | Jasper St. Pierre | 2013-02-11 | 1 | -0/+4 |
| | | | | | We need this to replace the test infrastructure so it can find Utility-1.0.gir | ||||
* | doctool: Rebrand mallardwriter as docwriter | Jasper St. Pierre | 2013-02-01 | 1 | -2/+2 |
| | | | | | We eventually want to stop using Mallard as a documentation language. Rationale incoming when I convert all templates back to DocBook. | ||||
* | giscanner: Fix make check issues | Jasper St. Pierre | 2012-08-29 | 1 | -1/+1 |
| | | | | Whoops. | ||||
* | docmain: Fix error message | Jasper St. Pierre | 2012-08-28 | 1 | -1/+1 |
| | |||||
* | g-ir-doc-tool: Change the -o option to receive a directory | Tomeu Vizoso | 2012-02-20 | 1 | -1/+3 |
| | |||||
* | g-ir-doctool: Move to Mako templates for generating Mallard | Tomeu Vizoso | 2012-02-17 | 1 | -45/+8 |
| | | | | Also removes the docbook writer | ||||
* | giscanner: Allow passing additional include dirs when parsing a gir | Tomeu Vizoso | 2011-08-15 | 1 | -1/+8 |
| | |||||
* | giscanner/mallardwriter: Adding experimental Mallard output to g-ir-doc-tool | Shaun McCance | 2011-08-15 | 1 | -7/+17 |
| | |||||
* | g-ir-doc-tool: Add -expected test for Python docbook | Tomeu Vizoso | 2011-08-15 | 1 | -1/+14 |
| | |||||
* | [docbook] Make DocBookWriter use Transformer | Laszlo Pandy | 2011-08-11 | 1 | -5/+3 |
| | |||||
* | [docbook] fix exception when there is no ctype. | Laszlo Pandy | 2011-08-11 | 1 | -3/+2 |
| | |||||
* | WIP doctool | Johan Dahlin | 2011-08-11 | 1 | -0/+66 |
https://bugzilla.gnome.org/show_bug.cgi?id=625494 |