summaryrefslogtreecommitdiffhomepage
path: root/docs/cstack_api.md
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-01-03 22:05:40 +0100
committerTyge Løvset <[email protected]>2021-01-03 22:05:40 +0100
commit63fcbb1d984c505175a9a6eb2e40d2ea8eb39e7b (patch)
tree0771e0f384bb3236f17589246390ccece7a55f1f /docs/cstack_api.md
parente0fd5c7a7316fe0b874de5a116fbe7462f1e322c (diff)
downloadSTC-modified-63fcbb1d984c505175a9a6eb2e40d2ea8eb39e7b.tar.gz
STC-modified-63fcbb1d984c505175a9a6eb2e40d2ea8eb39e7b.zip
Moved pictures below header.
Diffstat (limited to 'docs/cstack_api.md')
-rw-r--r--docs/cstack_api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cstack_api.md b/docs/cstack_api.md
index 7d75ecdf..6da14d1e 100644
--- a/docs/cstack_api.md
+++ b/docs/cstack_api.md
@@ -1,5 +1,5 @@
+# STC Container [cstack](../stc/cstack.h): Stack
![Stack](pics/stack.jpg)
-# Container [cstack](../stc/cstack.h): Stack
This describes the API of the stack type **cstack**.
See [std::stack](https://en.cppreference.com/w/cpp/container/stack) for a similar c++ class.