From 941099778b59da6b904c284e8a82affe4766124b Mon Sep 17 00:00:00 2001 From: Charles Date: Mon, 30 Mar 2020 22:27:16 +0200 Subject: Added doc --- src/builtin/export.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/builtin/export.c') diff --git a/src/builtin/export.c b/src/builtin/export.c index df27655..77d46c1 100644 --- a/src/builtin/export.c +++ b/src/builtin/export.c @@ -1,3 +1,8 @@ +/** +** \file export.c +** \brief `export` builtin +*/ + #include "minishell.h" /* int ms_export(t_env env, char **argv) */ -- cgit