aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 1e42b87..233333d 100644
--- a/src/main.c
+++ b/src/main.c
@@ -10,7 +10,7 @@
/* */
/* ************************************************************************** */
-/**
+/*
** \file main.c
** \brief Minishell entrypoint
*/
@@ -19,7 +19,7 @@
#include "ast.h"
#include "eval.h"
-/**
+/*
** \brief Program entrypoint
** \param argc Number of arguments in `argv`
** \param argv Array of string, argument of the program