From 3b64a2e808ae25b437c30bec237ada89dc4bcfb3 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Thu, 14 Feb 2013 22:47:10 -0500 Subject: doctool: Fix use of
tag in templates This isn't legal Mallard --- .../Regress.TestObj-sig-with-intarray-ret.page | 28 ++++++++++++++-------- 1 file changed, 18 insertions(+), 10 deletions(-) (limited to 'tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-intarray-ret.page') diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-intarray-ret.page b/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-intarray-ret.page index cad30933..ef623d9f 100644 --- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-intarray-ret.page +++ b/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-intarray-ret.page @@ -23,16 +23,24 @@ function callback(test_obj, i:Number, user_param1, ...):[Number]; -
-

test_obj :

-

instance of Regress.TestObj that is emitting the signal

-

i :

-

an integer

-

user_param1 :

-

first user parameter (if any) specified with the connect() method

-

... :

-

additional user parameters (if any)

-
+ + +<code>test_obj</code> +

instance of Regress.TestObj that is emitting the signal

+
+ +<code>i</code> +

an integer

+
+ +<code>user_param1</code> +

first user parameter (if any) specified with the connect() method

+
+ +<code>...</code> +

additional user parameters (if any)

+
+
-- cgit v1.2.1