diff options
author | chriseth <chris@ethereum.org> | 2018-09-14 01:40:38 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-09-17 21:25:25 +0800 |
commit | a32fb75f8f9d1d86fd38ae7fc15b27f162fca2c4 (patch) | |
tree | fe58ffeecf314d27fc7b1d6031ae601bb8bf2c5f /docs/contracts.rst | |
parent | 40b71cb9773def6a2fdbb2172c38995067854822 (diff) | |
download | dexon-solidity-a32fb75f8f9d1d86fd38ae7fc15b27f162fca2c4.tar.gz dexon-solidity-a32fb75f8f9d1d86fd38ae7fc15b27f162fca2c4.tar.zst dexon-solidity-a32fb75f8f9d1d86fd38ae7fc15b27f162fca2c4.zip |
Some cleanup in structure section.
Diffstat (limited to 'docs/contracts.rst')
-rw-r--r-- | docs/contracts.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/contracts.rst b/docs/contracts.rst index b9179b27..470d775e 100644 --- a/docs/contracts.rst +++ b/docs/contracts.rst @@ -1210,6 +1210,8 @@ Abstract contracts are useful in the same way that defining methods in an interf .. index:: ! contract;interface, ! interface contract +.. _interfaces: + ********** Interfaces ********** |