aboutsummaryrefslogtreecommitdiffstats
path: root/src/gc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gc.cpp')
-rw-r--r--src/gc.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gc.cpp b/src/gc.cpp
index 3964324..9e964b4 100644
--- a/src/gc.cpp
+++ b/src/gc.cpp
@@ -15,6 +15,10 @@
* along with Tuplr. If not, see <http://www.gnu.org/licenses/>.
*/
+/** @file
+ * @brief Garbage collection
+ */
+
#include <cassert>
#include <set>
#include <iostream>