diff options
author | Jasper St. Pierre <jstpierre@mecheye.net> | 2013-01-31 11:14:19 -0500 |
---|---|---|
committer | Jasper St. Pierre <jstpierre@mecheye.net> | 2013-02-01 19:47:41 -0500 |
commit | eed71caaf397b596a0e98c7eaf13525d74fe06da (patch) | |
tree | e38d1426826226da7743dbaf6a9e2c44e9bf8181 /tests | |
parent | 5559be3d6458f2c83173fe4735daa83c9532e837 (diff) | |
download | gobject-introspection-eed71caaf397b596a0e98c7eaf13525d74fe06da.tar.gz |
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.
Diffstat (limited to 'tests')
11 files changed, 2 insertions, 11 deletions
diff --git a/tests/doctool/DocExamples-1.0-C-expected/DocExamples.Callback.page b/tests/doctool/DocExamples-1.0-C-expected/DocExamples.Callback.page index 22d30c24..b79b93aa 100644 --- a/tests/doctool/DocExamples-1.0-C-expected/DocExamples.Callback.page +++ b/tests/doctool/DocExamples-1.0-C-expected/DocExamples.Callback.page @@ -1,7 +1,7 @@ <?xml version="1.0"?> <page id="DocExamples.Callback" type="topic" - style="" + style="default" xmlns="http://projectmallard.org/1.0/" xmlns:ui="http://projectmallard.org/experimental/ui/"> <info> diff --git a/tests/doctool/DocExamples-1.0-C-expected/DocExamples.Obj.method.page b/tests/doctool/DocExamples-1.0-C-expected/DocExamples.Obj.method.page index 1c52955e..2015098f 100644 --- a/tests/doctool/DocExamples-1.0-C-expected/DocExamples.Obj.method.page +++ b/tests/doctool/DocExamples-1.0-C-expected/DocExamples.Obj.method.page @@ -1,5 +1,4 @@ <?xml version="1.0"?> - <page id="DocExamples.Obj.method" type="topic" style="method" 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 @@ <?xml version="1.0"?> - <page id="DocExamples.Obj.new" type="topic" style="constructor" diff --git a/tests/doctool/DocExamples-1.0-C-expected/DocExamples.Obj.static_method.page b/tests/doctool/DocExamples-1.0-C-expected/DocExamples.Obj.static_method.page index f0c917f5..ebf23d55 100644 --- a/tests/doctool/DocExamples-1.0-C-expected/DocExamples.Obj.static_method.page +++ b/tests/doctool/DocExamples-1.0-C-expected/DocExamples.Obj.static_method.page @@ -1,5 +1,4 @@ <?xml version="1.0"?> - <page id="DocExamples.Obj.static_method" type="topic" style="function" diff --git a/tests/doctool/DocExamples-1.0-C-expected/DocExamples.array_function.page b/tests/doctool/DocExamples-1.0-C-expected/DocExamples.array_function.page index a147b6bb..2b19e8d0 100644 --- a/tests/doctool/DocExamples-1.0-C-expected/DocExamples.array_function.page +++ b/tests/doctool/DocExamples-1.0-C-expected/DocExamples.array_function.page @@ -1,5 +1,4 @@ <?xml version="1.0"?> - <page id="DocExamples.array_function" type="topic" style="function" diff --git a/tests/doctool/DocExamples-1.0-C-expected/DocExamples.callback_function.page b/tests/doctool/DocExamples-1.0-C-expected/DocExamples.callback_function.page index 19d10b2e..89e00a65 100644 --- a/tests/doctool/DocExamples-1.0-C-expected/DocExamples.callback_function.page +++ b/tests/doctool/DocExamples-1.0-C-expected/DocExamples.callback_function.page @@ -1,5 +1,4 @@ <?xml version="1.0"?> - <page id="DocExamples.callback_function" type="topic" style="function" diff --git a/tests/doctool/DocExamples-1.0-Python-expected/DocExamples.Callback.page b/tests/doctool/DocExamples-1.0-Python-expected/DocExamples.Callback.page index 22d30c24..b79b93aa 100644 --- a/tests/doctool/DocExamples-1.0-Python-expected/DocExamples.Callback.page +++ b/tests/doctool/DocExamples-1.0-Python-expected/DocExamples.Callback.page @@ -1,7 +1,7 @@ <?xml version="1.0"?> <page id="DocExamples.Callback" type="topic" - style="" + style="default" xmlns="http://projectmallard.org/1.0/" xmlns:ui="http://projectmallard.org/experimental/ui/"> <info> diff --git a/tests/doctool/DocExamples-1.0-Python-expected/DocExamples.Obj.method.page b/tests/doctool/DocExamples-1.0-Python-expected/DocExamples.Obj.method.page index 3f51bf32..748add82 100644 --- a/tests/doctool/DocExamples-1.0-Python-expected/DocExamples.Obj.method.page +++ b/tests/doctool/DocExamples-1.0-Python-expected/DocExamples.Obj.method.page @@ -1,5 +1,4 @@ <?xml version="1.0"?> - <page id="DocExamples.Obj.method" type="topic" style="method" diff --git a/tests/doctool/DocExamples-1.0-Python-expected/DocExamples.Obj.static_method.page b/tests/doctool/DocExamples-1.0-Python-expected/DocExamples.Obj.static_method.page index 2577eb89..efbdc41a 100644 --- a/tests/doctool/DocExamples-1.0-Python-expected/DocExamples.Obj.static_method.page +++ b/tests/doctool/DocExamples-1.0-Python-expected/DocExamples.Obj.static_method.page @@ -1,5 +1,4 @@ <?xml version="1.0"?> - <page id="DocExamples.Obj.static_method" type="topic" style="function" diff --git a/tests/doctool/DocExamples-1.0-Python-expected/DocExamples.array_function.page b/tests/doctool/DocExamples-1.0-Python-expected/DocExamples.array_function.page index dd686f84..3c8e86cd 100644 --- a/tests/doctool/DocExamples-1.0-Python-expected/DocExamples.array_function.page +++ b/tests/doctool/DocExamples-1.0-Python-expected/DocExamples.array_function.page @@ -1,5 +1,4 @@ <?xml version="1.0"?> - <page id="DocExamples.array_function" type="topic" style="function" diff --git a/tests/doctool/DocExamples-1.0-Python-expected/DocExamples.callback_function.page b/tests/doctool/DocExamples-1.0-Python-expected/DocExamples.callback_function.page index a834cfb5..58323eba 100644 --- a/tests/doctool/DocExamples-1.0-Python-expected/DocExamples.callback_function.page +++ b/tests/doctool/DocExamples-1.0-Python-expected/DocExamples.callback_function.page @@ -1,5 +1,4 @@ <?xml version="1.0"?> - <page id="DocExamples.callback_function" type="topic" style="function" |