summaryrefslogtreecommitdiffhomepage
path: root/docs/cptr_api.md
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2020-12-16 13:55:20 +0100
committerTyge Løvset <[email protected]>2020-12-16 13:55:20 +0100
commit214a2aa75d164d285661719131f54c71fa2f8e37 (patch)
treede2a3c203f700e4502a6a13ecdeb3ece7e837ce3 /docs/cptr_api.md
parent7d67ea7fb1fef9ab11006f595a9580c07b438128 (diff)
downloadSTC-modified-214a2aa75d164d285661719131f54c71fa2f8e37.tar.gz
STC-modified-214a2aa75d164d285661719131f54c71fa2f8e37.zip
Added links to header file in docs headline.
Diffstat (limited to 'docs/cptr_api.md')
-rw-r--r--docs/cptr_api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cptr_api.md b/docs/cptr_api.md
index 4f02d20f..6273833e 100644
--- a/docs/cptr_api.md
+++ b/docs/cptr_api.md
@@ -1,4 +1,4 @@
-# Module cptr: Smart Pointers
+# Module [cptr](../stc/cptr.h): Smart Pointers
This describes the API of the pointer type **cptr** and the shared pointer type **csptr**. Type **cptr** is meant to be used like a c++ *std::unique_ptr*, while **csptr** is similar to c++ *std::shared_ptr*.