- There are groups of entries and the entries themselves. Each entry contains either a string or a number
- (or a boolean value; support for other types of data such as dates or
- timestamps is planned) and is identified by the full path to it: something
- like /MyApp/UserPreferences/Colors/Foreground. The previous elements in the
- path are the group names, and each name may contain an arbitrary number of entries
- and subgroups. The path components are @b always separated with a slash,
+
+ There are groups of entries and the entries themselves. Each entry contains either
+ a string or a number (or a boolean value; support for other types of data such as
+ dates or timestamps is planned) and is identified by the full path to it: something
+ like @c /MyApp/UserPreferences/Colors/Foreground.
+
+ The previous elements in the path are the group names, and each name may
+ contain an arbitrary number of entries and subgroups.
+
+ The path components are @b always separated with a slash,