[glibmm] Another docs fix.



commit fbbcc7d545ba7f04cdcbfc81a8108d304045eb48
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Mar 24 10:19:01 2011 +0100

    Another docs fix.

 glib/src/varianttype.hg |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/glib/src/varianttype.hg b/glib/src/varianttype.hg
index c94ee28..bac4f23 100644
--- a/glib/src/varianttype.hg
+++ b/glib/src/varianttype.hg
@@ -82,8 +82,8 @@ namespace Glib
  * instantiated, and you would say that the Gtk::Window is a Gtk::Bin (since
  * Gtk::Window is a subclass of Gtk::Bin).
  *
- * For a detailed description of the VariantBase type strings see the C
- * API docs of GVariantType.
+ * See the underlying GVariantType documentation for <a href="http://library.gnome.org/devel/glib/unstable/glib-GVariantType.html#gvariant-typestrings";>detailed description of the VariantBase type strings</a>.
+ *
  * @newin{2,28}
  * @ingroup Variant
  */
@@ -97,8 +97,8 @@ public:
    */
   explicit VariantType(const GVariantType* castitem);
 
-  /** Creates a new VariantType corresponding to the type string given by @a type_string. 
-    * 
+  /** Creates a new VariantType corresponding to the type string given by @a type_string.
+    *
     * It is a programmer error to call this function with an invalid type string. Use string_is_valid() if you are unsure.
     */
   explicit VariantType(const std::string& type_string);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]