UPPAALModelChecker / docs.uppaal.org

This repo contains the official UPPAAL documentation published on https://docs.uppaal.org
https://docs.uppaal.org
1 stars 13 forks source link

Improve note on ampersand template parameter #58

Open magoorden opened 4 months ago

magoorden commented 4 months ago

Currently, the template parameters page in the documentation describes the following

Note: Array parameters must be prefixed with an ampersand to be passed by reference, this does not follow the C semantics.

Prefixing a parameter with an ampersand is also needed for structs (record variables).