X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/e7eb3a2744aa45179daea235800753d3d1955338..317dc3e85395b55ffded6e608eb1b82a788364d9:/lib/memgc.c diff --git a/lib/memgc.c b/lib/memgc.c index 3df4621..4b7dabe 100644 --- a/lib/memgc.c +++ b/lib/memgc.c @@ -15,6 +15,9 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ +/** @file lib/memgc.c + * @brief Memory management with garbage collection + */ #define GC 1 #include "mem.c"