mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
rom-method-table.md: fix prettier table formatting
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -155,11 +155,11 @@ typedef struct mrb_mt_tbl {
|
||||
|
||||
### Flags
|
||||
|
||||
| Flag | Value | Description |
|
||||
| ---------------- | -------- | ----------------------------------- |
|
||||
| `MRB_MT_FUNC` | (1<<24) | C function (auto-set by macro) |
|
||||
| `MRB_MT_PUBLIC` | 0 | Public visibility (default) |
|
||||
| `MRB_MT_PRIVATE` | (1<<25) | Private visibility (in entry param) |
|
||||
| Flag | Value | Description |
|
||||
| ---------------- | ------- | ----------------------------------- |
|
||||
| `MRB_MT_FUNC` | (1<<24) | C function (auto-set by macro) |
|
||||
| `MRB_MT_PUBLIC` | 0 | Public visibility (default) |
|
||||
| `MRB_MT_PRIVATE` | (1<<25) | Private visibility (in entry param) |
|
||||
|
||||
The third parameter to `MRB_MT_ENTRY()` is an `MRB_ARGS_*()`
|
||||
expression optionally OR'd with `MRB_MT_PRIVATE`. The aspec value
|
||||
|
||||
Reference in New Issue
Block a user