📝 Retoca documentación generada para los ajustes
This commit is contained in:
parent
ef8d16f41f
commit
c680b94995
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ pub static CONFIG_VALUES: LazyLock<ConfigBuilder<DefaultState>> = LazyLock::new(
|
||||||
macro_rules! include_config {
|
macro_rules! include_config {
|
||||||
( $SETTINGS_NAME:ident : $Settings_Type:ty => [ $( $k:literal => $v:expr ),* $(,)? ] ) => {
|
( $SETTINGS_NAME:ident : $Settings_Type:ty => [ $( $k:literal => $v:expr ),* $(,)? ] ) => {
|
||||||
#[doc = concat!(
|
#[doc = concat!(
|
||||||
"Referencia a los ajustes de configuración deserializados de [`",
|
"Referencia y valores por defecto de los ajustes de configuración para [`",
|
||||||
stringify!($Settings_Type),
|
stringify!($Settings_Type),
|
||||||
"`]."
|
"`]."
|
||||||
)]
|
)]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue