Navigation Menu

Skip to content

Commit

Permalink
Fixes #2883 by adding some documentation to experiments about the
Browse files Browse the repository at this point in the history
`model:` facet.
  • Loading branch information
AlexisDrogoul committed Feb 16, 2020
1 parent 40d4dac commit 2b5705d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -83,7 +83,7 @@
kind = ISymbolKind.EXPERIMENT,
with_sequence = true,
concept = { IConcept.EXPERIMENT })
@doc ("Declaration of a particular type of agent that can manage simulations")
@doc ("Declaration of a particular type of agent that can manage simulations. If the experiment directly imports a model using the 'model:' facet, this facet *must* be the first one after the name of the experiment")
@facets (
value = { @facet (
name = IKeyword.NAME,
Expand Down

0 comments on commit 2b5705d

Please sign in to comment.