Skip to content

Commit 07e8354

Browse files
committed
unify message style
1 parent bf9d101 commit 07e8354

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tools/jsondocck/src/config.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ use getopts::Options;
44
pub struct Config {
55
/// The directory documentation output was generated in.
66
pub doc_dir: String,
7-
/// The file documentation was generated for, with docck directives to check.
7+
/// The file documentation was generated for, with `jsondocck` directives to check.
88
pub template: String,
99
}
1010

11-
/// Create a Config from a vector of command-line arguments.
11+
/// Create [`Config`] from a vector of command-line arguments.
1212
pub fn parse_config(args: Vec<String>) -> Config {
1313
let mut opts = Options::new();
1414
opts.reqopt("", "doc-dir", "Path to the documentation output directory.", "PATH")

0 commit comments

Comments
 (0)