summaryrefslogtreecommitdiff
path: root/giscanner
Commit message (Expand)AuthorAgeFilesLines
* doctool: Use a standard title for both links and for page titlesJasper St. Pierre2013-02-0118-18/+18
* mallardwriter: Fix format_page_name for NamespaceJasper St. Pierre2013-02-011-2/+4
* doctool: Switch to a computed page_style for all page templatesJasper St. Pierre2013-02-0123-34/+31
* mallardwriter: Remove unused importJasper St. Pierre2013-02-011-1/+0
* mallardwriter: Parse %ENUM_FIELDsJasper St. Pierre2013-02-011-7/+18
* mallardwriter: Use the same code to lookup fundamentals as the restJasper St. Pierre2013-02-011-1/+5
* mallardwriter: Use mkdtempJasper St. Pierre2013-02-011-1/+1
* girparser: Serialize and read back the instance_parameterJasper St. Pierre2013-02-012-18/+26
* giscanner: Apply standard annotations to constant valuesJasper St. Pierre2013-02-013-7/+10
* ast: Track enum/bitfield member parentsJasper St. Pierre2013-02-012-2/+9
* ast: Track enum members by symbolJasper St. Pierre2013-02-011-0/+3
* girparser: Remove unused methodJasper St. Pierre2013-02-011-3/+0
* giscanner: emit a warning when we fail to parse a GTK-Doc comment blockDieter Verfaillie2013-01-091-1/+7
* giscanner: Don't fail on empty GTK-Doc comment blocksDieter Verfaillie2013-01-091-11/+14
* mallardwriter: Improve type formatting for PythonJasper St. Pierre2013-01-091-1/+25
* doc: Put documentation templates into their own directoriesJasper St. Pierre2013-01-0919-2/+4
* doc: Clean up signature generation a bit moreJasper St. Pierre2013-01-092-24/+4
* doc: Add self to methods in the Python declarationsJasper St. Pierre2013-01-091-0/+3
* doc: Make the Python declarations look a tiny bit nicerJasper St. Pierre2013-01-091-1/+2
* mallardwriter: Use a TemplateLookup for grabbing templatesJasper St. Pierre2013-01-091-10/+15
* mallardwriter: Add support for parametersJasper St. Pierre2013-01-091-0/+29
* mallardwriter: Rearrange definitions to match scanner orderJasper St. Pierre2013-01-091-4/+4
* mallardwriter: Pass the parent node around for inline formattingJasper St. Pierre2013-01-0916-48/+48
* mallardwriter: Consolidate xref building and page naming codeJasper St. Pierre2013-01-091-8/+23
* mallardwriter: Remove the namespace argument from the processorsJasper St. Pierre2013-01-091-10/+8
* mallardwriter: Put process_other with the rest of the processorsJasper St. Pierre2013-01-091-3/+3
* mallardwriter: Use the node's namespaceJasper St. Pierre2013-01-091-7/+9
* scanner: Warn if we're missing (element-type) for GPtrArrayColin Walters2012-12-101-1/+1
* scanner: Parse comments with */ not on a new line, but emit a warningDieter Verfaillie2012-12-021-4/+21
* giscanner: don't continue parsing after multiline descriptionsDieter Verfaillie2012-11-281-2/+2
* giscanner: fix DocBlock().commentDieter Verfaillie2012-11-282-7/+6
* giscanner: update annotationparser to most recent gtkdoc-mkdb bug fixes.Dieter Verfaillie2012-11-281-3/+29
* giscanner: remove re.MULTILINE usage from annotationparserDieter Verfaillie2012-11-281-12/+11
* giscanner: Correctly detect invalid GTK-Doc comment block end markersDieter Verfaillie2012-11-281-0/+3
* giscanner: treat the GTK-Doc Description: tag like any other tagDieter Verfaillie2012-11-281-14/+19
* giscanner: construct list of possible tag names for TAG_RE from _ALL_TAGS...Dieter Verfaillie2012-11-282-257/+219
* giscanner: move unit tests from giscanner/annotationpatters.py...Dieter Verfaillie2012-11-281-556/+0
* giscanner: use re.match() instead of re.search()Dieter Verfaillie2012-11-281-10/+10
* giscanner: drop dead codeDieter Verfaillie2012-11-281-10/+2
* giscanner: make it clear DocOptions() also has a position attributeDieter Verfaillie2012-11-281-0/+1
* giscanner: implement DocOption() in terms of odict instead of dictDieter Verfaillie2012-11-281-1/+1
* giscanner: remove unused variablesDieter Verfaillie2012-11-285-22/+7
* giscanner: remove duplicate "os" import...Dieter Verfaillie2012-11-281-2/+1
* giscanner: use collections.OrderedDict when availableDieter Verfaillie2012-11-281-16/+21
* giscanner: use dict.values() in favor of dict.itervalues()Dieter Verfaillie2012-11-281-2/+2
* giscanner: use dict.items()...Dieter Verfaillie2012-11-282-7/+6
* giscanner: use "if in [a, b]" instead of "if == a or if == b"Dieter Verfaillie2012-11-281-2/+2
* giscanner: improve wording of inline documentationDieter Verfaillie2012-11-282-37/+58
* giscanner: unbreak g-ir-annotationtool...Dieter Verfaillie2012-11-121-2/+2
* scanner: Emit correct type for unsigned integer constantsColin Walters2012-11-071-1/+1