chiark / gitweb /
disorder-playrtp now releases its lock around activate/deactivate
[disorder] / lib / vector.c
index 6803a14483428728b7e26645a9528e3987ac9c33..4d798f1b31037554a22a466a1271e8cb1f1e8bba 100644 (file)
@@ -15,7 +15,9 @@
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
-
+/** @file lib/vector.c
+ * @brief Dynamic array utilities
+ */
 #include "common.h"
 
 #include <stddef.h>