diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-05-17 14:39:47 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-05-17 14:39:47 +0200 |
| commit | 46aace78ac4ac1c075b9b1670dbb7372df1a0a82 (patch) | |
| tree | e093f81284ffc6a5150a18bdd338da75c368120c /library/src | |
| parent | 42afa410ae561eb5b267080d088bca529a5d0b54 (diff) | |
Search keywords
Diffstat (limited to 'library/src')
| -rw-r--r-- | library/src/meta/outline.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/src/meta/outline.rs b/library/src/meta/outline.rs index 2c51539d..a45b2a34 100644 --- a/library/src/meta/outline.rs +++ b/library/src/meta/outline.rs @@ -49,6 +49,7 @@ use crate::text::{LinebreakElem, SpaceElem, TextElem}; /// /// Display: Outline /// Category: meta +/// Keywords: Table of Contents #[element(Show, Finalize, LocalName)] pub struct OutlineElem { /// The title of the outline. |
