diff options
| author | Laurenz <laurmaedje@gmail.com> | 2019-02-19 11:31:03 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2019-02-19 11:31:03 +0100 |
| commit | b2ea22b25b060839ef1e5f9fef124dd4ed5b7107 (patch) | |
| tree | bedc6ba0429b065a2651417edc776a0c92eeb64c /src/doc.rs | |
| parent | c8d3ea89cd5badd796d17e83f2fb292210161227 (diff) | |
Vastly improve documentation 📝
Diffstat (limited to 'src/doc.rs')
| -rw-r--r-- | src/doc.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ use crate::parsing::{SyntaxTree, Node}; /// Abstract representation of a complete typesetted document. /// -/// This abstract thing can then be serialized into a specific format like PDF. +/// This abstract thing can then be serialized into a specific format like _PDF_. #[derive(Debug, Clone, PartialEq)] pub struct Document { /// The pages of the document. |
