diff options
author | Johan Dahlin <jdahlin@async.com.br> | 2009-01-13 21:13:00 +0000 |
---|---|---|
committer | Johan Dahlin <johan@src.gnome.org> | 2009-01-13 21:13:00 +0000 |
commit | 4eda1cb480808442a2840219c99cc93ee949a7a5 (patch) | |
tree | c0e724f076f3f3ecb56a5df60ecc0a69df765a87 /ChangeLog | |
parent | 0d792f2b62d4f3d5b1045198cb02beabbc8d9fec (diff) | |
download | gobject-introspection-4eda1cb480808442a2840219c99cc93ee949a7a5.tar.gz |
Bug 555036 – put gtk-doc in GIR
2009-01-13 Johan Dahlin <jdahlin@async.com.br>
Bug 555036 – put gtk-doc in GIR
* giscanner/annotationparser.py:
* giscanner/ast.py:
* giscanner/girwriter.py:
* giscanner/glibast.py:
* tests/scanner/annotation-1.0-expected.gir:
* tests/scanner/annotation.h:
* tests/scanner/foo-1.0-expected.gir:
svn path=/trunk/; revision=1032
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,5 +1,17 @@ 2009-01-13 Johan Dahlin <jdahlin@async.com.br> + Bug 555036 – put gtk-doc in GIR + + * giscanner/annotationparser.py: + * giscanner/ast.py: + * giscanner/girwriter.py: + * giscanner/glibast.py: + * tests/scanner/annotation-1.0-expected.gir: + * tests/scanner/annotation.h: + * tests/scanner/foo-1.0-expected.gir: + +2009-01-13 Johan Dahlin <jdahlin@async.com.br> + * giscanner/cachestore.py (CacheStore.load): Catch AttributeError which seems to be occasionally raised for Record. |