Merge pull request #809 from hikarinotomadoi/fix-documentation-comments-for-HtmlConfig

Improve documentation comments
This commit is contained in:
Michael Bryan 2018-10-23 19:15:51 +08:00 committed by GitHub
commit 7ac3e50b37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -436,7 +436,7 @@ pub struct HtmlConfig {
/// This config item *should not be edited* by the end user.
#[doc(hidden)]
pub livereload_url: Option<String>,
/// Should section labels be rendered?
/// Don't render section labels.
pub no_section_label: bool,
/// Search settings. If `None`, the default will be used.
pub search: Option<Search>,