diff options
author | Kenneth Lundin <[email protected]> | 2010-01-13 15:08:55 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-01-13 15:08:55 +0000 |
commit | 68c2f188c3446f53fad03d0f652207a9a8bb1946 (patch) | |
tree | 08fd761497f4cd74b17515be8e94e309f6cd0ac2 /system/doc/reference_manual/part.xml | |
parent | bcf62deb7b8534b00ce69c977466a009252ee8a5 (diff) | |
download | otp-68c2f188c3446f53fad03d0f652207a9a8bb1946.tar.gz otp-68c2f188c3446f53fad03d0f652207a9a8bb1946.tar.bz2 otp-68c2f188c3446f53fad03d0f652207a9a8bb1946.zip |
OTP-8366 Type specifications (-type and -spec) are now described in the
reference manual.<br/>Note!, they are still preliminary.
Diffstat (limited to 'system/doc/reference_manual/part.xml')
-rw-r--r-- | system/doc/reference_manual/part.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/system/doc/reference_manual/part.xml b/system/doc/reference_manual/part.xml index aebeaf335a..8151f4c4e1 100644 --- a/system/doc/reference_manual/part.xml +++ b/system/doc/reference_manual/part.xml @@ -4,7 +4,7 @@ <part xmlns:xi="http://www.w3.org/2001/XInclude"> <header> <copyright> - <year>2003</year><year>2009</year> + <year>2003</year><year>2010</year> <holder>Ericsson AB. All Rights Reserved.</holder> </copyright> <legalnotice> @@ -13,12 +13,12 @@ compliance with the License. You should have received a copy of the Erlang Public License along with this software. If not, it can be retrieved online at http://www.erlang.org/. - + Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. - + </legalnotice> <title>Erlang Reference Manual</title> @@ -32,6 +32,7 @@ <xi:include href="patterns.xml"/> <xi:include href="modules.xml"/> <xi:include href="functions.xml"/> + <xi:include href="typespec.xml"/> <xi:include href="expressions.xml"/> <xi:include href="macros.xml"/> <xi:include href="records.xml"/> |