From 36302e60475e3531d5034fd97cc87aabb9fbd588 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Mon, 13 Jan 2025 00:06:47 +1300 Subject: Documentation improvements --- doc/fl_preferences.html | 54 ++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 42 insertions(+), 12 deletions(-) (limited to 'doc/fl_preferences.html') diff --git a/doc/fl_preferences.html b/doc/fl_preferences.html index 515bb0d..aece3c6 100644 --- a/doc/fl_preferences.html +++ b/doc/fl_preferences.html @@ -42,7 +42,7 @@ -   + Fl_Preferences Pref_Group @@ -79,7 +79,7 @@ Errors -   + char Preference_Error @@ -88,23 +88,20 @@ - + - + - +
Static Functions and Procedures
Protected Attributes
-static const char * newUUID();
-
-function New_UUID
-    return String;
+Node * node;
 
Intentionally left unbound.
-static char remove(ID id_);
+RootNode * rootNode;
 
 Intentionally left unbound.
@@ -112,7 +109,7 @@ static char remove(ID id_); - + +
Functions and Procedures
Constructors
@@ -141,6 +138,7 @@ function From_Filesystem
   
 Fl_Preferences(Fl_Preferences &parent, const char *group);
+
 Fl_Preferences(Fl_Preferences *parent, const char *group);
 
@@ -158,6 +156,7 @@ function In_Memory
   
 Fl_Preferences(Fl_Preferences &parent, int groupIndex);
+
 Fl_Preferences(Fl_Preferences *parent, int groupIndex);
 
@@ -179,6 +178,37 @@ function Root
 
+ + + + + + + + + + + + + + + + +
Static Functions and Procedures
+static const char * newUUID();
+
+function New_UUID
+    return String;
+
+static char remove(ID id_);
+
Intentionally left unbound.
+ + + + + + - + -- cgit
Functions and Procedures
 char clear();
@@ -457,7 +487,7 @@ function Number_Of_Groups
 
 ID id();
 
 Intentionally left unbound.