Skip to content

Formulas in member groups ignored (Origin: bugzilla #682258) #4854

@doxygen

Description

@doxygen

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

No one assigned

    Labels

    enhancementa request to enhance doxygen, not a bug

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions