We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc7c99e commit 6a4351fCopy full SHA for 6a4351f
1 file changed
crates/docmodel/src/document.rs
@@ -51,9 +51,8 @@ pub struct Document {
51
52
/// Arbitrary document metadata.
53
/// This has no effect on tectonic's build process.
54
- /// Rather, allows users to add easily-accessible information to their documents.
55
- ///
56
- /// Tectonic's `show metadata` command displays this information.
+ /// Rather, allows users to add easily-accessible information to their documents,
+ /// which may be read by external tools.
57
pub metadata: Option<toml::Value>,
58
59
/// The document name. This will be used to name build artifacts and the
0 commit comments