From eed71caaf397b596a0e98c7eaf13525d74fe06da Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Thu, 31 Jan 2013 11:14:19 -0500 Subject: doctool: Switch to a computed page_style for all page templates This is a quick cleanup before we inherit from a common template for all pages. --- tests/doctool/DocExamples-1.0-C-expected/DocExamples.Obj.new.page | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/doctool/DocExamples-1.0-C-expected/DocExamples.Obj.new.page') diff --git a/tests/doctool/DocExamples-1.0-C-expected/DocExamples.Obj.new.page b/tests/doctool/DocExamples-1.0-C-expected/DocExamples.Obj.new.page index c20d8c5f..0e010cf3 100644 --- a/tests/doctool/DocExamples-1.0-C-expected/DocExamples.Obj.new.page +++ b/tests/doctool/DocExamples-1.0-C-expected/DocExamples.Obj.new.page @@ -1,5 +1,4 @@ - Date: Thu, 31 Jan 2013 11:46:13 -0500 Subject: doctool: Use a base template for all pages --- .../DocExamples-1.0-C-expected/DocExamples.Obj.new.page | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'tests/doctool/DocExamples-1.0-C-expected/DocExamples.Obj.new.page') diff --git a/tests/doctool/DocExamples-1.0-C-expected/DocExamples.Obj.new.page b/tests/doctool/DocExamples-1.0-C-expected/DocExamples.Obj.new.page index 0e010cf3..0f8c297a 100644 --- a/tests/doctool/DocExamples-1.0-C-expected/DocExamples.Obj.new.page +++ b/tests/doctool/DocExamples-1.0-C-expected/DocExamples.Obj.new.page @@ -6,6 +6,7 @@ xmlns:api="http://projectmallard.org/experimental/api/" xmlns:ui="http://projectmallard.org/experimental/ui/"> + @@ -13,17 +14,24 @@ doc_examples_obj_new + doc_examples_obj_new + DocExamplesObj* doc_examples_obj_new (void); - + +

Returns :

+ + + +
-- cgit v1.2.1 From 7e0ab2b629691c5904e00f4890a2da052a0a9c37 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Thu, 31 Jan 2013 12:52:23 -0500 Subject: doctool: Define a standard order of items for all pages --- tests/doctool/DocExamples-1.0-C-expected/DocExamples.Obj.new.page | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tests/doctool/DocExamples-1.0-C-expected/DocExamples.Obj.new.page') diff --git a/tests/doctool/DocExamples-1.0-C-expected/DocExamples.Obj.new.page b/tests/doctool/DocExamples-1.0-C-expected/DocExamples.Obj.new.page index 0f8c297a..4058a9a3 100644 --- a/tests/doctool/DocExamples-1.0-C-expected/DocExamples.Obj.new.page +++ b/tests/doctool/DocExamples-1.0-C-expected/DocExamples.Obj.new.page @@ -22,8 +22,12 @@ DocExamplesObj* doc_examples_obj_new (void); + + + + @@ -32,6 +36,5 @@ DocExamplesObj* doc_examples_obj_new (void);

Returns :

- -- cgit v1.2.1 From ac3d35bd4fcf07f86b4ea5a0d71569cc7a49e1c8 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Thu, 31 Jan 2013 18:15:35 -0500 Subject: doctool: Use definition lists instead of tables --- .../DocExamples-1.0-C-expected/DocExamples.Obj.new.page | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'tests/doctool/DocExamples-1.0-C-expected/DocExamples.Obj.new.page') diff --git a/tests/doctool/DocExamples-1.0-C-expected/DocExamples.Obj.new.page b/tests/doctool/DocExamples-1.0-C-expected/DocExamples.Obj.new.page index 4058a9a3..bb4fc10f 100644 --- a/tests/doctool/DocExamples-1.0-C-expected/DocExamples.Obj.new.page +++ b/tests/doctool/DocExamples-1.0-C-expected/DocExamples.Obj.new.page @@ -28,12 +28,10 @@ DocExamplesObj* doc_examples_obj_new (void); - - - - - -

Returns :

+
+

Returns :

+
+
-- cgit v1.2.1 From fb550201b36b49035d11a7d25b93d2191b6481f8 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Fri, 1 Feb 2013 01:11:23 -0500 Subject: doctool: Switch to UI v1.0 This is to shut yelp up about experimental UI and expanded. --- tests/doctool/DocExamples-1.0-C-expected/DocExamples.Obj.new.page | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/doctool/DocExamples-1.0-C-expected/DocExamples.Obj.new.page') diff --git a/tests/doctool/DocExamples-1.0-C-expected/DocExamples.Obj.new.page b/tests/doctool/DocExamples-1.0-C-expected/DocExamples.Obj.new.page index bb4fc10f..ceef763d 100644 --- a/tests/doctool/DocExamples-1.0-C-expected/DocExamples.Obj.new.page +++ b/tests/doctool/DocExamples-1.0-C-expected/DocExamples.Obj.new.page @@ -4,7 +4,7 @@ style="constructor" xmlns="http://projectmallard.org/1.0/" xmlns:api="http://projectmallard.org/experimental/api/" - xmlns:ui="http://projectmallard.org/experimental/ui/"> + xmlns:ui="http://projectmallard.org/1.0/ui/"> -- cgit v1.2.1 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. --- .../DocExamples.Obj.new.page | 38 ---------------------- 1 file changed, 38 deletions(-) delete mode 100644 tests/doctool/DocExamples-1.0-C-expected/DocExamples.Obj.new.page (limited to 'tests/doctool/DocExamples-1.0-C-expected/DocExamples.Obj.new.page') diff --git a/tests/doctool/DocExamples-1.0-C-expected/DocExamples.Obj.new.page b/tests/doctool/DocExamples-1.0-C-expected/DocExamples.Obj.new.page deleted file mode 100644 index ceef763d..00000000 --- a/tests/doctool/DocExamples-1.0-C-expected/DocExamples.Obj.new.page +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - DocExamplesObj* - - doc_examples_obj_new - - - - doc_examples_obj_new - - -DocExamplesObj* doc_examples_obj_new (void); - - - - - - - - -
-

Returns :

-
-
- - - -
-- cgit v1.2.1