[gtk+] Revert "docs: Fix broken gtk-doc formatting"
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Revert "docs: Fix broken gtk-doc formatting"
- Date: Mon, 18 Aug 2014 12:18:36 +0000 (UTC)
commit c9da8bf2b3417c3e48aeb07efdcb874071a7887e
Author: Matthias Clasen <mclasen redhat com>
Date: Mon Aug 18 08:17:49 2014 -0400
Revert "docs: Fix broken gtk-doc formatting"
This reverts commit a7562dd38fe86cfa26674f22d46fdfe24865ee13.
I prefer to not confuse gtk-doc with doc comments for private
functions.
gdk/gdkcairo.c | 2 +-
gdk/wayland/gdkwindow-wayland.c | 2 +-
gdk/x11/gdkmain-x11.c | 4 ++--
gtk/deprecated/gtkstock.h | 2 +-
gtk/gtkwidget.c | 10 +++++-----
5 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/gdk/gdkcairo.c b/gdk/gdkcairo.c
index b13c87a..066f5c4 100644
--- a/gdk/gdkcairo.c
+++ b/gdk/gdkcairo.c
@@ -378,7 +378,7 @@ gdk_cairo_set_source_window (cairo_t *cr,
cairo_surface_destroy (surface);
}
-/**
+/*
* _gdk_cairo_surface_extents:
* @surface: surface to measure
* @extents: (out): rectangle to put the extents
diff --git a/gdk/wayland/gdkwindow-wayland.c b/gdk/wayland/gdkwindow-wayland.c
index 715b0cf..f26c3e0 100644
--- a/gdk/wayland/gdkwindow-wayland.c
+++ b/gdk/wayland/gdkwindow-wayland.c
@@ -141,7 +141,7 @@ _gdk_window_impl_wayland_init (GdkWindowImplWayland *impl)
impl->scale = 1;
}
-/**
+/*
* gdk_wayland_window_update_size:
* @drawable: a #GdkDrawableImplWayland.
*
diff --git a/gdk/x11/gdkmain-x11.c b/gdk/x11/gdkmain-x11.c
index 4603925..22c7b95 100644
--- a/gdk/x11/gdkmain-x11.c
+++ b/gdk/x11/gdkmain-x11.c
@@ -137,7 +137,7 @@ _gdk_x11_convert_grab_status (gint status)
return 0;
}
-/**
+/*
* _gdk_x11_window_grab_check_unmap:
* @window: a #GdkWindow
* @serial: serial from Unmap event (or from NextRequest(display)
@@ -169,7 +169,7 @@ _gdk_x11_window_grab_check_unmap (GdkWindow *window,
g_list_free (devices);
}
-/**
+/*
* _gdk_x11_window_grab_check_destroy:
* @window: a #GdkWindow
*
diff --git a/gtk/deprecated/gtkstock.h b/gtk/deprecated/gtkstock.h
index 13099c8..e02115b 100644
--- a/gtk/deprecated/gtkstock.h
+++ b/gtk/deprecated/gtkstock.h
@@ -34,7 +34,7 @@
G_BEGIN_DECLS
-/**
+/*
* GtkTranslateFunc:
* @path: The id of the message. In #GtkActionGroup this will be a label
* or tooltip from a #GtkActionEntry.
diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c
index 039bd12..383728d 100644
--- a/gtk/gtkwidget.c
+++ b/gtk/gtkwidget.c
@@ -12381,7 +12381,7 @@ is_my_window (GtkWidget *widget,
return (user_data == widget);
}
-/**
+/*
* _gtk_widget_get_device_window:
* @widget: a #GtkWidget
* @device: a #GdkDevice
@@ -12429,7 +12429,7 @@ list_devices (GtkWidget *widget,
g_list_free (devices);
}
-/**
+/*
* _gtk_widget_list_devices:
* @widget: a #GtkWidget
*
@@ -12499,7 +12499,7 @@ synth_crossing (GtkWidget *widget,
gdk_event_free (event);
}
-/**
+/*
* _gtk_widget_synthesize_crossing:
* @from: the #GtkWidget the virtual pointer is leaving.
* @to: the #GtkWidget the virtual pointer is moving to.
@@ -12806,7 +12806,7 @@ static const GtkWidgetAuxInfo default_aux_info = {
{ 0, 0, 0, 0 }
};
-/**
+/*
* gtk_widget_get_aux_info:
* @widget: a #GtkWidget
* @create: if %TRUE, create the #GtkWidgetAuxInfo-struct if it doesn’t exist
@@ -15545,7 +15545,7 @@ union_with_clip (GtkWidget *widget,
gdk_rectangle_union (&widget_clip, clip, clip);
}
-/**
+/*
* _gtk_widget_set_simple_clip:
* @widget: a #GtkWidget
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]