summaryrefslogtreecommitdiff
path: root/src/patch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/patch.c')
-rw-r--r--src/patch.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/patch.c b/src/patch.c
index d4e2f8f..5fae2bb 100644
--- a/src/patch.c
+++ b/src/patch.c
@@ -23,6 +23,9 @@
| This is Tranquility Base.
*/
+/** \file patch.c
+ * Apply a delta to an old file to generate a new file. */
+
#include <assert.h>
#include <stdlib.h>
#include <string.h>