Fix doc formatting

svn path=/trunk/; revision=18430
This commit is contained in:
Matthias Clasen
2007-07-10 05:40:05 +00:00
parent 095ba92309
commit eac947deea
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2007-07-10 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkrecentmanager.c: Fix some doc formatting
2007-07-10 Matthias Clasen <mclasen@redhat.com> 2007-07-10 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk-builder-convert: Fix a typo * gtk/gtk-builder-convert: Fix a typo

View File

@ -709,7 +709,7 @@ gtk_recent_manager_get_default (void)
* and can be used as long as the screen is open. Do not ref or * and can be used as long as the screen is open. Do not ref or
* unref it. * unref it.
* *
* @Deprecated: 2.12: This function has been deprecated and should * Deprecated: 2.12: This function has been deprecated and should
* not be used in newly written code. Calling this function is * not be used in newly written code. Calling this function is
* equivalent to calling gtk_recent_manager_get_default(). * equivalent to calling gtk_recent_manager_get_default().
* *
@ -732,7 +732,7 @@ gtk_recent_manager_get_for_screen (GdkScreen *screen)
* *
* Since: 2.10 * Since: 2.10
* *
* @Deprecated: 2.12: This function has been deprecated and should * Deprecated: 2.12: This function has been deprecated and should
* not be used in newly written code. Calling this function has * not be used in newly written code. Calling this function has
* no effect. * no effect.
*/ */