diff options
author | Jedidiah Barber <contact@jedbarber.id.au> | 2025-01-13 00:06:47 +1300 |
---|---|---|
committer | Jedidiah Barber <contact@jedbarber.id.au> | 2025-01-13 00:06:47 +1300 |
commit | 36302e60475e3531d5034fd97cc87aabb9fbd588 (patch) | |
tree | fb60f17a16000f91e4fa20ba28e3f908c28aee10 /doc/fl_label.html | |
parent | 7be33a9cec0e67c34b674c5ac32a947e6aa2fce6 (diff) |
Documentation improvements
Diffstat (limited to 'doc/fl_label.html')
-rw-r--r-- | doc/fl_label.html | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/doc/fl_label.html b/doc/fl_label.html index ec078c3..dbdfeae 100644 --- a/doc/fl_label.html +++ b/doc/fl_label.html @@ -46,10 +46,10 @@ <table class="function"> - <tr><th colspan="2">Functions and Procedures</th></tr> + <tr><th colspan="2">Constructors</th></tr> <tr> -<td> </td> +<td>Initialize manually as per any other struct.</td> <td><pre> function Create (Value : in String; @@ -64,6 +64,13 @@ function Create </pre></td> </tr> +</table> + + + +<table class="function"> + <tr><th colspan="2">Functions and Procedures</th></tr> + <tr> <td><pre> Fl_Align align_; |