Skip to content

Commit 0090e23

Browse files
committed
Merge pull request #1972 from petermm/docs-cleanup-functions-rst
Docs: cleanup leftovers in functions.rst These changes are made under both the "Apache 2.0" and the "GNU Lesser General Public License 2.1 or later" license terms (dual license). SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
2 parents d05ffaf + 148f978 commit 0090e23

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

doc/src/apidocs/libatomvm/functions.rst

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -49,19 +49,15 @@ Functions
4949
.. doxygenfunction:: context_get_process_info
5050
.. doxygenfunction:: context_is_port_driver
5151
.. doxygenfunction:: context_is_term_equal_to_atom_string
52-
.. doxygenfunction:: context_link
5352
.. doxygenfunction:: context_message_queue_len
54-
.. doxygenfunction:: context_monitor
5553
.. doxygenfunction:: context_new
5654
.. doxygenfunction:: context_process_flush_monitor_signal
5755
.. doxygenfunction:: context_process_kill_signal
5856
.. doxygenfunction:: context_process_process_info_request_signal
5957
.. doxygenfunction:: context_process_signal_trap_answer
60-
.. doxygenfunction:: context_resource_monitor
6158
.. doxygenfunction:: context_size
6259
.. doxygenfunction:: context_stack_base
6360
.. doxygenfunction:: context_stack_size
64-
.. doxygenfunction:: context_unlink
6561
.. doxygenfunction:: context_update_flags
6662
.. doxygenfunction:: debug_dump_context
6763
.. doxygenfunction:: debug_dump_heap
@@ -84,7 +80,6 @@ Functions
8480
.. doxygenfunction:: event_listener_is_event
8581
.. doxygenfunction:: externalterm_from_binary
8682
.. doxygenfunction:: externalterm_to_binary
87-
.. doxygenfunction:: externalterm_to_term
8883
.. TODO: figure out why Doxgen cant find externalterm_to_term_internal in externalterm.c
8984
.. c:function:: static term externalterm_to_term_internal(const void *external_term, size_t size, Context *ctx, ExternalTermOpts opts, size_t *bytes_read, bool copy)
9085
@@ -100,8 +95,6 @@ Functions
10095
`external_term` is a const binary and will not be deallocated)
10196
:returns: the parsed term
10297
103-
.. doxygenfunction:: globalcontext_atomstring_from_term
104-
.. doxygenfunction:: globalcontext_demonitor
10598
.. doxygenfunction:: globalcontext_destroy
10699
.. doxygenfunction:: globalcontext_existing_term_from_atom_string
107100
.. doxygenfunction:: globalcontext_get_module
@@ -112,7 +105,6 @@ Functions
112105
.. doxygenfunction:: globalcontext_get_registered_process
113106
.. doxygenfunction:: globalcontext_get_registered_name_process
114107
.. doxygenfunction:: globalcontext_init_process
115-
.. doxygenfunction:: globalcontext_insert_atom
116108
.. doxygenfunction:: globalcontext_insert_atom_maybe_copy
117109
.. doxygenfunction:: globalcontext_insert_module
118110
.. doxygenfunction:: globalcontext_is_atom_index_equal_to_atom_string
@@ -154,7 +146,6 @@ Functions
154146
.. doxygenfunction:: mailbox_reset
155147
.. doxygenfunction:: mailbox_send
156148
.. doxygenfunction:: mailbox_send_built_in_atom_request_signal
157-
.. doxygenfunction:: mailbox_send_built_in_atom_signal
158149
.. doxygenfunction:: mailbox_send_empty_body_signal
159150
.. doxygenfunction:: mailbox_send_ref_signal
160151
.. doxygenfunction:: mailbox_send_term_signal
@@ -179,7 +170,6 @@ Functions
179170
.. doxygenfunction:: memory_init_heap
180171
.. doxygenfunction:: memory_init_heap_root_fragment
181172
.. doxygenfunction:: memory_sweep_mso_list
182-
.. doxygenfunction:: module_get_atom_string_by_id
183173
.. doxygenfunction:: module_get_atom_term_by_id
184174
.. doxygenfunction:: module_get_exported_functions
185175
.. doxygenfunction:: module_get_exported_functions_count
@@ -243,7 +233,6 @@ Functions
243233
.. doxygenfunction:: sys_get_info
244234
.. doxygenfunction:: sys_init_platform
245235
.. doxygenfunction:: sys_listener_destroy
246-
.. doxygenfunction:: sys_load_module
247236
.. doxygenfunction:: sys_monotonic_time
248237
.. doxygenfunction:: sys_monotonic_time_ms_to_u64
249238
.. doxygenfunction:: sys_monotonic_time_u64
@@ -293,7 +282,6 @@ Functions
293282
.. doxygenfunction:: term_is_integer
294283
.. doxygenfunction:: term_is_invalid_term
295284
.. doxygenfunction:: term_is_list
296-
.. doxygenfunction:: term_is_movable_boxed
297285
.. doxygenfunction:: term_is_nil
298286
.. doxygenfunction:: term_is_nonempty_list
299287
.. doxygenfunction:: term_is_otp_socket

0 commit comments

Comments
 (0)