Revert "docs: Fix broken gtk-doc formatting"

This reverts commit a7562dd38f.

I prefer to not confuse gtk-doc with doc comments for private
functions.
This commit is contained in:
Matthias Clasen
2014-08-18 08:17:49 -04:00
parent a7562dd38f
commit c9da8bf2b3
5 changed files with 10 additions and 10 deletions

View File

@ -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
*