mirror of
https://github.com/alexpasmantier/television.git
synced 2025-06-06 19:45:23 +00:00
docs: improve documentation
This commit is contained in:
parent
dbff3a330b
commit
b12d301f8b
@ -80,6 +80,8 @@ impl Default for CableChannelPrototype {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// The default delimiter to use for the preview command to use to split
|
||||||
|
/// entries into multiple referenceable parts.
|
||||||
#[allow(clippy::unnecessary_wraps)]
|
#[allow(clippy::unnecessary_wraps)]
|
||||||
fn default_delimiter() -> Option<String> {
|
fn default_delimiter() -> Option<String> {
|
||||||
Some(DEFAULT_DELIMITER.to_string())
|
Some(DEFAULT_DELIMITER.to_string())
|
||||||
@ -107,9 +109,13 @@ impl Deref for CableChannels {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// A default cable channels specification that is compiled into the
|
||||||
|
/// application.
|
||||||
#[cfg(unix)]
|
#[cfg(unix)]
|
||||||
const DEFAULT_CABLE_CHANNELS_FILE: &str =
|
const DEFAULT_CABLE_CHANNELS_FILE: &str =
|
||||||
include_str!("../../../cable/unix-channels.toml");
|
include_str!("../../../cable/unix-channels.toml");
|
||||||
|
/// A default cable channels specification that is compiled into the
|
||||||
|
/// application.
|
||||||
#[cfg(not(unix))]
|
#[cfg(not(unix))]
|
||||||
const DEFAULT_CABLE_CHANNELS_FILE: &str =
|
const DEFAULT_CABLE_CHANNELS_FILE: &str =
|
||||||
include_str!("../../cable/windows-channels.toml");
|
include_str!("../../cable/windows-channels.toml");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user