albert-github
albert-github
Code has been integrated in master on GitHub (please don't close the issue as this will be done at the moment of an official release).
In the example of #5878 I don't see a file `graph_legend.dox`, so what are you exactly trying to run? - Can you please attach a, small, self contained example (source+configuration...
Thought it might be the internal "graph_legend" name so ran the mentioned project and got the warning. I've just pushed a proposed patch, pull request #9478
Code has been integrated in master on GitHub (please don't close the issue as this will be done at the moment of an official release).
- What do you mean by `markdown code blocks`? are these the parts in fenceded code blocks (`~~~`) ? - Could you give a reference how this would look like....
I think in this case the "problem" is that YAML syntax is not supported by doxygen. For cpp it is clear here the doxygen code coloring is used (like it...
For XML there is for input only a code lexer (in xmlcode.h: " Only support syntax highlighting of code at the moment."). to implement the code coloring for YAML a...
I don't know whether the real example is in a C-comment block (or similar too) or whether it is just a mainpage that landed in a C-comment block. In case...
I've just pushed a proposed patch, pull request #7513
As far as I could test your example works fine with the patch.