Skip to content

Commit ee3da8a

Browse files
committed
doc(printPatternByConsole): add missing documentation
1 parent 8ec4da7 commit ee3da8a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

libs/patterns/methods.h

+7-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,13 @@
1414
*/
1515
void fillPattern(TPattern* pPattern, char with);
1616

17-
// TODO: Documentation
17+
/**
18+
* @brief Prints the `arr` field of a pattern structure by console.
19+
*
20+
* @param pPattern A pointer to the pattern structure.
21+
*
22+
* @warning This function assumes that `pPattern` has been properly initialized.
23+
*/
1824
void printPatternByConsole(TPattern* pPattern);
1925

2026
#endif // PATTERNS_METHODS_H_INCLUDED

0 commit comments

Comments
 (0)