Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use balanced braces for doxygen formulas. #15640

Merged
merged 1 commit into from Jul 4, 2023
Merged

Conversation

bangerth
Copy link
Member

@bangerth bangerth commented Jul 4, 2023

doxygen used to require that formulas be written as

  @f{align*}
  ...
  @f}

which is, for OCD people like all of us, unsettling because the braces are not balanced. But for several years already, it now allows the alternative syntax

  @f{align*}{
  ...
  @f}

which is far more satisfying. A little bit of PERL magic makes that possible.

@tamiko tamiko merged commit 4f5a14a into dealii:master Jul 4, 2023
11 of 15 checks passed
@bangerth bangerth deleted the brace branch July 4, 2023 23:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants