diff --git a/mps/design/doc.txt b/mps/design/doc.txt index 5171fff528c..0dd1b038893 100644 --- a/mps/design/doc.txt +++ b/mps/design/doc.txt @@ -218,9 +218,9 @@ is translated into a ``c:macro`` directive:: .. c:macro:: RING_FOR(node, ring, next) -Macros are identified by having names consisting of capital letters, -numbers, and underscore, or appearing in the list of exceptions given -by the ``MACROS`` global in designs.py. +_`.fmt.macro`: Macros are identified by having names consisting of +capital letters, numbers, and underscore, or appearing in the list of +exceptions given by the ``MACROS`` global in designs.py. _`.fmt.type-def`: A paragraph consisting of a type definition on a single line formatted as code, for example::