Attributes within Html elements (eg table, tr, td) break things

"Kerry, Richard" <[email protected]> Tue, 5 Nov 2019 16:04:06 +0000
Newsgroups gmane.text.doxygen.general
Message-ID <AM0PR02MB37158E786981CFF7D63A59189C7E0@AM0PR02MB3715.eurprd02.prod.outlook.com>
As indicated by the docs, on the page "HTML Commands" if I include in my document what appear to be a raw Html element, eg <table>, <tr>, I get the same element appearing in the html output file.  This is fine.
However, if I include any attributes, eg <table border="0">, I get nothing in the output apart from "&lt; table".  This is not what I want.
Is it really the case that attributes from elements used in this way don't get carried over into the output ?  Or am I missing something ?

Oh, and in case it has any bearing, I'm actually doing these via Aliases, eg:
ALIASES += table=<table border="0">
ALIASES += row=<tr bgcolor=\"\#f0f0f0\">

I've tried a variety of options with or without escaping things using \, but it seems that any attempt to include attributes causes the whole element to break down.

Anyone know if I'm missing something?

Regards,
Richard.

Richard Kerry
BNCS Engineer, Global Media Practice

M: +44 (0)7812 325518
2nd Floor, MidCity Place, 71 High Holborn, London, WC1V 6EA
[email protected]<mailto:[email protected]>

[cid:[email protected]]

[Email-signature-banner_IBC-2019]

_______________________________________________
Doxygen-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/doxygen-users
image001.png (image/png, 160 B) - not displayed
image002.png (image/png, 3.6 KB) - not displayed
image005.jpg (image/jpeg, 8.4 KB) - not displayed