From c8f3b02fcf8aad2e105d3360121a6ec47b7b3511 Mon Sep 17 00:00:00 2001 From: DeeJayLSP Date: Thu, 28 Jul 2022 15:34:41 -0300 Subject: Rename every instance of "OGG" to "Ogg" --- .../vorbis/doc_classes/AudioStreamOGGVorbis.xml | 26 ---------------------- .../vorbis/doc_classes/AudioStreamOggVorbis.xml | 26 ++++++++++++++++++++++ .../doc_classes/AudioStreamPlaybackOGGVorbis.xml | 9 -------- .../doc_classes/AudioStreamPlaybackOggVorbis.xml | 9 ++++++++ 4 files changed, 35 insertions(+), 35 deletions(-) delete mode 100644 modules/vorbis/doc_classes/AudioStreamOGGVorbis.xml create mode 100644 modules/vorbis/doc_classes/AudioStreamOggVorbis.xml delete mode 100644 modules/vorbis/doc_classes/AudioStreamPlaybackOGGVorbis.xml create mode 100644 modules/vorbis/doc_classes/AudioStreamPlaybackOggVorbis.xml (limited to 'modules/vorbis/doc_classes') diff --git a/modules/vorbis/doc_classes/AudioStreamOGGVorbis.xml b/modules/vorbis/doc_classes/AudioStreamOGGVorbis.xml deleted file mode 100644 index f87296dcd8..0000000000 --- a/modules/vorbis/doc_classes/AudioStreamOGGVorbis.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - - - - - If [code]true[/code], the stream will automatically loop when it reaches the end. - - - Time in seconds at which the stream starts after being looped. - - - Contains the raw OGG data for this stream. - - - diff --git a/modules/vorbis/doc_classes/AudioStreamOggVorbis.xml b/modules/vorbis/doc_classes/AudioStreamOggVorbis.xml new file mode 100644 index 0000000000..225ea4e6ae --- /dev/null +++ b/modules/vorbis/doc_classes/AudioStreamOggVorbis.xml @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + If [code]true[/code], the stream will automatically loop when it reaches the end. + + + Time in seconds at which the stream starts after being looped. + + + Contains the raw Ogg data for this stream. + + + diff --git a/modules/vorbis/doc_classes/AudioStreamPlaybackOGGVorbis.xml b/modules/vorbis/doc_classes/AudioStreamPlaybackOGGVorbis.xml deleted file mode 100644 index 68aa46147f..0000000000 --- a/modules/vorbis/doc_classes/AudioStreamPlaybackOGGVorbis.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/modules/vorbis/doc_classes/AudioStreamPlaybackOggVorbis.xml b/modules/vorbis/doc_classes/AudioStreamPlaybackOggVorbis.xml new file mode 100644 index 0000000000..0879c773ac --- /dev/null +++ b/modules/vorbis/doc_classes/AudioStreamPlaybackOggVorbis.xml @@ -0,0 +1,9 @@ + + + + + + + + + -- cgit v1.2.3