Skip to content

Commit

Permalink
Merge pull request atomvm#1102 from UncleGrumpy/doc_fix_internals
Browse files Browse the repository at this point in the history
Fix documentation typo that casues functions to not be rendered

Remove a stray block indent that prevented two function in the same
"````{only} html" block to be left out of the rendered documentation.

When multiple :::{doxygen} directives are given in the same
"````{only} html" block they need to be separated by an empty newline.

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
  • Loading branch information
bettio committed Mar 5, 2024
2 parents 3c1590c + 3ad63ba commit 21a2b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/atomvm-internals.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ Drivers can send messages from event callbacks typically called from FreeRTOS ta

````{only} html
>:::{doxygenfunction} globalcontext_send_message
>
>:::{doxygenfunction} globalcontext_send_message_from_task
````

Expand Down

0 comments on commit 21a2b1c

Please sign in to comment.