Skip to content

Commit 940ac14

Browse files
committed
chore(docs): add namespace docstring
1 parent 759d532 commit 940ac14

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

data_structures/stack_using_array.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
#include <cassert> /// For assert
1111
#include <iostream> /// For IO operations
1212

13+
/*
14+
* @namespace
15+
* @brief Data structures
16+
*/
1317
namespace data_structures {
1418
/**
1519
* @brief Class representation of a stack

0 commit comments

Comments
 (0)