summaryrefslogtreecommitdiff
path: root/giscanner/mallardwriter.py
Commit message (Expand)AuthorAgeFilesLines
* mallardwriter: Fix fundamental false alarms for the C formatterJasper St. Pierre2012-08-291-13/+13
* mallardwriter: Fix formatting the function nameJasper St. Pierre2012-08-291-1/+1
* mallardwriter: Remove some silly codeJasper St. Pierre2012-08-291-2/+1
* mallardwriter: Fix whitespaceJasper St. Pierre2012-08-291-1/+1
* mallardwriter: Fix property and signal outputJasper St. Pierre2012-08-291-4/+10
* giscanner: Fix make check issuesJasper St. Pierre2012-08-291-11/+13
* mallardwriter: Hack a lot more on document block processingJasper St. Pierre2012-08-291-82/+214
* mallardwriter: Remove a silly try/exceptJasper St. Pierre2012-08-291-4/+1
* mallardwriter: Use a more generic system for language formattingJasper St. Pierre2012-08-291-7/+16
* mallardwriter: Remove some unused stuffJasper St. Pierre2012-08-281-6/+0
* g-ir-doc-tool: Fix -o option, use abspath instead of dirnameTomeu Vizoso2012-03-151-1/+1
* g-ir-doc-tool: Remove class structs from Python docsTomeu Vizoso2012-02-211-0/+4
* g-ir-doc-tool: Add support for virtual functionsTomeu Vizoso2012-02-211-0/+3
* g-ir-doc-tool: Remove constructors from python docsTomeu Vizoso2012-02-211-1/+2
* g-ir-doc-tool: Add class to its own hierarchy treeTomeu Vizoso2012-02-211-1/+1
* g-ir-doc-tool: Add some more stuff to Enum pagesTomeu Vizoso2012-02-201-0/+3
* g-ir-doc-tool: Display the hierarchy tree for classesTomeu Vizoso2012-02-201-30/+29
* g-ir-doc-tool: Install the Mako template filesTomeu Vizoso2012-02-201-1/+1
* g-ir-doc-tool: Properly link to property pagesTomeu Vizoso2012-02-201-0/+11
* g-ir-doc-tool: Fix names of xref linksTomeu Vizoso2012-02-201-1/+5
* g-ir-doc-tool: Properly link to signal pagesTomeu Vizoso2012-02-201-1/+8
* g-ir-doc-tool: Show how to construct instances in the Class pageTomeu Vizoso2012-02-201-0/+4
* g-ir-doc-tool: Add details for properties in PythonTomeu Vizoso2012-02-201-0/+16
* g-ir-doc-tool: Implement intra-namespace cross referencesTomeu Vizoso2012-02-191-1/+5
* g-ir-doc-tool: Use instances of MallardFormatter* instead of class methodsTomeu Vizoso2012-02-191-32/+27
* g-ir-doc-tool: use True and False instead of %TRUE and %FALSETomeu Vizoso2012-02-191-0/+2
* g-ir-doctool: Use template cachingTomeu Vizoso2012-02-191-1/+4
* g-ir-doc-tool: Use None instead of %NULLTomeu Vizoso2012-02-191-0/+6
* g-ir-doctool: Don't instantiate MallardFormatter for unknown languagesTomeu Vizoso2012-02-171-1/+2
* g-ir-doc-tool: Consolidating the function templatesShaun McCance2012-02-171-15/+33
* g-ir-doc-tool: Added MallardFormatter classShaun McCance2012-02-171-46/+70
* g-ir-doc-tool: Templates for signals/properties, class docsShaun McCance2012-02-171-1/+12
* g-ir-doctool: Move to Mako templates for generating MallardTomeu Vizoso2012-02-171-434/+86
* [doctools] use 'or' instead of 'and' when checking for func or constructorJohn (J5) Palmieri2011-08-151-1/+1
* treat constructors like methods when generating the labelJohn (J5) Palmieri2011-08-151-1/+1
* [doctool] use different templates for method vs. function outputJohn (J5) Palmieri2011-08-151-1/+4
* output namespace.class.methodname for python methods in the doctoolsJohn (J5) Palmieri2011-08-151-1/+1
* fix up Python doc backend to output correct namesJohn (J5) Palmieri2011-08-151-3/+3
* first pass at python backend for doc toolsJohn (J5) Palmieri2011-08-151-1/+11
* g-ir-doc-tool: Fix PEP-8 issuesTomeu Vizoso2011-08-151-11/+7
* giscanner/mallardwriter: Adding experimental Mallard output to g-ir-doc-toolShaun McCance2011-08-151-0/+476