-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
enhancementa request to enhance doxygen, not a buga request to enhance doxygen, not a bug
Description
status NEW severity normal in component general for ---
Reported in version 1.8.2-SVN on platform Other
Assigned to: Dimitri van Heesch
On 2012-08-20 13:05:39 +0000, Philipp Moeller wrote:
When using a formula inside the name of a member group it is not rendered as
math but printed verbatim including the delimiters into the HTML output.
This class demonstrates the problem:
/*!
My X.
*/
class X
{
public:
/// \name A \f$alpha\f$ Heading
/// @{
/// Nope.
void what();
/// @}
};
The member group heading will be rendered as "A \f$alpha\f$ Heading" in the
HTML output. This is not influenced by the USE_MATHJAX setting.
On 2012-11-18 11:07:17 +0000, Dimitri van Heesch wrote:
Changed version 'latest' to '1.8.2-SVN' so I can remove 'latest' as an
option as it is a moving target.
Metadata
Metadata
Assignees
Labels
enhancementa request to enhance doxygen, not a buga request to enhance doxygen, not a bug