Skip to content

Commit

Permalink
Add comments for files i worked on
Browse files Browse the repository at this point in the history
  • Loading branch information
mifka01 committed Dec 4, 2023
1 parent 4fff80f commit 5770590
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
##
# File: Makefile
# Author: Jaroslav Louma ([email protected])
# Author: Radim Mifka ([email protected])
# Date: 2023-09-01
# Brief: This file is part of the IFJ23 project.
##
Expand Down
3 changes: 2 additions & 1 deletion include/compiler/parser/ASTNodes.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
* @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.
* @author Radim Mifka <[email protected]>
* @brief Header file for abstract syntax tree nodes.
* @copyright Copyright (c) 2023
*/

Expand Down
5 changes: 3 additions & 2 deletions src/compiler/parser/ASTNodes.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
/**
* @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.
* @author Veronika Krobotová <[email protected]>
* @author Radim Mifka <[email protected]>
* @brief Implementation of nodes for abstract syntax tree.
* @copyright Copyright (c) 2023
*/

Expand Down
3 changes: 2 additions & 1 deletion src/compiler/parser/Parser.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
/**
* @file src/compiler/parser/Parser.c
* @author Jaroslav Louma <[email protected]>
* @brief This file is part of the IFJ23 project.
* @author Radim Mifka <[email protected]>
* @brief Implemetation of recusive descent parser.
* @copyright Copyright (c) 2023
*/

Expand Down
3 changes: 2 additions & 1 deletion src/internal/Array.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
/**
* @file src/internal/Array.c
* @author Jaroslav Louma <[email protected]>
* @brief This file is part of the IFJ23 project.
* @author Radim Mifka <[email protected]>
* @brief Implementation of String data structure.
* @copyright Copyright (c) 2023
*/

Expand Down
3 changes: 2 additions & 1 deletion src/internal/String.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
/**
* @file src/internal/String.c
* @author Jaroslav Louma <[email protected]>
* @brief This file is part of the IFJ23 project.
* @author Radim Mifka <[email protected]>
* @brief Implementation of String data structure.
* @copyright Copyright (c) 2023
*/

Expand Down

0 comments on commit 5770590

Please sign in to comment.