From 4a6ac884b50b7103b41a39800d16ef785e365245 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 4 Jan 2024 10:13:50 +0100 Subject: meta: credit me as the author. Signed-off-by: Amlal El Mahrouss --- CompilerDriver/cpp.cc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CompilerDriver/cpp.cc') diff --git a/CompilerDriver/cpp.cc b/CompilerDriver/cpp.cc index 6986e27..29507b7 100644 --- a/CompilerDriver/cpp.cc +++ b/CompilerDriver/cpp.cc @@ -13,6 +13,10 @@ #include #include +// @author Amlal El Mahrouss (amlel) +// @file cpp.cc +// @brief C Preprocessor. + typedef Int32(*cpp_parser_fn_t)(std::string& line, std::ifstream& hdr_file, std::ofstream& pp_out); ///////////////////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3