From 7d8b67518c7572872da35cb2270419c04f0f19b1 Mon Sep 17 00:00:00 2001
From: Matthias Benkard <mulk@minimulk.mst-plus>
Date: Sun, 31 Aug 2008 14:37:25 +0200
Subject: Documentation: Various improvements.

---
 MLKCharacter.h            | 5 ++++-
 NaturalDocs/Languages.txt | 2 +-
 NaturalDocs/Menu.txt      | 4 +++-
 NaturalDocs/Topics.txt    | 2 +-
 4 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/MLKCharacter.h b/MLKCharacter.h
index 4d2c666..28f7cc7 100644
--- a/MLKCharacter.h
+++ b/MLKCharacter.h
@@ -101,9 +101,12 @@ A character. */
 */
 +(unichar) lowercaseCharForChar:(unichar)ch;
 
+
+/*** Section: Comparing Characters ***/
+
 /* Function: -isEqual:
 
-  Test whether two <MLKCharacter>s represent the same character.
+  Test whether two <MLKCharacters> represent the same character.
 */
 -(BOOL) isEqual:(id)thing;
 @end
diff --git a/NaturalDocs/Languages.txt b/NaturalDocs/Languages.txt
index 081a95c..de98ba5 100644
--- a/NaturalDocs/Languages.txt
+++ b/NaturalDocs/Languages.txt
@@ -1,4 +1,4 @@
-Format: Development Release 12-07-2007 (1.35 base)
+Format: 1.4
 
 # This is the Natural Docs languages file for this project.  If you change
 # anything here, it will apply to THIS PROJECT ONLY.  If you'd like to change
diff --git a/NaturalDocs/Menu.txt b/NaturalDocs/Menu.txt
index 7d7b433..a606283 100644
--- a/NaturalDocs/Menu.txt
+++ b/NaturalDocs/Menu.txt
@@ -1,4 +1,4 @@
-Format: Development Release 12-07-2007 (1.35 base)
+Format: 1.4
 
 
 # You can add a title and sub-title to your menu like this:
@@ -47,6 +47,8 @@ Format: Development Release 12-07-2007 (1.35 base)
 
 
 File: functions.h  (functions.h)
+File: MLKBinding  (MLKBinding.h)
+File: MLKCharacter  (MLKCharacter.h)
 File: MLKCons  (MLKCons.h)
 
 Group: Index  {
diff --git a/NaturalDocs/Topics.txt b/NaturalDocs/Topics.txt
index caaa009..b1a9b93 100644
--- a/NaturalDocs/Topics.txt
+++ b/NaturalDocs/Topics.txt
@@ -1,4 +1,4 @@
-Format: Development Release 12-07-2007 (1.35 base)
+Format: 1.4
 
 # This is the Natural Docs topics file for this project.  If you change anything
 # here, it will apply to THIS PROJECT ONLY.  If you'd like to change something
-- 
cgit v1.2.3