From f706d4e8e6d925ce1f461e4712b2e8329d2f7292 Mon Sep 17 00:00:00 2001 From: Hans Dijkema Date: Sat, 16 May 2026 10:24:48 +0200 Subject: [PATCH] Order of documentation and audio-decoder. --- scrbl/racket-audio.scrbl | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/scrbl/racket-audio.scrbl b/scrbl/racket-audio.scrbl index 09135aa..7e13ed0 100644 --- a/scrbl/racket-audio.scrbl +++ b/scrbl/racket-audio.scrbl @@ -23,12 +23,13 @@ @include-section["taglib.scrbl"] @include-section["play-test.scrbl"] @include-section["audio-placed-player.scrbl"] +@include-section["audio-decoder.scrbl"] +@include-section["libao-async-ffi-racket.scrbl"] +@include-section["flac-decoder.scrbl"] +@include-section["mp3-decoder.scrbl"] @include-section["ffmpeg-decoder.scrbl"] +@include-section["libao.scrbl"] @include-section["ffmpeg-definitions.scrbl"] @include-section["ffmpeg-ffi.scrbl"] -@include-section["flac-decoder.scrbl"] -@include-section["libao.scrbl"] -@include-section["libao-async-ffi-racket.scrbl"] -@include-section["mp3-decoder.scrbl"] -' + @index-section[] \ No newline at end of file