summaryrefslogtreecommitdiff
path: root/lib/stdlib/doc/src/c.xml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/stdlib/doc/src/c.xml')
-rw-r--r--lib/stdlib/doc/src/c.xml31
1 files changed, 30 insertions, 1 deletions
diff --git a/lib/stdlib/doc/src/c.xml b/lib/stdlib/doc/src/c.xml
index 9d61999043..343c384cb6 100644
--- a/lib/stdlib/doc/src/c.xml
+++ b/lib/stdlib/doc/src/c.xml
@@ -4,7 +4,7 @@
<erlref>
<header>
<copyright>
- <year>1996</year><year>2021</year>
+ <year>1996</year><year>2022</year>
<holder>Ericsson AB. All Rights Reserved.</holder>
</copyright>
<legalnotice>
@@ -198,6 +198,35 @@
</func>
<func>
+ <name name="hcb" arity="1" since="OTP 23.0"/>
+ <fsummary>Module help information</fsummary>
+ <type name="h_return"/>
+ <desc>
+ <p>Print the callback documentation for <c>Module</c></p>
+ </desc>
+ </func>
+
+ <func>
+ <name name="hcb" arity="2" since="OTP 23.0"/>
+ <fsummary>Function help information</fsummary>
+ <type name="h_return"/>
+ <type name="hcb_return"/>
+ <desc>
+ <p>Print the callback documentation for all <c>Module:Callback</c>s (regardless of arity).</p>
+ </desc>
+ </func>
+
+ <func>
+ <name name="hcb" arity="3" since="OTP 23.0"/>
+ <fsummary>Function help information</fsummary>
+ <type name="h_return"/>
+ <type name="hcb_return"/>
+ <desc>
+ <p>Print the callback documentation for <c>Module:Callback/Arity</c>.</p>
+ </desc>
+ </func>
+
+ <func>
<name name="ht" arity="1" since="OTP 23.0"/>
<fsummary>Type help information</fsummary>
<type name="h_return"/>