Added some dartdocs

Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
2026-03-17 11:20:04 +01:00
parent 7c0abd200d
commit 552a80ecc8
3 changed files with 16 additions and 4 deletions

View File

@@ -1,6 +1,7 @@
/// Support for doing something awesome.
/// Entry point for the sound synthesis module of Wolf3D.
///
/// More dartdocs go here.
/// This library provides access to audio functionalities, primarily by exporting
/// the [WolfAudio] class.
library;
export 'src/synth/wolf_3d_audio.dart' show WolfAudio;