diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-04-01 18:10:56 +0200 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-04-01 18:10:56 +0200 |
| commit | 1ff9504c6b6f4c8bcebb75935b2d999f6c7b018c (patch) | |
| tree | 8aae342f45c24169f0e9da55551e1a2ddca7503f /src/main.c | |
| parent | 2eb59ee61e49b60472f82c000dd4f3536bd1987c (diff) | |
| download | minishell-1ff9504c6b6f4c8bcebb75935b2d999f6c7b018c.tar.gz minishell-1ff9504c6b6f4c8bcebb75935b2d999f6c7b018c.tar.bz2 minishell-1ff9504c6b6f4c8bcebb75935b2d999f6c7b018c.zip | |
Norm compliant comment format, dirty script for doxygen comments
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
