Skip to content

Commit b18ebf4

Browse files
committed
Make libsigc_manual.xml valid
Fix errors reported by "xmllint --postvalid".
1 parent 4cfdf8a commit b18ebf4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/docs/manual/libsigc_manual.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ register_click_handler(okbutton, clicked, somedata);
5454
<para>libsigc++ provides the concept of a slot, which holds a reference to one of
5555
the things that can be used as a callback:
5656
<itemizedlist>
57-
<listitem>A free-standing function as in the example</listitem>
58-
<listitem>A functor objects that defines operator()</listitem>
59-
<listitem>A pointer-to-a-member-function and an instance of an object on which to invoke it (the
60-
object should inherit from <literal remap="tt">sigc::trackable</literal>)</listitem>
57+
<listitem><para>A free-standing function as in the example</para></listitem>
58+
<listitem><para>A functor objects that defines operator()</para></listitem>
59+
<listitem><para>A pointer-to-a-member-function and an instance of an object on which to invoke it (the
60+
object should inherit from <literal remap="tt">sigc::trackable</literal>)</para></listitem>
6161
</itemizedlist></para>
6262

6363
<para>All of which can take different numbers and types of arguments.</para>

0 commit comments

Comments
 (0)