Cleanup
authorMatthias Clasen <mclasen@redhat.com>
Thu, 30 Mar 2006 19:58:01 +0000 (19:58 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 30 Mar 2006 19:58:01 +0000 (19:58 +0000)
2006-03-30  Matthias Clasen  <mclasen@redhat.com>

* glib/tmpl/messages.sgml: Cleanup

* glib/tmpl/memory_slices.sgml: Adapt to a parameter name change

* glib/tmpl/linked_lists_double.sgml: Document g_list_free1

docs/reference/ChangeLog
docs/reference/glib/tmpl/memory_slices.sgml
docs/reference/glib/tmpl/messages.sgml

index e969d60..4f83744 100644 (file)
@@ -1,5 +1,9 @@
 2006-03-30  Matthias Clasen  <mclasen@redhat.com>
 
+       * glib/tmpl/messages.sgml: Cleanup
+
+       * glib/tmpl/memory_slices.sgml: Adapt to a parameter name change
+
        * glib/tmpl/linked_lists_double.sgml: Document g_list_free1
 
 2006-03-27  Matthias Clasen  <mclasen@redhat.com>
index 05ed04e..dd3308a 100644 (file)
@@ -193,10 +193,8 @@ Note that the exact release behaviour can be changed with the
 </para>
 
 @type: the type of the block to free, typically a structure name
-@mem: 
+@mem: a pointer to the block to free
 @Since: 2.10
-<!-- # Unused Parameters # -->
-@mem_block: a pointer to the block to free
 
 
 <!-- ##### MACRO g_slice_free_chain ##### -->
index cfd7109..04d7c7c 100644 (file)
@@ -115,23 +115,6 @@ A convenience function/macro to log a normal message.
 </para>
 
 @...: format string, followed by parameters to insert into the format string (as with printf())
-@...: 
-@...: 
-@...:
-
-@...:
-
-@...:
-
-@...:
-
-@...:
-
-@...:
-
-@...:
-
-@...: 
 
 
 <!-- ##### MACRO g_warning ##### -->
@@ -140,23 +123,6 @@ A convenience function/macro to log a warning message.
 </para>
 
 @...: format string, followed by parameters to insert into the format string (as with printf())
-@...: 
-@...: 
-@...:
-
-@...:
-
-@...:
-
-@...:
-
-@...:
-
-@...:
-
-@...:
-
-@...: 
 
 
 <!-- ##### MACRO g_critical ##### -->
@@ -169,23 +135,6 @@ example.
 </para>
 
 @...: format string, followed by parameters to insert into the format string (as with printf())
-@...: 
-@...: 
-@...:
-
-@...:
-
-@...:
-
-@...:
-
-@...:
-
-@...:
-
-@...:
-
-@...: 
 
 
 <!-- ##### MACRO g_error ##### -->
@@ -198,24 +147,7 @@ expect. Using this function indicates a bug in your program, i.e. an
 assertion failure.
 </para>
 
-@...: the parameters to insert into the format string.
-@...: 
-@...: 
-@...:
-
-@...:
-
-@...:
-
-@...:
-
-@...:
-
-@...:
-
-@...:
-
-@...: 
+@...: format string, followed by parameters to insert into the format string (as with printf())
 
 
 <!-- ##### MACRO g_debug ##### -->
@@ -224,24 +156,7 @@ A convenience function/macro to log a debug message.
 </para>
 
 @...: format string, followed by parameters to insert into the format string (as with printf())
-
-@...:
-
-@...:
-
-@...:
-
-@...:
-
-@...:
-
-@...:
-
-@...: 
 @Since: 2.6
-@...: 
-@...: 
-@...:
 
 
 <!-- ##### FUNCTION g_log_set_handler ##### -->