/pidgin/main: 0368216c3a7b: Use orderedlist in PurpleCountingNod...
Ankit Vani
a at nevitus.org
Tue Feb 18 02:31:53 EST 2014
Changeset: 0368216c3a7bdd3f67d93d220a0111145d868928
Author: Ankit Vani <a at nevitus.org>
Date: 2014-02-18 13:01 +0530
Branch: default
URL: https://hg.pidgin.im/pidgin/main/rev/0368216c3a7b
Description:
Use orderedlist in PurpleCountingNode doc
diffstat:
libpurple/blistnode.h | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diffs (17 lines):
diff --git a/libpurple/blistnode.h b/libpurple/blistnode.h
--- a/libpurple/blistnode.h
+++ b/libpurple/blistnode.h
@@ -103,8 +103,11 @@ struct _PurpleBlistNodeClass {
* accounts, and the number of online children.
*
* The two types of counting nodes are:
- * 1. Contact: Keeps track of the number of buddies under it.
- * 2. Group: Keeps track of the number of chats and contacts under it.
+ * <orderedlist>
+ * <listitem>Contact: Keeps track of the number of buddies under it.</listitem>
+ * <listitem>Group: Keeps track of the number of chats and contacts under it.
+ * </listitem>
+ * </orderedlist>
*
* See #PurpleContact, #PurpleGroup
*/
More information about the Commits
mailing list