diff options
Diffstat (limited to 'tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-first.page')
-rw-r--r-- | tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-first.page | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-first.page b/tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-first.page index 8a05f090..959a7118 100644 --- a/tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-first.page +++ b/tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-first.page @@ -23,14 +23,18 @@ def callback(test_obj, user_param1, ...) -<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> +<title><code>user_param1</code></title> +<p>first user parameter (if any) specified with the connect() method</p> +<item> +<title><code>...</code></title> +<p>additional user parameters (if any)</p> +</item> +</terms> |