From 1ff9504c6b6f4c8bcebb75935b2d999f6c7b018c Mon Sep 17 00:00:00 2001 From: Charles Date: Wed, 1 Apr 2020 18:10:56 +0200 Subject: Norm compliant comment format, dirty script for doxygen comments --- include/parse.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'include/parse.h') diff --git a/include/parse.h b/include/parse.h index c9710d7..bc86230 100644 --- a/include/parse.h +++ b/include/parse.h @@ -1,22 +1,22 @@ /* ************************************************************************** */ /* */ /* ::: :::::::: */ -/* parse.h :+: :+: :+: */ +/* parse.h :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: cacharle +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/02/28 09:00:00 by cacharle #+# #+# */ -/* Updated: 2020/02/28 14:57:58 by cacharle ### ########.fr */ +/* Updated: 2020/04/01 17:49:45 by charles ### ########.fr */ /* */ /* ************************************************************************** */ -#ifndef MS_PARSE_H -# define MS_PARSE_H +#ifndef PARSE_H +# define PARSE_H # include "minishell.h" # include "ast.h" -/** +/* ** \file parse.h ** \brief Input parsing and AST manipulation ** -- cgit