aboutsummaryrefslogtreecommitdiffstats
path: root/docs/types.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/types.rst')
-rw-r--r--docs/types.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/types.rst b/docs/types.rst
index 27ab82ff..ad8784b7 100644
--- a/docs/types.rst
+++ b/docs/types.rst
@@ -1,5 +1,7 @@
.. index:: type
+.. _types:
+
*****
Types
*****
@@ -146,6 +148,8 @@ String Literals are written with double quotes (`"abc"`). As with integer litera
.. index:: enum
+.. _enums:
+
Enums
=====
@@ -355,6 +359,8 @@ Members
.. index:: ! struct, ! type;struct
+.. _structs:
+
Structs
-------