Fix doc comment of BuildConfig::create_missing (#1104)
This commit is contained in:
parent
7def6d70e8
commit
49b7f08164
1 changed files with 1 additions and 1 deletions
|
|
@ -414,7 +414,7 @@ impl Default for BookConfig {
|
||||||
pub struct BuildConfig {
|
pub struct BuildConfig {
|
||||||
/// Where to put built artefacts relative to the book's root directory.
|
/// Where to put built artefacts relative to the book's root directory.
|
||||||
pub build_dir: PathBuf,
|
pub build_dir: PathBuf,
|
||||||
/// Should non-existent markdown files specified in `SETTINGS.md` be created
|
/// Should non-existent markdown files specified in `SUMMARY.md` be created
|
||||||
/// if they don't exist?
|
/// if they don't exist?
|
||||||
pub create_missing: bool,
|
pub create_missing: bool,
|
||||||
/// Should the default preprocessors always be used when they are
|
/// Should the default preprocessors always be used when they are
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue