From 86f7acf0f139a917e460db26872b5a4306fca8d2 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Sun, 3 Feb 2013 06:58:53 -0500 Subject: tests: Use Regress GIR for doctool This makes us test a lot more functionality in the doc tool, and removes the need to have a lot of different test libraries, and different test infrastructure. --- .../Regress.AnnotationNotifyFunc.page | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 tests/scanner/Regress-1.0-C-expected/Regress.AnnotationNotifyFunc.page (limited to 'tests/scanner/Regress-1.0-C-expected/Regress.AnnotationNotifyFunc.page') diff --git a/tests/scanner/Regress-1.0-C-expected/Regress.AnnotationNotifyFunc.page b/tests/scanner/Regress-1.0-C-expected/Regress.AnnotationNotifyFunc.page new file mode 100644 index 00000000..b2dc717c --- /dev/null +++ b/tests/scanner/Regress-1.0-C-expected/Regress.AnnotationNotifyFunc.page @@ -0,0 +1,26 @@ + + + + + + + + Regress.AnnotationNotifyFunc + + + +

This is a callback with a 'closure' argument that is not named +'user_data' and hence has to be annotated.

+ + + + + + + +
-- cgit v1.2.1 From d05e20a61d3e381e46fcb306f806566bbbd76312 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Fri, 15 Feb 2013 06:04:11 -0500 Subject: doctool: Use format_xref to format some links to pages We don't do a full 100% conversion for all link tags, yet, because I don't want to break too much here. This may come later. --- tests/scanner/Regress-1.0-C-expected/Regress.AnnotationNotifyFunc.page | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/scanner/Regress-1.0-C-expected/Regress.AnnotationNotifyFunc.page') diff --git a/tests/scanner/Regress-1.0-C-expected/Regress.AnnotationNotifyFunc.page b/tests/scanner/Regress-1.0-C-expected/Regress.AnnotationNotifyFunc.page index b2dc717c..17c80292 100644 --- a/tests/scanner/Regress-1.0-C-expected/Regress.AnnotationNotifyFunc.page +++ b/tests/scanner/Regress-1.0-C-expected/Regress.AnnotationNotifyFunc.page @@ -7,7 +7,7 @@ xmlns:ui="http://projectmallard.org/1.0/ui/"> - + Regress.AnnotationNotifyFunc -- cgit v1.2.1