On this page:
10.1.5.1 Using the Documentation
tag
make-other-doc-tag
attr
DR-TEI_  doc.html
0.5.91
10.1.5 Documentation Phase🔗ℹ
10.1.5.1 Using the Documentation🔗ℹ

 (require (submod ricoeur/tei/spec-lang doc))

The (submod ricoeur/tei/spec-lang doc) module provides everything from adjutor in addition to the following bindings for working with the documentation generated by #lang ricoeur/tei/spec-lang modules.

procedure

(tag v)  element?

  v : (or/c symbol? string?)
Typesets v as the name of an XML element and links it to the defining documentation created by define-element or define-elements-together, which is expected to be in the same Scribble document as the use of tag.

See also make-other-doc-tag.

procedure

(make-other-doc-tag mod-path)

  (-> (or/c symbol? string?) element?)
  mod-path : (or/c #f module-path?)
Creates a function like tag, but linking to defining documentation in the document indicated by mod-path, where a mod-path of #f creates a relative link within the current document.

Given make-other-doc-tag, tag can be defined as:

procedure

(attr v)  element?

  v : (or/c symbol? string?)
Typesets v as an XML attribute.

The path to the DR-TEI_doc.html file, used in the implementation of TEI Encoding Guidelines for Digital Ricœur.

Added in version 0.5.1.