Add exported symbols like variables to documentation

Issue #1 resolved
Mihael Schmidt repo owner created an issue

At the moment only programs and procedures are documented. But for a real API documentation the other exports like like constants and variables must also be documented.

The important question is always: What does the user need to know if he wants to use my program/service program/procedure.

Comments (4)

  1. Mihael Schmidt reporter

    Variables are already in the data model and can be saved by the backend. The frontend does not display exported and imported variables yet.

    Constants need to be added to the data model and frontend.

  2. Log in to comment