aboutsummaryrefslogtreecommitdiffstats
path: root/src/llvm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/llvm.cpp')
-rw-r--r--src/llvm.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/llvm.cpp b/src/llvm.cpp
index b5e397e..b89973d 100644
--- a/src/llvm.cpp
+++ b/src/llvm.cpp
@@ -15,6 +15,10 @@
* along with Tuplr. If not, see <http://www.gnu.org/licenses/>.
*/
+/** @file
+ * @brief Compile AST to LLVM IR
+ */
+
#include <map>
#include <sstream>
#include <boost/format.hpp>