aboutsummaryrefslogtreecommitdiffstats
path: root/docs/types.rst
diff options
context:
space:
mode:
authorholgerd77 <Holger.Drewes@googlemail.com>2016-02-19 19:05:56 +0800
committerholgerd77 <Holger.Drewes@googlemail.com>2016-02-19 19:05:56 +0800
commitaec2f4879a34fc0242a3352a7e52da564fe49ab4 (patch)
treea18974b69e907cf514112d473ff0bf74d5fa1bd8 /docs/types.rst
parent448d1601ce4c90e33ab43d896d08d34d2b870843 (diff)
downloaddexon-solidity-aec2f4879a34fc0242a3352a7e52da564fe49ab4.tar.gz
dexon-solidity-aec2f4879a34fc0242a3352a7e52da564fe49ab4.tar.zst
dexon-solidity-aec2f4879a34fc0242a3352a7e52da564fe49ab4.zip
Added in-depth links to function modifiers, structs and enums in structure section
Diffstat (limited to 'docs/types.rst')
-rw-r--r--docs/types.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/types.rst b/docs/types.rst
index a9cd9cfd..ad8784b7 100644
--- a/docs/types.rst
+++ b/docs/types.rst
@@ -148,6 +148,8 @@ String Literals are written with double quotes (`"abc"`). As with integer litera
.. index:: enum
+.. _enums:
+
Enums
=====
@@ -357,6 +359,8 @@ Members
.. index:: ! struct, ! type;struct
+.. _structs:
+
Structs
-------