diff options
author | Jasper St. Pierre <jstpierre@mecheye.net> | 2013-02-14 22:47:10 -0500 |
---|---|---|
committer | Jasper St. Pierre <jstpierre@mecheye.net> | 2013-02-14 23:18:00 -0500 |
commit | 3b64a2e808ae25b437c30bec237ada89dc4bcfb3 (patch) | |
tree | 359dfe6569e3c0058af70f7e8431cf1ae6aa6633 /tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-all.page | |
parent | afe9d25896491db94bdbfac109f003d9ec9ff852 (diff) | |
download | gobject-introspection-3b64a2e808ae25b437c30bec237ada89dc4bcfb3.tar.gz |
doctool: Fix use of <dl> tag in templates
This isn't legal Mallard
Diffstat (limited to 'tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-all.page')
-rw-r--r-- | tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-all.page | 22 |
1 files changed, 14 insertions, 8 deletions
diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-all.page b/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-all.page index 32565ee3..f8d71322 100644 --- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-all.page +++ b/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-all.page @@ -23,14 +23,20 @@ function callback(test_obj, user_param1, ...):void; -<dl> -<dt><p>test_obj :</p></dt> -<dd><p>instance of Regress.TestObj that is emitting the signal</p></dd> -<dt><p>user_param1 :</p></dt> -<dd><p>first user parameter (if any) specified with the connect() method</p></dd> -<dt><p>... :</p></dt> -<dd><p>additional user parameters (if any)</p></dd> -</dl> +<terms> +<item> +<title><code>test_obj</code></title> +<p>instance of Regress.TestObj that is emitting the signal</p> +</item> +<item> +<title><code>user_param1</code></title> +<p>first user parameter (if any) specified with the connect() method</p> +</item> +<item> +<title><code>...</code></title> +<p>additional user parameters (if any)</p> +</item> +</terms> |