From aaa6aa228df431e0cb43910ff16fa76f09ec2d19 Mon Sep 17 00:00:00 2001 From: Richard Brooksby Date: Wed, 15 Feb 2023 13:42:22 +0000 Subject: [PATCH] Adding tag for design.mps.doc.fmt.macro. --- mps/design/doc.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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::