From 82af7e75ca60998e6b0bc98c3dbc57bc0a376cbd Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Thu, 7 Sep 2023 13:39:28 -0400 Subject: [PATCH] minor tweaks --- doc/antora/modules/reference/pages/dictionary/attribute.adoc | 2 +- doc/antora/modules/reference/pages/dictionary/define.adoc | 2 +- doc/antora/modules/reference/pages/dictionary/enum.adoc | 5 ++--- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/doc/antora/modules/reference/pages/dictionary/attribute.adoc b/doc/antora/modules/reference/pages/dictionary/attribute.adoc index 34f9800921479..1ca21f24cfc54 100644 --- a/doc/antora/modules/reference/pages/dictionary/attribute.adoc +++ b/doc/antora/modules/reference/pages/dictionary/attribute.adoc @@ -51,7 +51,7 @@ Common flags and meanings |===== | Name | Description | `array` | For fixed-size types, declare that the contents of the packet can have an array of this value. -| `enum=` | For "leaf" types, copy xref:dictionary/value.adoc[VALUE]s from an xref:dictionary/enum.adoc[ENUM]. +| `enum=` | For "leaf" types, copy xref:dictionary/value.adoc[VALUE]s from an xref:dictionary/enum.adoc[ENUM] or other attribute. | `clone=` | For `tlv` or 'struct' types, clone (or copy) child definitions from another attribute of the same type | `internal` | This attribute is internal to the server, and will never be sent "on the wire" | `ref=` | For `group` types, the referenced attributes will be allowed in the group diff --git a/doc/antora/modules/reference/pages/dictionary/define.adoc b/doc/antora/modules/reference/pages/dictionary/define.adoc index 5829b3856c6a7..e36292a370526 100644 --- a/doc/antora/modules/reference/pages/dictionary/define.adoc +++ b/doc/antora/modules/reference/pages/dictionary/define.adoc @@ -33,7 +33,7 @@ Common flags and meanings [cols="30%,70%"] |===== | Name | Description -| `enum=...` | For "leaf" types, copy xref:dictionary/value.adoc[VALUE]s from an `xref:dictionary/enum.adoc[ENUM]. +| `enum=...` | For "leaf" types, copy xref:dictionary/value.adoc[VALUE]s from an `xref:dictionary/enum.adoc[ENUM] or other attribute. | `clone=...` | For `tlv` or 'struct' types, clone (or copy) child definitions from another attribute of the same type |===== diff --git a/doc/antora/modules/reference/pages/dictionary/enum.adoc b/doc/antora/modules/reference/pages/dictionary/enum.adoc index 63576147d1b63..81493313efdcc 100644 --- a/doc/antora/modules/reference/pages/dictionary/enum.adoc +++ b/doc/antora/modules/reference/pages/dictionary/enum.adoc @@ -6,13 +6,12 @@ ENUM ---- .Description -The `ENUM` keyword defines name for set of xref:dictionary/value.adoc[VALUE]s. +The `ENUM` keyword defines a name for set of xref:dictionary/value.adoc[VALUE]s. :: The name of the enum. + These names are in the same namespace as -xref:dictionary/attribute.adoc[ATTRIBUTE]s, and must follow the same -rules +xref:dictionary/attribute.adoc[ATTRIBUTE]s, and must follow the same name format. :: A xref:type/index.adoc[data type] +