* - 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 {
* 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.)
* }
* }
*