RvonMassow / xDoc

Xtext documentation Language
33 stars 15 forks source link

Add support for a glossary #38

Open svenefftinge opened 13 years ago

svenefftinge commented 13 years ago

I'd like to be able to declare a glossar. A glossar entry definition could look like this.

glossar-entry[Domain-Specific Language (DSL),DSL,Domain-Specific Language,domain-specific language][A domain-specific language (DSL) is a programming language developed and tailored to solve a certain class of problems in readable and maintainable way.]

where first a comma-separated list of matcher strings is specified. The first element of the lis is also the title of the glossar entry. The second block contains the description and might use Xdoc mark-up.

svenefftinge commented 13 years ago

(please replace all occurrences of 'glossar' with 'glossary' :-))