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

Warning with ingroup command at end of alias #10832

Merged
merged 1 commit into from Apr 29, 2024

Conversation

albert-github
Copy link
Collaborator

When having the simple problem:


/** @defgroup dm dep mac */

/** @old{ONIGENC_MBCLEN_CHARFOUND_P} */
int fnmatch_helper()
{
}

with

QUIET = YES
ALIASES                = "old{1}=@ingroup dm"
INPUT = pp.c

we get the warning like:

pp.c:6: warning: Found non-existing group 'br' for the command '@ingroup', ignoring command

By first ending the command before adding the <br>

Example: example.tar.gz

(Found by Fossies for the ruby 3.2.4. package, warning occurred 14359 times)

When having the simple problem:
```

/** @defgroup dm dep mac */

/** @old{ONIGENC_MBCLEN_CHARFOUND_P} */
int fnmatch_helper()
{
}
```
with
```
QUIET = YES
ALIASES                = "old{1}=@InGroup dm"
INPUT = pp.c

```
we get the warning like:
```
pp.c:6: warning: Found non-existing group 'br' for the command '@InGroup', ignoring command
```

By first ending the command before adding the `<br>`
@albert-github albert-github added bug Markdown Markdown translation input related issue labels Apr 28, 2024
@albert-github albert-github changed the title Waring with ingroup command at end of alias Warning with ingroup command at end of alias Apr 28, 2024
@doxygen doxygen merged commit e059191 into doxygen:master Apr 29, 2024
8 checks passed
@albert-github albert-github added the fixed but not released Bug is fixed in github, but still needs to make its way to an official release label Apr 29, 2024
@albert-github albert-github deleted the feature/bug_md_alias_space branch April 29, 2024 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug fixed but not released Bug is fixed in github, but still needs to make its way to an official release Markdown Markdown translation input related issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants