We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9965c5 commit 3052eafCopy full SHA for 3052eaf
src/main.rs
@@ -1,6 +1,6 @@
1
//!# BashDoc
2
//!
3
-//!A tool for generating documentation/help menu for user defined bash //!functions.
+//!A tool for generating documentation/help menu for user defined bash functions.
4
5
//!## Syntax
6
@@ -56,7 +56,7 @@
56
57
//!```
58
//!bashdoc 1.0
59
-//!Creates a "javadoc" like structure for bash. See github repo //!github.com/dustinknopoff/bashdoc for information on
+//!Creates a "javadoc" like structure for bash. See github repo github.com/dustinknopoff/bashdoc for information on
60
//!formatting.
61
62
//!USAGE:
0 commit comments