index
:
delta/gobject-introspection.git
annotation
annotation_svn1007
baserock/1.39.90
baserock/GOBJECT_INTROSPECTION_1_40_0
baserock/jonathan/fix-giscanner
baserock/markdoffman/1_39_90-merge
baserock/morph
bochecha/pkgconfig-prefix
doc-sections
ebassi/cairo-wrap
ebassi/compiler-opt
ebassi/final-type
ebassi/for-master
ebassi/issue-384
ebassi/issue-418
ebassi/signal-emitter
ebassi/symbol-collision
ewlsh/fundamental-test
fix-msvc-setuptools-distutils
fix-msvc-warnings
fix.win.cmd.3-38
g-i-0.6
g-i-0.9
gi-release-1-70
gidocgen
gir-compiler
gir-docbook
gir-docbook-2
glib-annotations
gnome-3-0
gnome-3-10
gnome-3-12
gnome-3-14
gnome-3-16
gnome-3-18
gnome-3-2
gnome-3-20
gnome-3-22
gnome-3-24
gnome-3-26
gnome-3-28
gnome-3-30
gnome-3-32
gnome-3-34
gnome-3-36
gnome-3-38
gnome-3-4
gnome-3-6
gnome-3-8
gnome-42
ignatenko/g-ir-inspect
issue-328
main
mallard-templates
master
matthiasc/symbol-collision
no-designated-init
pointer-aliases
scope-forever
tintou/closure-destroy-fix
tintou/doc-format
win64.fixes.master
wip/api-diff
wip/carlosg/signal-tests
wip/ci
wip/cmph
wip/cmph-rebase2
wip/cmph-rebase3
wip/dieterv/drive-by-review
wip/dieterv/g-ir-fix
wip/dieterv/multiline-annotations
wip/dieterv/schema
wip/docs
wip/docs-3
wip/docs-json
wip/dx-hackfest
wip/ebassi/meson
wip/fanc999/dumper-distutils
wip/glib-source-extraction
wip/hadess/add-power-profile-monitor
wip/jtojnar/glib-subproject
wip/meson/pkg-generate
wip/nielsdg/python-formatter-out-params
wip/nonrecursive-make
wip/sam/multiple-girs-one-typelib
wip/smcv/8k-not-enough-for-everybody
wip/smcv/search-paths
wip/smcv/test-more-flags
wip/smcv/testbuild
wip/structure-parsing
wip/tingping/meson
wip/tintou/closure-documentation
zbrown/dispose
zbrown/types-1
gitlab.gnome.org: GNOME/gobject-introspection.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
giscanner
/
annotationparser.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
giscanner: emit a warning when we fail to parse a GTK-Doc comment block
Dieter Verfaillie
2013-01-09
1
-1
/
+7
*
giscanner: Don't fail on empty GTK-Doc comment blocks
Dieter Verfaillie
2013-01-09
1
-11
/
+14
*
scanner: Parse comments with */ not on a new line, but emit a warning
Dieter Verfaillie
2012-12-02
1
-4
/
+21
*
giscanner: don't continue parsing after multiline descriptions
Dieter Verfaillie
2012-11-28
1
-2
/
+2
*
giscanner: fix DocBlock().comment
Dieter Verfaillie
2012-11-28
1
-5
/
+4
*
giscanner: update annotationparser to most recent gtkdoc-mkdb bug fixes.
Dieter Verfaillie
2012-11-28
1
-3
/
+29
*
giscanner: remove re.MULTILINE usage from annotationparser
Dieter Verfaillie
2012-11-28
1
-12
/
+11
*
giscanner: Correctly detect invalid GTK-Doc comment block end markers
Dieter Verfaillie
2012-11-28
1
-0
/
+3
*
giscanner: treat the GTK-Doc Description: tag like any other tag
Dieter Verfaillie
2012-11-28
1
-14
/
+19
*
giscanner: construct list of possible tag names for TAG_RE from _ALL_TAGS...
Dieter Verfaillie
2012-11-28
1
-5
/
+219
*
giscanner: use re.match() instead of re.search()
Dieter Verfaillie
2012-11-28
1
-10
/
+10
*
giscanner: drop dead code
Dieter Verfaillie
2012-11-28
1
-10
/
+2
*
giscanner: make it clear DocOptions() also has a position attribute
Dieter Verfaillie
2012-11-28
1
-0
/
+1
*
giscanner: implement DocOption() in terms of odict instead of dict
Dieter Verfaillie
2012-11-28
1
-1
/
+1
*
giscanner: remove unused variables
Dieter Verfaillie
2012-11-28
1
-13
/
+1
*
giscanner: use dict.values() in favor of dict.itervalues()
Dieter Verfaillie
2012-11-28
1
-2
/
+2
*
giscanner: use dict.items()...
Dieter Verfaillie
2012-11-28
1
-6
/
+5
*
giscanner: use "if in [a, b]" instead of "if == a or if == b"
Dieter Verfaillie
2012-11-28
1
-2
/
+2
*
giscanner: improve wording of inline documentation
Dieter Verfaillie
2012-11-28
1
-36
/
+57
*
annotationparser: cleanup and add tests for the new warnings we now emit
Dieter Verfaillie
2012-04-17
1
-30
/
+21
*
Revert "annotationparser: indent _parse_comment_block gtkdoc code"
Dieter Verfaillie
2012-04-17
1
-95
/
+95
*
annotationparser: indent _parse_comment_block gtkdoc code
Alban Browaeys
2012-04-17
1
-89
/
+90
*
annotationparser: split validate() into sub-methods
Will Thompson
2012-04-09
1
-58
/
+67
*
annotationparser: correct "maximium" in error messages
Will Thompson
2012-04-09
1
-3
/
+3
*
annotationparser: remove duplication of annotation names
Will Thompson
2012-04-09
1
-13
/
+13
*
Split parameter and tag storage in annotationparser parse tree
Dieter Verfaillie
2012-04-05
1
-24
/
+32
*
Don't parse doc comments in dependencies
Johan Dahlin
2012-04-05
1
-0
/
+3
*
Replace ''' with """, to avoid confusing syntax highlightning in emacs
Johan Dahlin
2012-04-05
1
-8
/
+8
*
Now make AnnotationParser do what gobject-introspection needs it to do.
Dieter Verfaillie
2012-04-05
1
-222
/
+443
*
Make AnnotationParser._parse_comment() do what gtk-doc does.
Dieter Verfaillie
2012-04-05
1
-169
/
+226
*
Add a floating alias for none
Johan Dahlin
2011-11-25
1
-1
/
+3
*
Add constant value annotation
Johan Dahlin
2011-09-14
1
-1
/
+3
*
annotationparser: Don't eat lines that look like parameters outside param list
Colin Walters
2011-08-14
1
-4
/
+10
*
annotationparser: Only accept certain tags
Colin Walters
2011-08-13
1
-3
/
+17
*
scanner: Don't throw away blank lines in the docs
Colin Walters
2011-08-13
1
-3
/
+10
*
giscanner: Make comments starting with tab characters work
Jasper St. Pierre
2011-07-22
1
-3
/
+5
*
Add (method) overrides
Tomeu Vizoso
2011-02-02
1
-1
/
+5
*
Preserve gtk-doc section names
Johan Dahlin
2011-02-01
1
-3
/
+9
*
Add (constructor) annotation
Tomeu Vizoso
2011-01-28
1
-1
/
+5
*
Accept trailing whitespace at the start of a comment block
Colin Walters
2010-10-19
1
-5
/
+3
*
annotationparser: Don't ignore annotations if there's a : in docs
GOBJECT_INTROSPECTION_0_9_8
Colin Walters
2010-09-28
1
-1
/
+5
*
[annotationparser] Extract (skip) for doc blocks
Johan Dahlin
2010-09-25
1
-1
/
+8
*
Print out line numbers
Johan Dahlin
2010-09-24
1
-3
/
+7
*
Add a script to extract gio annotations
Johan Dahlin
2010-09-24
1
-2
/
+6
*
Add an annotation tool
Johan Dahlin
2010-09-24
1
-0
/
+52
*
[annotationparser] Allow param less closures
Johan Dahlin
2010-09-24
1
-1
/
+5
*
Add more array warnings + tests
Johan Dahlin
2010-09-24
1
-5
/
+25
*
[annotationparser] Validate the rest of the annotations
Johan Dahlin
2010-09-24
1
-19
/
+87
*
Add a position to doc options
Johan Dahlin
2010-09-24
1
-2
/
+8
*
[annotation] Add constants for out options
Johan Dahlin
2010-09-24
1
-0
/
+4
[next]