Fix a few broken docs links

v5-api
Dominik Nakamura 2 years ago
parent 2a3f0b8e61
commit 4550724a70
No known key found for this signature in database
GPG Key ID: E4C6A749B2491910

@ -58,7 +58,7 @@ impl<'a> Inputs<'a> {
///
/// - `input_name`: Name of the input to get the settings of.
///
/// [`get_input_default_settings`](Inputs::get_input_default_settings)
/// [`get_input_default_settings`]: Inputs::get_input_default_settings
pub async fn get_input_settings<T>(
&self,
input_name: &str,

@ -23,7 +23,7 @@ impl<'a> SceneItems<'a> {
.map(|sil| sil.scene_items)
}
/// Basically GetSceneItemList, but for groups.
/// Basically [`get_scene_item_list`](Self::get_scene_item_list), but for groups.
///
/// Using groups at all in OBS is discouraged, as they are very broken under the hood.
///

Loading…
Cancel
Save