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 --- src/parse/lexer.c | 2 +- src/parse/parse.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/parse') diff --git a/src/parse/lexer.c b/src/parse/lexer.c index 57ecdf7..74a3bd4 100644 --- a/src/parse/lexer.c +++ b/src/parse/lexer.c @@ -1,4 +1,4 @@ -/** +/* ** \file lexer.c ** \brief Lexer */ diff --git a/src/parse/parse.c b/src/parse/parse.c index c99f0fe..ed1aa28 100644 --- a/src/parse/parse.c +++ b/src/parse/parse.c @@ -1,4 +1,4 @@ -/** +/* ** \file parse.c ** \brief Parser */ -- cgit