Skip to content

Commit

Permalink
add author to file header
Browse files Browse the repository at this point in the history
  • Loading branch information
Korunka1 committed Dec 4, 2023
1 parent 5e44a99 commit 3f743af
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
1 change: 1 addition & 0 deletions include/compiler/parser/ASTNodes.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* @file include/compiler/parser/ASTNodes.h
* @author Jaroslav Louma <[email protected]>
* @author Veronika Krobotová <[email protected]>
* @brief This file is part of the IFJ23 project.
* @copyright Copyright (c) 2023
*/
Expand Down
20 changes: 10 additions & 10 deletions include/compiler/parser/ExpressionParser.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/**
* @file include/compiler/parser/ExpressionParser.h
* @author Author Name <xlogin00@stud.fit.vutbr.cz>
* @brief This file is part of the IFJ23 project.
* @copyright Copyright (c) 2023
*/

/**
* @file include/compiler/parser/ExpressionParser.h
* @author Veronika Krobotová <xkrobo03@stud.fit.vut.cz>
* @brief This file is part of the IFJ23 project.
* @copyright Copyright (c) 2023
*/

#include "compiler/lexer/Token.h"
#include "compiler/parser/ASTNodes.h"
#include "compiler/parser/Parser.h"
Expand Down Expand Up @@ -96,6 +96,6 @@ bool Expr_Reduce(Array *stack, StackItem *currentToken);
*/
ParserResult __Parser_parseExpression(Parser *parser);

#endif

/** End of file include/compiler/parser/ExpressionParser.h **/
#endif

/** End of file include/compiler/parser/ExpressionParser.h **/
1 change: 1 addition & 0 deletions src/compiler/parser/ASTNodes.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* @file src/compiler/parser/ASTNodes.c
* @author Jaroslav Louma <[email protected]>
* @author Veronika Krobotová <[email protected]>
* @brief This file is part of the IFJ23 project.
* @copyright Copyright (c) 2023
*/
Expand Down

0 comments on commit 3f743af

Please sign in to comment.