Skip to content

Commit

Permalink
[doc] move dynamic layouts to a dedicated section
Browse files Browse the repository at this point in the history
  • Loading branch information
vovkos committed Jun 4, 2024
1 parent 055d0e9 commit 41fae00
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion doc/stdlib/dox/group_rtl.dox
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,19 @@

This section describes facilities for the in-language regular expressions.

\defgroup rtl-dylayout

\title Dynamic Layouts
\ingroup rtl
\grouporder 5

This section describes dynamic layout types and facilities.

\defgroup rtl-intro

\title Introspection
\ingroup rtl
\grouporder 5
\grouporder 6

This section describes facilities for the introspection (i.e., the
ability to inspect a program's structure during *runtime*).
Expand Down
2 changes: 1 addition & 1 deletion src/jnc_ext/jnc_rtl_core/jnc/jnc_DynamicLayout.jnc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import "std_Buffer.jnc"

namespace jnc {

//! \addtogroup rtl-core
//! \addtogroup rtl-dylayout
//! @{

//..............................................................................
Expand Down

0 comments on commit 41fae00

Please sign in to comment.