mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 23:02:31 +00:00
docs: Link out to the crate_ macros
This commit is contained in:
parent
26bbe606d3
commit
e3da325b5a
1 changed files with 4 additions and 0 deletions
|
@ -106,6 +106,8 @@ impl<'help> App<'help> {
|
||||||
/// name will only be displayed to the user when they request to print
|
/// name will only be displayed to the user when they request to print
|
||||||
/// version or help and usage information.
|
/// version or help and usage information.
|
||||||
///
|
///
|
||||||
|
/// See also [`app_from_crate!!`](crate::app_from_crate!) and [`crate_name!`](crate::crate_name!).
|
||||||
|
///
|
||||||
/// # Examples
|
/// # Examples
|
||||||
///
|
///
|
||||||
/// ```no_run
|
/// ```no_run
|
||||||
|
@ -911,6 +913,8 @@ impl<'help> App<'help> {
|
||||||
/// **NOTE:** Only `App::about` (short format) is used in completion
|
/// **NOTE:** Only `App::about` (short format) is used in completion
|
||||||
/// script generation in order to be concise.
|
/// script generation in order to be concise.
|
||||||
///
|
///
|
||||||
|
/// See also [`crate_description!`](crate::crate_description!).
|
||||||
|
///
|
||||||
/// # Examples
|
/// # Examples
|
||||||
///
|
///
|
||||||
/// ```no_run
|
/// ```no_run
|
||||||
|
|
Loading…
Reference in a new issue