Skip to content

Commit c608512

Browse files
committed
doc(newToadPattern): add missing documentation
1 parent 3a96824 commit c608512

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

libs/patterns/constructors.h

+9-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,15 @@ void newGliderCannonPattern(TPattern* pattern);
3737
*/
3838
void newPressPattern(TPattern* pattern);
3939

40-
// TODO: Documentation
40+
/**
41+
* @brief Initializes a new Toad pattern.
42+
*
43+
* This function sets up a new Toad pattern by initializing the provided pattern structure.
44+
* The Toad is a pattern of cells that oscillates with a period of 2 generations in a Conway's Game
45+
* of Life grid.
46+
*
47+
* @param pattern Pointer to the pattern structure to be initialized with the Toad pattern.
48+
*/
4149
void newToadPattern(TPattern* pattern);
4250

4351
#endif // PATTERNS_CONSTRUCTORS_H_INCLUDED

0 commit comments

Comments
 (0)