Improve target documentations

This commit is contained in:
Malo 2025-06-26 20:06:16 +01:00
parent 54809020bf
commit 44bb2da462

View File

@ -452,10 +452,10 @@ display_possible_values!(OutputFormat);
/// The target to compile for.
#[derive(Debug, Default, Copy, Clone, Eq, PartialEq, Ord, PartialOrd, ValueEnum)]
pub enum Target {
/// The target that is used for paged, fully laid-out content.
/// PDF and image formats.
#[default]
Paged,
/// The target that is used for HTML export.
/// HTML.
Html,
}