diff options
author | Péter Dimitrov <[email protected]> | 2019-04-17 14:19:28 +0200 |
---|---|---|
committer | Péter Dimitrov <[email protected]> | 2019-04-17 16:12:04 +0200 |
commit | e60b4d15b6b2433a9d1607c1792079ed4e9bcbdf (patch) | |
tree | c6761d0f6022c0dc918798ecb43d96e8035b0164 /lib | |
parent | c4b87d79cd6a56a06c776b817885f93b330f7705 (diff) | |
download | otp-e60b4d15b6b2433a9d1607c1792079ed4e9bcbdf.tar.gz otp-e60b4d15b6b2433a9d1607c1792079ed4e9bcbdf.tar.bz2 otp-e60b4d15b6b2433a9d1607c1792079ed4e9bcbdf.zip |
inet: Document type inet:stat_option()
Document type inet:stat_option() to resolve missing anchor
warnings when this type is referenced in other applications.
Change-Id: Ifbf775c2f67b48bcf7d0cf21c39065d3dacc4f55
Diffstat (limited to 'lib')
-rw-r--r-- | lib/kernel/doc/src/inet.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/kernel/doc/src/inet.xml b/lib/kernel/doc/src/inet.xml index 709ba8e8fd..d4678ca5db 100644 --- a/lib/kernel/doc/src/inet.xml +++ b/lib/kernel/doc/src/inet.xml @@ -294,6 +294,9 @@ fe80::204:acff:fe17:bf38 <datatype> <name name="socket_protocol"/> </datatype> + <datatype> + <name name="stat_option"/> + </datatype> </datatypes> <funcs> |