At Tue, 5 Nov 2019 16:04:06 +0000 "Kerry, Richard" <richard.ke...@atos.net> wrote:
> > Content-Language: en-US > > > > 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\"> Two things: I am not sure how doxygen handles ALIASES, but the above looks "funky" to me on some level. I don't know if doxygen understands that the alias is for a HTML element or just replacement text. I expect the latter. That is, it is not processing the alias as HTML, but instead treating it like "normal" text and automagically excaping it as needed, depending on the output format -- eg converting the "literal" '<' to "<" in the HTML output. You might not be able to use aliases for the HTML elements. If you *don't* use the ALIASES but include the HTML directly, does it work? > > 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] > > Content-Description: image001.png > > > This message contains data in an unrecognized format, image/png, > which is being decoded and written to the file named > "/home/heller/Mail/Attachments/356-image001.png". > If you do not want this data, you probably should delete that file. > Wrote file /home/heller/Mail/Attachments/356-image001.png > Content-Description: image002.png > > > This message contains data in an unrecognized format, image/png, > which is being decoded and written to the file named > "/home/heller/Mail/Attachments/332-image002.png". > If you do not want this data, you probably should delete that file. > Wrote file /home/heller/Mail/Attachments/332-image002.png > Content-Description: image005.jpg > > > This message contains data in an unrecognized format, image/jpeg, > which is being decoded and written to the file named > "/home/heller/Mail/Attachments/10-image005.jpg". > If you do not want this data, you probably should delete that file. > Wrote file /home/heller/Mail/Attachments/10-image005.jpg > MIME-Version: 1.0 > > > MIME-Version: 1.0 > > _______________________________________________ > Doxygen-users mailing list > Doxygen-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/doxygen-users > > -- Robert Heller -- 978-544-6933 Deepwoods Software -- Custom Software Services http://www.deepsoft.com/ -- Linux Administration Services hel...@deepsoft.com -- Webhosting Services _______________________________________________ Doxygen-users mailing list Doxygen-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/doxygen-users