summaryrefslogtreecommitdiff
path: root/giscanner/docmain.py
Commit message (Collapse)AuthorAgeFilesLines
* giscanner: Add a simple automatic sections file generatorJasper St. Pierre2013-06-161-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.5Dieter Verfaillie2013-05-071-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 CColin Walters2013-02-261-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=694593
* docmain: Create the output dir for us if it doesn't existJasper St. Pierre2013-02-151-2/+0
|
* docmain: Support an include path for GIRsJasper St. Pierre2013-02-111-0/+4
| | | | | We need this to replace the test infrastructure so it can find Utility-1.0.gir
* doctool: Rebrand mallardwriter as docwriterJasper St. Pierre2013-02-011-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 issuesJasper St. Pierre2012-08-291-1/+1
| | | | Whoops.
* docmain: Fix error messageJasper St. Pierre2012-08-281-1/+1
|
* g-ir-doc-tool: Change the -o option to receive a directoryTomeu Vizoso2012-02-201-1/+3
|
* g-ir-doctool: Move to Mako templates for generating MallardTomeu Vizoso2012-02-171-45/+8
| | | | Also removes the docbook writer
* giscanner: Allow passing additional include dirs when parsing a girTomeu Vizoso2011-08-151-1/+8
|
* giscanner/mallardwriter: Adding experimental Mallard output to g-ir-doc-toolShaun McCance2011-08-151-7/+17
|
* g-ir-doc-tool: Add -expected test for Python docbookTomeu Vizoso2011-08-151-1/+14
|
* [docbook] Make DocBookWriter use TransformerLaszlo Pandy2011-08-111-5/+3
|
* [docbook] fix exception when there is no ctype.Laszlo Pandy2011-08-111-3/+2
|
* WIP doctoolJohan Dahlin2011-08-111-0/+66
https://bugzilla.gnome.org/show_bug.cgi?id=625494