Gerviba / zenta-tools

Documentation and consistency check framework for Zenta models

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation tools for zenta models.

usage: include $(ZENTATOOLS)/model.rules in your makefile have a docbook.local.xslt stylesheet in the project directory. You can override templates and write functions used in consistencycheck here.

export ZENTATOOLS=/directory/of/zenta-tools export PATH=$ZENTATOOLS/bin:$PATH

make .compiled

The following files are created in the directory:

  • index.html: model documentation
  • pics: the images of model diagrams
  • structured.css: a css for the html files
  • tabled.html: model documentation in old tabled format
  • .pdf: pdf model documentation

About

Documentation and consistency check framework for Zenta models


Languages

Language:XSLT 75.8%Language:Java 9.7%Language:Python 4.9%Language:Makefile 4.2%Language:CSS 3.1%Language:Shell 1.3%Language:C 0.9%