[gtkmm] Correct @newin2p* to @newin{2,*}.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm] Correct @newin2p* to @newin{2,*}.
- Date: Wed, 10 Mar 2010 11:44:59 +0000 (UTC)
commit 452961dae26eec955b8a5bdffd82dee4f5a089e3
Author: Murray Cumming <murrayc murrayc com>
Date: Wed Mar 10 12:11:18 2010 +0100
Correct @newin2p* to @newin{2,*}.
ChangeLog | 8 ++++++++
gtk/src/entrybuffer.hg | 2 +-
gtk/src/range.hg | 2 +-
gtk/src/toolpalette.hg | 2 +-
gtk/src/treeview.hg | 2 +-
gtk/src/widget.hg | 2 +-
6 files changed, 13 insertions(+), 5 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 9361c90..4bf7428 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-03-10 Murray Cumming <murrayc murrayc com>
+
+ * gtk/src/entrybuffer.hg:
+ * gtk/src/range.hg:
+ * gtk/src/toolpalette.hg:
+ * gtk/src/treeview.hg:
+ * gtk/src/widget.hg: Correct @newin2p* to @newin{2,*}.
+
2.19.6:
2010-02-23 Murray Cumming <murrayc murrayc com>
diff --git a/gtk/src/entrybuffer.hg b/gtk/src/entrybuffer.hg
index fa6eaae..e0d2492 100644
--- a/gtk/src/entrybuffer.hg
+++ b/gtk/src/entrybuffer.hg
@@ -44,7 +44,7 @@ namespace Gtk
* useful in the case of important passwords. Or a derived class could
* integrate with an application's concept of undo/redo.
*
- * @newin2p20
+ * @@newin{2,20}
*/
class EntryBuffer : public Glib::Object
{
diff --git a/gtk/src/range.hg b/gtk/src/range.hg
index caa503d..18be554 100644
--- a/gtk/src/range.hg
+++ b/gtk/src/range.hg
@@ -66,7 +66,7 @@ public:
*
* @result The range rectangle.
*
- * @newin2p20
+ * @@newin{2,20}
*/
Gdk::Rectangle get_range_rect() const;
_IGNORE(gtk_range_get_range_rect)
diff --git a/gtk/src/toolpalette.hg b/gtk/src/toolpalette.hg
index 45180fd..ddeaffe 100644
--- a/gtk/src/toolpalette.hg
+++ b/gtk/src/toolpalette.hg
@@ -41,7 +41,7 @@ _WRAP_ENUM(ToolPaletteDragTargets, GtkToolPaletteDragTargets)
* target widget. Then get_drag_item() can be used to get the dragged item in
* the "drag-data-received" signal handler of the drag target.
*
- * @newin2p20
+ * @@newin{2,20}
*
* @ingroup Widgets
* @ingroup Containers
diff --git a/gtk/src/treeview.hg b/gtk/src/treeview.hg
index 8eaa1bf..0229dca 100644
--- a/gtk/src/treeview.hg
+++ b/gtk/src/treeview.hg
@@ -549,7 +549,7 @@ public:
* @param path A reference to a TreeModel::Path to be filled in
* @return true if a row exists at that coordinate.
*
- * newin2p16
+ * newin{2,16}
*/
bool get_path_at_pos(int x, int y, TreeModel::Path& path) const;
diff --git a/gtk/src/widget.hg b/gtk/src/widget.hg
index 9b1c866..d07b08c 100644
--- a/gtk/src/widget.hg
+++ b/gtk/src/widget.hg
@@ -669,7 +669,7 @@ _DEPRECATE_IFDEF_START
*
* @result The widget's requisition.
*
- * @newin2p20
+ * @@newin{2,20}
*/
Requisition get_requisition() const;
_IGNORE(gtk_widget_get_requisition)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]