diff options
author | Hans Bolinder <[email protected]> | 2012-09-28 09:12:43 +0200 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2012-09-28 09:12:43 +0200 |
commit | cccf365a9991a61029ef710046e11bbb78171e25 (patch) | |
tree | f735889b01a1d784f7d00e0df3632071fef02809 /lib/stdlib/doc/src | |
parent | 6eb52d69372f427cccb275e5330f4634a96a21c5 (diff) | |
parent | 6674cff5db0c281d309723f25106dd84c33246b1 (diff) | |
download | otp-cccf365a9991a61029ef710046e11bbb78171e25.tar.gz otp-cccf365a9991a61029ef710046e11bbb78171e25.tar.bz2 otp-cccf365a9991a61029ef710046e11bbb78171e25.zip |
Merge branch 'hb/stdlib/opaque_warnings/OTP-10436'
* hb/stdlib/opaque_warnings/OTP-10436:
Refine a few opaque types
Warn for underspecified opaque types
Warn for opaque types that are not exported
Diffstat (limited to 'lib/stdlib/doc/src')
-rw-r--r-- | lib/stdlib/doc/src/ets.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/stdlib/doc/src/ets.xml b/lib/stdlib/doc/src/ets.xml index 7880bf8fbb..abaf64fb91 100644 --- a/lib/stdlib/doc/src/ets.xml +++ b/lib/stdlib/doc/src/ets.xml @@ -146,6 +146,10 @@ <desc><p>A match specification, see above.</p></desc> </datatype> <datatype> + <name name="comp_match_spec"/> + <desc><p>A compiled match specification.</p></desc> + </datatype> + <datatype> <name name="match_pattern"/> </datatype> <datatype> @@ -766,8 +770,6 @@ ets:is_compiled_ms(Broken).</code> </func> <func> <name name="match_spec_compile" arity="1"/> - <type name="comp_match_spec"/> - <type_desc name="comp_match_spec">A compiled match specification.</type_desc> <fsummary>Compiles a match specification into its internal representation</fsummary> <desc> <p>This function transforms a @@ -791,8 +793,6 @@ ets:is_compiled_ms(Broken).</code> </func> <func> <name name="match_spec_run" arity="2"/> - <type name="comp_match_spec"/> - <type_desc name="comp_match_spec">A compiled match specification.</type_desc> <fsummary>Performs matching, using a compiled match_spec, on a list of tuples</fsummary> <desc> <p>This function executes the matching specified in a |