summaryrefslogtreecommitdiff
path: root/src/core/program.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/program.cpp')
-rw-r--r--src/core/program.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/program.cpp b/src/core/program.cpp
index 72c7553..1dc7d62 100644
--- a/src/core/program.cpp
+++ b/src/core/program.cpp
@@ -25,6 +25,11 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+/**
+ * \file core/program.cpp
+ * \brief Program
+ */
+
#include "program.h"
#include "context.h"
#include "compiler.h"