gtk-doc r677 - in trunk: . tests/gobject/src



Author: stefkost
Date: Mon Feb 16 20:56:55 2009
New Revision: 677
URL: http://svn.gnome.org/viewvc/gtk-doc?rev=677&view=rev

Log:
	* style.css:
	* tests/gobject/src/gobject.c:
	  Also style <note> tags.



Modified:
   trunk/ChangeLog
   trunk/style.css
   trunk/tests/gobject/src/gobject.c

Modified: trunk/style.css
==============================================================================
--- trunk/style.css	(original)
+++ trunk/style.css	Mon Feb 16 20:56:55 2009
@@ -176,15 +176,26 @@
 {
   /* tango:orange 0/1 */
   background: #ffeed9;
-  border: solid 1px #ffb04f;
+  border-color: #ffb04f;
+}
+.note
+{
+  /* FIXME: use a different color */
+  /* tango:orange 0/1 r<->g */
+  background: #eeffd9;
+  border-color: #b0ff4f;
+}
+.note, .warning
+{
   padding: 0.5em;
   border-width: 1px;
+  border-style: solid;
 }
-.warning h3
+.note h3, .warning h3
 {
   margin-top: 0.0em
 }
-.warning p
+.note p, .warning p
 {
   margin-bottom: 0.0em
 }

Modified: trunk/tests/gobject/src/gobject.c
==============================================================================
--- trunk/tests/gobject/src/gobject.c	(original)
+++ trunk/tests/gobject/src/gobject.c	Mon Feb 16 20:56:55 2009
@@ -44,7 +44,9 @@
  * gtkdoc_object_new:
  *
  * Create a new instance
- *
+ * <note><para>
+ *   This will only work if you have called g_type_init() before.
+ * </para></note>
  * Returns: the instance or %NULL in case of an error
  *
  * Since: 0.1



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]