Skip to content

Commit

Permalink
Added Nit about doc markdown being mdBook compatiable. (#1513)
Browse files Browse the repository at this point in the history
  • Loading branch information
wawel37 authored Aug 12, 2024
1 parent 8765b41 commit a3c269d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extensions/scarb-doc/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const OUTPUT_DIR: &str = "doc";
#[derive(Default, Debug, Clone, clap::ValueEnum)]
enum OutputFormat {
/// Generates documentation in Markdown format.
/// Generated files are fully compatible with mdBook. For more information visit https://rust-lang.github.io/mdBook.
#[default]
Markdown,
/// Saves information collected from packages in JSON format instead of generating
Expand Down

0 comments on commit a3c269d

Please sign in to comment.