Skip to content

Commit 548085b

Browse files
docs: add namespace comment
1 parent 1b8b60f commit 548085b

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
@@ -3,6 +3,10 @@
33
#include <memory> /// For std::unique_ptr
44
#include <stdexcept> /// For std::out_of_range
55

6+
/**
7+
* @namespace
8+
* @brief data_structures
9+
*/
610
namespace data_structures {
711
/**
812
* @brief Class representation of a stack

0 commit comments

Comments
 (0)