Hi, there,
I have a file containing all the parameters of my diagrams that I pass using the `conf` option.
This file is common to all my diagram types (sequence, class ...).
The problem is that one of these parameters causes an error on my sequence diagrams (the `set namespaceSeparator`).
So I'm wondering whether it would be possible with the preprocessor to apply or not this parameter depending on the type of diagram.
Thanks in advance for any answers.