diff --git a/docs/specs/syntax/41-mrg-refs.md b/docs/specs/syntax/41-mrg-refs.md index f902e7c09..e61c58343 100644 --- a/docs/specs/syntax/41-mrg-refs.md +++ b/docs/specs/syntax/41-mrg-refs.md @@ -27,6 +27,11 @@ The default syntax for [MRGRefs](@) is as follows: where - `` is a [terminology identifier](@), that identifies a [terminology](@) (and implies an associated [MRG](@)) within the [current scope](@). If empty, or unspecified, it defaults to the default [terminology](@) of the [current scope](@). + +:::warning ([issue #25](https://github.com/tno-terminology-design/tev2-tools/issues/25)) +When the `` points to a [scope](@) that is not the [current scope](@), the [TermRefs](@) that appear in the generated glossary must be resolved using the [MRG](@) that contains the identified [terminology](@). Currently, the tools do not support a mechanism for doing this. +::: + - `converter=""` specifies the [converter](@) that is to be used for generating glossary entries. If it isn't specified as part of the [MRGRef](@), it must be specified as a command-line parameter, or as a value in the configuration file that the [HRGT](@) uses. - `` is a text that specifies either: - a predefined way in which glossary entries are being formatted (see [further down](#predefined-mrgref-converters)), such as `markdowntable` or `essif-lab`; diff --git a/docs/specs/tools/22-hrgt.md b/docs/specs/tools/22-hrgt.md index 71f22cbef..cca0943f4 100644 --- a/docs/specs/tools/22-hrgt.md +++ b/docs/specs/tools/22-hrgt.md @@ -134,6 +134,10 @@ The [interpreter profile](@) of the [HRGT](@) consist of the following [named ca Note that the values of these specified [capturing groups](@) will be [regularized](regularize@) before they are used for [processing](#processing). ::: +:::warning ([issue #25](https://github.com/tno-terminology-design/tev2-tools/issues/25)) +When the `hrg` identifies a [terminology](@) that is not part of the [current scope](@), the [TermRefs](@) that appear in the generated glossary must be resolved using the [MRG](@) that contains the identified [terminology](@). Currently, the tools do not support a mechanism for doing this. +::: + ### HRGT Predefined Interpreters {#predefined-interpreters} The [HRGT](@) has only one predefined [interpreter](@), which is called `default`, the syntax of which is: