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 "< 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 richard.ke...@atos.net<mailto:richard.ke...@atos.net> [cid:image002.png@01D593F1.EB427460] [Email-signature-banner_IBC-2019]
_______________________________________________ Doxygen-users mailing list Doxygen-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/doxygen-users