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

Commits on Apr 28, 2024

  1. Waring with ingroup command at end of alias

    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 committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    04f17af View commit details
    Browse the repository at this point in the history