Improve documentation comments

This commit is contained in:
yoshimura masataka 2018-10-23 10:34:14 +09:00
parent e63f53fe47
commit 13a9aab2b2
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>,