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 about end of list in brief description after alias ^^ replacement #8004

Merged
merged 1 commit into from
Sep 16, 2020

Conversation

albert-github
Copy link
Collaborator

@albert-github albert-github commented Sep 3, 2020

With the alias:

ALIASES += "sbl_add_package_main_class{2}=\brief \1 ^^ \2"

and the comment:

\sbl_add_package_main_class{Defines, \details dihedrals}

we will get the replacement:

\brief Defines \ilinebr \details dihedrals

but this leads to a number of warnings like:

warning: End of list marker found without any preceding list items

As the end of the brief description is here \ilinebr this is replaced in the definition by \ilinebr. (so with a .). We first have to strip the artificial newlines at (the beginning and) the end end of the brief description before adding the ..

(Found as side effect of https://stackoverflow.com/questions/63710433/doxygen-alias-with-arguments-the-classical-linebr-problem).

Example: example.tar,.gz

…cement

With the alias:
```
ALIASES += "sbl_add_package_main_class{2}=\brief \1 ^^ \2"
```
and the comment:
```
\sbl_add_package_main_class{Defines, \details dihedrals}
```
we will get the replacement:
```
\brief Defines \ilinebr \details dihedrals
```
but this leads to a number of warnings like:
```
warning: End of list marker found without any preceding list items
```

As the end of the brief description is here `\ilinebr` this is replaced in the definition by `\ilinebr.` (so with a `.`). We first have to strip the aritficial newlines at (the beginning and) the end end of the brief description before adding the `.`.

(Found as side effect of https://stackexchange.com/filters/57710/doxygen).
@doxygen doxygen merged commit c1901d0 into doxygen:master Sep 16, 2020
@albert-github albert-github deleted the feature/bug_listend branch September 17, 2020 09:07
@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 Sep 17, 2020
@doxygen doxygen removed the fixed but not released Bug is fixed in github, but still needs to make its way to an official release label Dec 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants