chiark / gitweb /
64-bit macos fix
[disorder] / lib / memgc.c
index 3df46213a0d58474e92ecd0ab0579483003458e6..4b7dabeb9f8097263acea3ccfc3e7270fe2e1836 100644 (file)
@@ -15,6 +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/memgc.c
+ * @brief Memory management with garbage collection
+ */
 
 #define GC 1
 #include "mem.c"