Fix documentation warnings

gobject-introspection now emits many more warnings for malformed
comments, and they fail the build.

https://bugzilla.gnome.org/show_bug.cgi?id=673656
This commit is contained in:
Giovanni Campagna
2012-04-06 16:34:52 +02:00
parent b095319a16
commit 55a4517cd1
22 changed files with 39 additions and 67 deletions

View File

@ -141,7 +141,7 @@ shell_wm_completed_switch_workspace (ShellWM *wm)
}
/**
* shell_wm_completed_minimize
* shell_wm_completed_minimize:
* @wm: the ShellWM
* @actor: the MetaWindowActor actor
*
@ -155,7 +155,7 @@ shell_wm_completed_minimize (ShellWM *wm,
}
/**
* shell_wm_completed_maximize
* shell_wm_completed_maximize:
* @wm: the ShellWM
* @actor: the MetaWindowActor actor
*
@ -169,7 +169,7 @@ shell_wm_completed_maximize (ShellWM *wm,
}
/**
* shell_wm_completed_unmaximize
* shell_wm_completed_unmaximize:
* @wm: the ShellWM
* @actor: the MetaWindowActor actor
*
@ -183,7 +183,7 @@ shell_wm_completed_unmaximize (ShellWM *wm,
}
/**
* shell_wm_completed_map
* shell_wm_completed_map:
* @wm: the ShellWM
* @actor: the MetaWindowActor actor
*
@ -197,7 +197,7 @@ shell_wm_completed_map (ShellWM *wm,
}
/**
* shell_wm_completed_destroy
* shell_wm_completed_destroy:
* @wm: the ShellWM
* @actor: the MetaWindowActor actor
*