[gtkmm] Link change in main page documentation



commit f0e425b79b44ac54df80810a7995d76f53802dc5
Author: David King <davidk openismus com>
Date:   Tue Apr 27 10:04:22 2010 +0200

    Link change in main page documentation

 gtk/gtkmm.h |   16 +++++++++-------
 1 files changed, 9 insertions(+), 7 deletions(-)
---
diff --git a/gtk/gtkmm.h b/gtk/gtkmm.h
index cecf3a5..f035f92 100644
--- a/gtk/gtkmm.h
+++ b/gtk/gtkmm.h
@@ -31,16 +31,18 @@
  * For instance, see @ref Widgets, @ref Dialogs, @ref TreeView "TreeView" and
  * @ref TextView "TextView".
  *
- * See also the <em>Programming with gtkmm</em> book:
- * http://library.gnome.org/devel/gtkmm-tutorial/stable/
+ * See also the
+ * <a href="http://library.gnome.org/devel/gtkmm-tutorial/stable/";>Programming
+ * with gtkmm</a> book.
+ *
  *
  * @section features Features
  *
- * - GTK+â??s mature, capable set of @ref widgets Widgets. See the GTK+ website
- *   for more information: http://www.gtk.org/
+ * - GTK+â??s mature, capable set of @ref widgets Widgets. See
+ *   <a href="http://www.gtk.org/";>the GTK+ website</a> for more information.
  * - Use inheritance to derive custom widgets.
- * - Type-safe signal handlers (slots), in standard C++, using libsigc++:
- *   http://libsigc.sourceforge.net/
+ * - Type-safe signal handlers (slots), in standard C++, using
+ *   <a href="http://libsigc.sourceforge.net/";>libsigc++</a>.
  * - Polymorphism.
  * - Use of the Standard C++ Library, including strings, containers and
  *   iterators.
@@ -58,7 +60,7 @@
  * @code
  * #include <gtkmm.h>
  * @endcode
- * (You may include individual headers, such as gtkmm/button.h instead.)
+ * (You may include individual headers, such as @c gtkmm/button.h instead.)
  *
  * If your source file is @c program.cc, you can compile it with:
  * @code



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