No need to format a '\n' into a fromatstring. Add FIXMEs for Bug 568711.
commit7097f601f52d3271b3efe2fec16940b3a81a52d1
authorStefan Kost <stefkost@src.gnome.org>
Fri, 23 Jan 2009 12:09:35 +0000 (23 12:09 +0000)
committerStefan Kost <stefkost@src.gnome.org>
Fri, 23 Jan 2009 12:09:35 +0000 (23 12:09 +0000)
tree58a54043005088cfa546502ef615cef65f0f9589
parent136fb6d349f82e41f2b151b353681d617948cd59
No need to format a '\n' into a fromatstring. Add FIXMEs for Bug 568711.

* gtkdoc-check.in:
  No need to format a '\n' into a fromatstring.
* gtkdoc-mkdb.in:
  Add FIXMEs for Bug 568711.
* gtkdoc-mkhtml.in:
  Add a comment.
* configure.in:
* tests/Makefile.am:
* tests/fail.sh:
* tests/fail/Makefile.am:
* tests/fail/docs/Makefile.am:
* tests/fail/docs/tester-docs.xml:
* tests/fail/docs/tester-sections.txt:
* tests/fail/src/Makefile.am:
* tests/fail/src/tester.c:
* tests/fail/src/tester.h:
  Add a test suite for failure checks.

svn path=/trunk/; revision=661
14 files changed:
ChangeLog
configure.in
gtkdoc-check.in
gtkdoc-mkdb.in
gtkdoc-mkhtml.in
tests/Makefile.am
tests/fail.sh [new file with mode: 0755]
tests/fail/Makefile.am [new file with mode: 0644]
tests/fail/docs/Makefile.am [new file with mode: 0644]
tests/fail/docs/tester-docs.xml [new file with mode: 0644]
tests/fail/docs/tester-sections.txt [new file with mode: 0644]
tests/fail/src/Makefile.am [new file with mode: 0644]
tests/fail/src/tester.c [new file with mode: 0644]
tests/fail/src/tester.h [new file with mode: 0644]