ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
sh_strip_t Struct Reference

Mutable state threaded through the XHTML strip. More...

Data Fields

size_t pos
 Bytes written to out.
bool at_break
 Suppress a leading space (post-break).
int suppress
 >0 inside head/title/style/script.

Detailed Description

Mutable state threaded through the XHTML strip.

Definition at line 185 of file sh_book.c.

Field Documentation

◆ at_break

bool sh_strip_t::at_break

Suppress a leading space (post-break).

Definition at line 187 of file sh_book.c.

Referenced by sh_strip_break(), and sh_strip_text().

◆ pos

size_t sh_strip_t::pos

Bytes written to out.

Definition at line 186 of file sh_book.c.

Referenced by sh_strip_break(), sh_strip_text(), and sh_strip_xhtml().

◆ suppress

int sh_strip_t::suppress

>0 inside head/title/style/script.

Definition at line 188 of file sh_book.c.

Referenced by sh_strip_tag(), and sh_strip_xhtml().


The documentation for this struct was generated from the following file:
  • examples/ek_ra8d2/hil_needs_revalidation/ereader_shelf/src/sh_book.c