]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
afs.c: Improve documentation of score table.
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 9 Mar 2022 21:43:26 +0000 (22:43 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Thu, 24 Mar 2022 19:01:47 +0000 (20:01 +0100)
The text focussed on implementation details rather than describing the
purpose of the table. It was also slightly incorrect because playlists
also use the score tables, albeit in a much simpler way and without
"Gaussian normal distributions".

afs.c

diff --git a/afs.c b/afs.c
index 6d6e67e8d9cac880176da5609dd96e1fe3c9882c..c0632c24d2e770da657e4db35dc0c55f90803a83 100644 (file)
--- a/afs.c
+++ b/afs.c
@@ -39,11 +39,10 @@ enum afs_table_num {
        TBLNUM_AUDIO_FILES,
        /** The table for the paraslash attributes. See \ref attribute.c. */
        TBLNUM_ATTRIBUTES,
-       /**
-        * Paraslash's scoring system is based on Gaussian normal
-        * distributions, and the relevant data is stored in the rbtrees of an
-        * osl table containing only volatile columns. See \ref score.c for
-        * details.
+       /*
+        * Moods and playlists organize the current set of admissible files in
+        * an osl table which contains only volatile columns. Each row consists
+        * of a pointer to an audio file and the score value of this file.
         */
        TBLNUM_SCORES,
        /**