summaryrefslogtreecommitdiff
path: root/tests/doctool/DocExamples-1.0-C-expected/DocExamples.callback_function.page
diff options
context:
space:
mode:
Diffstat (limited to 'tests/doctool/DocExamples-1.0-C-expected/DocExamples.callback_function.page')
-rw-r--r--tests/doctool/DocExamples-1.0-C-expected/DocExamples.callback_function.page4
1 files changed, 2 insertions, 2 deletions
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 98958b22..436d825f 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
@@ -35,7 +35,7 @@ void doc_examples_callback_function (DocExamplesCallback callback,
</code></synopsis>
<p>This is a function that takes a callback. Different languages
will expose this in different ways (e.g. Python keeps the
-@user_data parameter, while JS doesn't)</p>
+<code>user_data</code> parameter, while JS doesn't)</p>
<table>
<tr>
@@ -48,7 +48,7 @@ will expose this in different ways (e.g. Python keeps the
</tr>
<tr>
<td><p>destroy_notify :</p></td>
-<td><p>how to get rid of @user_data</p></td>
+<td><p>how to get rid of <code>user_data</code></p></td>
</tr>
<tr>
<td><p>Returns :</p></td>