/soc/2013/ankitkv/gobjectification: 78f57b23470e: Use <literal>'...

Ankit Vani a at nevitus.org
Sun Feb 2 07:06:03 EST 2014


Changeset: 78f57b23470e80ddd1018d7202d587b1bb007bc8
Author:	 Ankit Vani <a at nevitus.org>
Date:	 2014-02-02 17:34 +0530
Branch:	 gtkdoc-conversion
URL: https://hg.pidgin.im/soc/2013/ankitkv/gobjectification/rev/78f57b23470e

Description:

Use <literal>'s in core's table

diffstat:

 libpurple/core.h |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (33 lines):

diff --git a/libpurple/core.h b/libpurple/core.h
--- a/libpurple/core.h
+++ b/libpurple/core.h
@@ -195,24 +195,24 @@ gboolean purple_core_ensure_single_insta
  * <informaltable frame='none'>
  *   <tgroup cols='2'><tbody>
  *   <row>
- *     <entry><tt>name</tt></entry>
+ *     <entry><literal>name</literal></entry>
  *     <entry>the user-readable name for the UI.</entry>
  *   </row>
  *   <row>
- *     <entry><tt>version</tt></entry>
+ *     <entry><literal>version</literal></entry>
  *     <entry>a user-readable description of the current version of the UI.</entry>
  *   </row>
  *   <row>
- *     <entry><tt>website</tt></entry>
+ *     <entry><literal>website</literal></entry>
  *     <entry>the UI's website, such as https://pidgin.im.</entry>
  *   </row>
  *   <row>
- *     <entry><tt>dev_website</tt></entry>
+ *     <entry><literal>dev_website</literal></entry>
  *     <entry>the UI's development/support website, such as
  *       https://developer.pidgin.im.</entry>
  *   </row>
  *   <row>
- *     <entry><tt>client_type</tt></entry>
+ *     <entry><literal>client_type</literal></entry>
  *     <entry>the type of UI. Possible values include 'pc', 'console', 'phone',
  *       'handheld', 'web', and 'bot'. These values are compared
  *       programmatically and should not be localized.</entry>



More information about the Commits mailing list