Periods in Header Id Attributes
Hi @stvogel, in some doc pages you are using periods in header id attributes (e.g., the Files node-type). This breaks the formatting. I do not think that periods in header id attributres are supported by Doxygen.
Example from node/types/File.md
:
Now:
## in.rate (float) {#node-config-file-in.rate}
Solution:
## in.rate (float) {#node-config-file-in-rate}