Docs: Don't use note elements

In most cases, the text itself makes the message clear enough.
This commit is contained in:
Matthias Clasen
2014-02-02 01:22:14 -05:00
parent 30cc1512e6
commit 245c385ae7
21 changed files with 61 additions and 110 deletions

View File

@ -32,7 +32,7 @@
* should be displayed only by the applications that have
* registered it.
*
* <note><para>The recently used files list is per user.</para></note>
* The recently used files list is per user.
*
* The #GtkRecentManager acts like a database of all the recently
* used files. You can create new #GtkRecentManager objects, but
@ -78,9 +78,9 @@
* A #GtkRecentManager is the model used to populate the contents of
* one, or more #GtkRecentChooser implementations.
*
* <note><para>The maximum age of the recently used files list is
* Note that the maximum age of the recently used files list is
* controllable through the #GtkSettings:gtk-recent-files-max-age
* property.</para></note>
* property.
*
* Recently used files are supported since GTK+ 2.10.
*/