diff libpurple/util.h @ 16201:36b09c6f7957

Doxygen updates. This eliminated all the warnings from Doxygen.
author Richard Laager <rlaager@wiktel.com>
date Mon, 16 Apr 2007 05:07:21 +0000
parents a740afef2daf
children 391a79778f89 be098f796b32
line wrap: on
line diff
--- a/libpurple/util.h	Mon Apr 16 03:37:48 2007 +0000
+++ b/libpurple/util.h	Mon Apr 16 05:07:21 2007 +0000
@@ -483,13 +483,13 @@
 /**
  * Returns a newly allocated string containing the value of the CSS property specified
  * in opt. The @a style argument is expected to point to a HTML inline CSS.
- * (i.e. <span style="[inline css]"> ) The function will seek for the CSS property and
- * return its value.
+ * The function will seek for the CSS property and return its value.
  *
- * For example, purple_markup_get_css_property("direction:rtl;color:#dc4d1b;", "color")
- * would return "#dc4d1b".
+ * For example, purple_markup_get_css_property("direction:rtl;color:#dc4d1b;",
+ * "color") would return "#dc4d1b".
  *
- * On error or if the requested property was not found, the function returns @c NULL.
+ * On error or if the requested property was not found, the function returns
+ * @c NULL.
  *
  * @param style A string containing the inline CSS text.
  * @param opt   The requested CSS property.