doxygen - Adding support for language on a code fence block -
doxygen has support code fence blocks have syntax highlighting in output.
here documentation: https://www.stack.nl/~dimitri/doxygen/manual/markdown.html#md_fenced
it looks this:
~~~{.c} int somefunc(int somevar); ~~~ i want support .sql; tried it, did not highlight.
my 2 questions are:
- how determine code types doxygen supports code fence blocks?
- is there way define new one? quite happy keyword highlighter; not need full parse.
since comment, have looked adding sql syntax highlighting fenced code blocks , \code blocks.
it should available if build source @ https://github.com/doxygen/doxygen or available in next version(1.9.13).
here example of syntax highlighting:
if test before next release nice aswell.

Comments
Post a Comment