Skip to content

Commit

Permalink
Removed unnecessary use of @@.
Browse files Browse the repository at this point in the history
  • Loading branch information
lawmurray committed Apr 6, 2024
1 parent af53a62 commit b3effb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/parsing.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ class ClassWithMembers {
}

/**
* Attempt to move a member out of its class with `@@ingroup`, but should
* Attempt to move a member out of its class with `@ingroup`, but should
* remain in `ClassWithMembers`.
*
* @ingroup parsing
Expand Down

0 comments on commit b3effb3

Please sign in to comment.