]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
afs
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 11 Jun 2025 17:22:34 +0000 (19:22 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Wed, 11 Jun 2025 17:22:34 +0000 (19:22 +0200)
afs.c
afs.h

diff --git a/afs.c b/afs.c
index 32b3c5da329a5b3e34e7d2d1c125dc4d72e417d1..f918042dafd23c0a8cab94520c4b00d8a7ecfbd1 100644 (file)
--- a/afs.c
+++ b/afs.c
@@ -1,7 +1,7 @@
 /* Copyright (C) 2007 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /**
- * \file afs.c Paraslash's audio file selector (afs).
+ * \file afs.c The implementation of the audio file selector.
  *
  * The functions of this file execute either in afs or in command handler
  * process context where the afs and the command handler processes are siblings
diff --git a/afs.h b/afs.h
index ee48e06fae432452773acc5d4aac478883a5a55a..1902995bd8088d65be1ee4c54a77342f31c23cfe 100644 (file)
--- a/afs.h
+++ b/afs.h
@@ -1,15 +1,15 @@
 /* Copyright (C) 2007 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
-/** \file afs.h The the audio file selector.
+/** \file afs.h The audio file selector API.
  *
  * The code of the audio file selector (afs) is distributed across several
  * source files, which results in a rather large set of non-static functions
  * and variables with intricate inter-dependencies.
  *
  * The central file is \ref afs.c, which contains the afs init and shutdown
- * functions and the table-independent code. Other source files whose object
- * files become part of afs are \ref attribute.c, \ref aft.c, \ref score.c,
- * \ref mood.c, \ref playlist.c and \ref blob.c.
+ * functions and the table-independent code. Other source files which include
+ * this header and whose object files become part of afs are \ref attribute.c,
+ * \ref aft.c, \ref score.c, \ref mood.c, \ref playlist.c and \ref blob.c.
  *
  * There is only this single header file for the afs API. All non-static
  * symbols of the source files listed above are declared here.