summaryrefslogtreecommitdiff
path: root/giscanner
Commit message (Expand)AuthorAgeFilesLines
* 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
* scanner: Correctly handle large 64 bit integer constantsColin Walters2012-10-303-5/+13
* MallardWriter: support cross-references across namespacesGiovanni Campagna2012-10-281-12/+34
* Add documentation for enumeration membersGiovanni Campagna2012-10-282-1/+13
* Ast: Add parent to FieldsGiovanni Campagna2012-10-282-9/+13
* Namespace: fix appending of nodesGiovanni Campagna2012-10-282-3/+30
* giscanner/dumper.py: Support Visual C++Chun-wei Fan2012-10-271-22/+72
* sourcescannermain.py: Add --filelist optionChun-wei Fan2012-10-271-3/+31
* giscanner/sourcescanner.py: Update for Visual C++ usageChun-wei Fan2012-10-271-1/+10
* giscannermodule.c: Updates for WindowsChun-wei Fan2012-10-271-31/+67
* giscanner/dumper.py: Use os.name instead of os.uname()[0]Chun-wei Fan2012-10-271-1/+1
* giscanner/scannerparser.y: Avoid C99ismChun-wei Fan2012-10-271-2/+3
* scanner: Ignore #defines starting with _Colin Walters2012-10-271-0/+3