Hi,

I'm trying to upgrade a rather large documentation set from Doxygen 1.8.14 to 1.8.18.
I'm facing an issue with tables defined as alias in the Doxyfile.

The alias I define is as follows:

ALIASES                += MY_TABLE=" ^^\
| Table header | ^^\
|--------------| ^^ \
| ref 1 |  ^^\
| ref 2 |  ^^\
"

And I use the following invocation in a Doxygen page:

@MY_TABLE

With Doxygen 1.8.14 I get the expected output.
Where as with Doxygen 1.8.18 I get the following display in HTML:

| Table header | |-----------—| | ref 1 | | ref 2 |

I tried many variations of the ALIAS definition without any success.
Any advice will be more than welcome!
Thanks,

François