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

A preserved CSS stylesheet and the chapter it scopes to. More...

#include <book.h>

Data Fields

uint32_t source_off
 String-pool offset of the verbatim CSS text.
uint32_t scope_chapter
 Chapter index this applies to, or nil (= all).

Detailed Description

A preserved CSS stylesheet and the chapter it scopes to.

source_off points at the verbatim stylesheet text so the CSS cascade engine receives the real rules. scope_chapter is a chapter index, or k_book_nil for a book-wide stylesheet.

Since
Version 0.1.0

Definition at line 332 of file book.h.

Field Documentation

◆ scope_chapter

uint32_t book_stylesheet_t::scope_chapter

Chapter index this applies to, or nil (= all).

Definition at line 334 of file book.h.

Referenced by ra8_rabook_add_stylesheet().

◆ source_off

uint32_t book_stylesheet_t::source_off

String-pool offset of the verbatim CSS text.

Definition at line 333 of file book.h.

Referenced by ra8_rabook_add_stylesheet().


The documentation for this struct was generated from the following file:
  • apps/shared_libs/book/inc/book.h