From doxygen-users Thu Feb 26 12:57:53 2009 From: Frans Englich Date: Thu, 26 Feb 2009 12:57:53 +0000 To: doxygen-users Subject: [Doxygen-users] HTML output: make member description arguments Message-Id: <200902261357.53910.frans.englich () telia ! com> X-MARC-Message: https://marc.info/?l=doxygen-users&m=123565349716642 Hi, The HTML output of C++ member descriptions uses HTML tables to line up the arguments of a function call. Hard to copy & paste of course, but it looks something like this: void QXmlQuery::bindVariable ( const QString & localName, const QXmlItem & value ) I'd like the arguments to be listed on one single line: void QXmlQuery::bindVariable(const QString &localName, const QXmlItem & value) HTML_ALIGN_MEMBERS affects the summary for the class and hence does not achieve what I want, afaict. I'm trying to find a way to achieve it. How would you approach customizing this? The only one I can suspect, is that maybe CSS is strong enough to align a complete table on one line, but that surely doesn't sound like a sane approach to me. Cheers, Frans ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ Doxygen-users mailing list Doxygen-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/doxygen-users