Minor documentation fixes.
authorClaudio Saavedra <csaavedra@igalia.com>
Sat, 13 Jun 2009 14:32:50 +0000 (17:32 +0300)
committerClaudio Saavedra <csaavedra@igalia.com>
Sat, 13 Jun 2009 14:32:50 +0000 (17:32 +0300)
* hildon/hildon-main.c: Minor documentation fixes.

ChangeLog
hildon/hildon-main.c

index aeb2f0f..9992b2e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
 2009-06-13  Claudio Saavedra  <csaavedra@igalia.com>
 
+       * hildon/hildon-main.c: Minor documentation fixes.
+
+2009-06-13  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * doc/hildon-sections.txt:
+       * hildon/hildon-defines.h: Document the defines, organize them,
+       and mark deprecations as such.
+
+       Fixes: MB#4463 (Hildon size #defines are undocumented)
+
+2009-06-13  Claudio Saavedra  <csaavedra@igalia.com>
+
        * hildon/hildon-animation-actor.c:
        * hildon/hildon-app-menu.c:
        * hildon/hildon-button.c:
index 4713af9..194af14 100644 (file)
  *
  * Before using Hildon, you need to initialize it; initialization connects
  * to the window system display, and parses some standard command line
- * arguments. See also gtk_init () to know more details on this topic.
+ * arguments. See also gtk_init() to know more details on this topic.
  *
- * Hildon should be initialized by using hildon_gtk_init (). Notice this function
- * also initialize gtk by calling gtk_init (). In case you need a customized
- * initialization of GTK+ library you could use hildon_init () after the
+ * Hildon should be initialized by using hildon_gtk_init(). Notice this function
+ * also initialize gtk by calling gtk_init(). In case you need a customized
+ * initialization of GTK+ library you could use hildon_init() after the
  * customized GTK+ initialization.
  *
  * <example>