chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Suppress no-collection log message for scratches
[disorder]
/
lib
/
vector.c
diff --git
a/lib/vector.c
b/lib/vector.c
index 6803a14483428728b7e26645a9528e3987ac9c33..4d798f1b31037554a22a466a1271e8cb1f1e8bba 100644
(file)
--- a/
lib/vector.c
+++ b/
lib/vector.c
@@
-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>