Skip to content

Commit 643cfbe

Browse files
committed
doc(drawPatternInDashboard): add missing documentation
1 parent 0eaf1bc commit 643cfbe

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

libs/utilities.h

+9-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,15 @@ typedef struct {
3535
*/
3636
void drawPattern(TGame* pGame, char* pattern);
3737

38-
// TODO
38+
/**
39+
* @brief Draws a specified pattern on a Conway's Game of Life board.
40+
*
41+
* @param pGame Pointer to the Conway's Game of Life structure where the pattern will be drawn.
42+
* @param pattern Pointer to pattern structure to be drawn.
43+
*
44+
* @warning This functions is intended for internal use only and should not be used outside of this
45+
* library.
46+
*/
3947
void drawPatternInDashboard(TGame* pGame, TPattern* pattern);
4048

4149
/**

0 commit comments

Comments
 (0)