diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-05-17 14:38:03 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-05-17 14:38:03 +0200 |
| commit | 42afa410ae561eb5b267080d088bca529a5d0b54 (patch) | |
| tree | bdea7348daef7409490ba542f9bdec5d52732d03 /library/src/layout/enum.rs | |
| parent | 8971588486b6ffa9269344b4bda71de86af9d908 (diff) | |
Better documentation outlines
Diffstat (limited to 'library/src/layout/enum.rs')
| -rw-r--r-- | library/src/layout/enum.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/src/layout/enum.rs b/library/src/layout/enum.rs index 0a11a751..f7117574 100644 --- a/library/src/layout/enum.rs +++ b/library/src/layout/enum.rs @@ -11,7 +11,7 @@ use super::GridLayouter; /// /// Displays a sequence of items vertically and numbers them consecutively. /// -/// ## Example +/// ## Example { #example } /// ```example /// Automatically numbered: /// + Preparations @@ -47,7 +47,7 @@ use super::GridLayouter; /// ) /// ``` /// -/// ## Syntax +/// ## Syntax { #syntax } /// This functions also has dedicated syntax: /// /// - Starting a line with a plus sign creates an automatically numbered |
