aboutsummaryrefslogtreecommitdiffstats
path: root/src/gclib.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gclib.cpp')
-rw-r--r--src/gclib.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gclib.cpp b/src/gclib.cpp
index 8c9f140..121e10c 100644
--- a/src/gclib.cpp
+++ b/src/gclib.cpp
@@ -15,6 +15,10 @@
* along with Tuplr. If not, see <http://www.gnu.org/licenses/>.
*/
+/** @file
+ * @brief Garbage collection shared library interface
+ */
+
#include "tuplr.hpp"
#include <stdio.h>
#include <stdlib.h>