Move the gestalt_DateTime selector documentation
authorP. F. Chimento <philip.chimento@gmail.com>
Tue, 19 Apr 2011 16:32:08 +0000 (18:32 +0200)
committerP. F. Chimento <philip.chimento@gmail.com>
Tue, 19 Apr 2011 16:32:08 +0000 (18:32 +0200)
All the gestalt selectors should be documented in the same chapter.

docs/reference/chimara-sections.txt
libchimara/doc.c

index 81290f43ed28186a5cdef595518dc25f865f9022..5f6e31e413a30d7a66630f993dd524b5a5786d00 100644 (file)
@@ -137,6 +137,7 @@ gestalt_Hyperlinks
 gestalt_HyperlinkInput
 gestalt_SoundMusic
 gestalt_GraphicsTransparency
+gestalt_DateTime
 </SECTION>
 
 <SECTION>
@@ -564,7 +565,6 @@ glk_date_to_simple_time_local
 <SECTION>
 <FILE>glk-clock-testing</FILE>
 <TITLE>Testing for Clock Capabilities</TITLE>
-gestalt_DateTime
 GLK_MODULE_DATETIME
 </SECTION>
 
index 219992cf22264f6633ec8aecaf8540bf84ff667b..1d99af1faf38b1c3e46eb2d1fa7aa13195b9a29e 100644 (file)
  * SECTION:glk-clock-testing
  * @short_description: Checking whether the library supports the clock functions
  *
- * Before calling Glk date and time functions, you should use the following
- * gestalt selector.
+ * Before calling Glk date and time functions, you should use the
+ * %gestalt_DateTime selector.
  */
  
 /**
  * ]|
  *
  * This returns 1 if the overall suite of system clock functions, as described
- * in this chapter, is available.
+ * in <link linkend="chimara-The-System-Clock">this chapter</link>, is
+ * available.
  *
  * If this selector returns 0, you should not try to call these functions. They
  * may have no effect, or they may cause a run-time error.