]> Kevux Git Server - fll/commitdiff
Cleanup: f_fss_item_t documentation.
authorKevin Day <Kevin@kevux.org>
Thu, 7 Nov 2024 02:20:18 +0000 (20:20 -0600)
committerKevin Day <Kevin@kevux.org>
Thu, 7 Nov 2024 02:20:18 +0000 (20:20 -0600)
level_0/f_fss/c/fss/item.h

index 3bd8c734b4f53c5fff118616b979dace58c5e6af..3306f5486fe529a4cc0453d0ad50dc2050aa3549 100644 (file)
@@ -31,7 +31,7 @@ extern "C" {
  *   - object:  The Object.
  *   - close:   The range representing where the Object closes for standards that require closing characters (such as after the Content).
  *   - content: The Content associated with the Object.
- *   - parent:  A location referencing a parrent Object or Content that this Object Content is nested under.
+ *   - parent:  A location referencing a parent Object or Content that this Object Content is nested under.
  */
 #ifndef _di_f_fss_item_t_
   typedef struct {
@@ -63,14 +63,18 @@ extern "C" {
  *     fss_basic_content before nested content.
  *     nested_1 {
  *        Nested content one.
+ *        (Parent is object.)
  *     }
  *
  *     More content in between.
  *
  *     nested_2 {
  *        Nested content two.
+ *        (Parent is object.)
+ *
  *        nested_3 {
  *          Nested content three.
+ *          (Parent is nested_2.)
  *        }
  *     }
  *