humdek-unibe-ch / smx-core-rts

The runtime system (RTS) library for the coordination language Streamix.
Mozilla Public License 2.0
0 stars 0 forks source link

Document All User Macros #12

Closed moiri closed 5 years ago

moiri commented 5 years ago

The Source code of the RTS is rather well documented except the macros that are supposed to be used by the domain expert (the one implementing a box).

This has to be improved.

Ideally a Doxygen documentation for all "pulic" functions (such as the macros) should be available as well as a complete documentation of the source code. The former would serve as a quick handbook to implement a box while the latter will be useful for further development.

moiri commented 5 years ago

This was addressed with 47d1e52