Skip to content

doccheck: make the file pattern more match riot.doxyfile#18431

Merged
kfessel merged 2 commits intoRIOT-OS:masterfrom
kfessel:p-doccheck-fix
Sep 19, 2022
Merged

doccheck: make the file pattern more match riot.doxyfile#18431
kfessel merged 2 commits intoRIOT-OS:masterfrom
kfessel:p-doccheck-fix

Conversation

@kfessel
Copy link
Copy Markdown
Contributor

@kfessel kfessel commented Aug 10, 2022

Contribution description

doccheck checks the @defgroup and @ingroup commands for doxygen sadly it uses a wrong list of files
this brings them more in sync

the file pattern used by doxygen can be found here:

FILE_PATTERNS = *.txt \
*.h \
*.hpp

Testing procedure

run doccheck

Issues/PRs references

@github-actions github-actions bot added Area: sys Area: System Area: timers Area: timer subsystems Area: tools Area: Supplementary tools labels Aug 10, 2022
@kfessel kfessel added CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR CI: skip compile test If set, CI server will run only non-compile jobs, but no compile jobs or their dependent jobs labels Aug 10, 2022
@kfessel kfessel requested a review from miri64 August 15, 2022 12:43
@kfessel
Copy link
Copy Markdown
Contributor Author

kfessel commented Sep 15, 2022

maybe @miri64 likes to have a look at this

@kfessel kfessel merged commit e43a75d into RIOT-OS:master Sep 19, 2022
@maribu maribu added this to the Release 2022.10 milestone Oct 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area: sys Area: System Area: timers Area: timer subsystems Area: tools Area: Supplementary tools CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR CI: skip compile test If set, CI server will run only non-compile jobs, but no compile jobs or their dependent jobs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants