summaryrefslogtreecommitdiff
path: root/giscanner/annotationparser.py
Commit message (Expand)AuthorAgeFilesLines
* 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-281-5/+4
* 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-281-5/+219
* 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-281-13/+1
* giscanner: use dict.values() in favor of dict.itervalues()Dieter Verfaillie2012-11-281-2/+2
* giscanner: use dict.items()...Dieter Verfaillie2012-11-281-6/+5
* 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-281-36/+57
* annotationparser: cleanup and add tests for the new warnings we now emitDieter Verfaillie2012-04-171-30/+21
* Revert "annotationparser: indent _parse_comment_block gtkdoc code"Dieter Verfaillie2012-04-171-95/+95
* annotationparser: indent _parse_comment_block gtkdoc codeAlban Browaeys2012-04-171-89/+90
* annotationparser: split validate() into sub-methodsWill Thompson2012-04-091-58/+67
* annotationparser: correct "maximium" in error messagesWill Thompson2012-04-091-3/+3
* annotationparser: remove duplication of annotation namesWill Thompson2012-04-091-13/+13
* Split parameter and tag storage in annotationparser parse treeDieter Verfaillie2012-04-051-24/+32
* Don't parse doc comments in dependenciesJohan Dahlin2012-04-051-0/+3
* Replace ''' with """, to avoid confusing syntax highlightning in emacsJohan Dahlin2012-04-051-8/+8
* Now make AnnotationParser do what gobject-introspection needs it to do.Dieter Verfaillie2012-04-051-222/+443
* Make AnnotationParser._parse_comment() do what gtk-doc does.Dieter Verfaillie2012-04-051-169/+226
* Add a floating alias for noneJohan Dahlin2011-11-251-1/+3
* Add constant value annotationJohan Dahlin2011-09-141-1/+3
* annotationparser: Don't eat lines that look like parameters outside param listColin Walters2011-08-141-4/+10
* annotationparser: Only accept certain tagsColin Walters2011-08-131-3/+17
* scanner: Don't throw away blank lines in the docsColin Walters2011-08-131-3/+10
* giscanner: Make comments starting with tab characters workJasper St. Pierre2011-07-221-3/+5
* Add (method) overridesTomeu Vizoso2011-02-021-1/+5
* Preserve gtk-doc section namesJohan Dahlin2011-02-011-3/+9
* Add (constructor) annotationTomeu Vizoso2011-01-281-1/+5
* Accept trailing whitespace at the start of a comment blockColin Walters2010-10-191-5/+3
* annotationparser: Don't ignore annotations if there's a : in docsGOBJECT_INTROSPECTION_0_9_8Colin Walters2010-09-281-1/+5
* [annotationparser] Extract (skip) for doc blocksJohan Dahlin2010-09-251-1/+8
* Print out line numbersJohan Dahlin2010-09-241-3/+7
* Add a script to extract gio annotationsJohan Dahlin2010-09-241-2/+6
* Add an annotation toolJohan Dahlin2010-09-241-0/+52
* [annotationparser] Allow param less closuresJohan Dahlin2010-09-241-1/+5
* Add more array warnings + testsJohan Dahlin2010-09-241-5/+25
* [annotationparser] Validate the rest of the annotationsJohan Dahlin2010-09-241-19/+87
* Add a position to doc optionsJohan Dahlin2010-09-241-2/+8
* [annotation] Add constants for out optionsJohan Dahlin2010-09-241-0/+4
* Add scope annotation value warningsJohan Dahlin2010-09-231-15/+39
* Make the invalid annotation warning a bit prettierJohan Dahlin2010-09-231-1/+1