Skip to content

remove invalid # chars from documentation#65

Merged
rdmark merged 1 commit into
mainfrom
doxygen-hashes
Oct 27, 2025
Merged

remove invalid # chars from documentation#65
rdmark merged 1 commit into
mainfrom
doxygen-hashes

Conversation

@rdmark

@rdmark rdmark commented Oct 15, 2025

Copy link
Copy Markdown
Collaborator

In doxygen, a # is used to create a reference to a documented entity

This corrects two instances where this was used incorrectly, which triggered unexpected errors when running doxygen in strict mode (WARN_AS_ERROR=YES)

https://www.doxygen.nl/manual/commands.html#cmdhash

In doxygen, a # is used to create a reference to a documented entity

This corrects two instances where this was used incorrectly,
which triggered unexpected errors when running doxygen in strict mode
(WARN_AS_ERROR=YES)

https://www.doxygen.nl/manual/commands.html#cmdhash
@rdmark
rdmark requested a review from msteinert October 15, 2025 21:20
@sonarqubecloud

Copy link
Copy Markdown

@github-actions

Copy link
Copy Markdown

File Coverage Lines Branches
All files 68% 73% 63%
bstring/bstraux.c 55% 64% 46%
bstring/bstrlib.c 73% 76% 69%

Minimum allowed coverage is 50%

Generated by 🐒 cobertura-action against 09f40fc

@rdmark
rdmark merged commit 5796efd into main Oct 27, 2025
18 checks passed
@rdmark
rdmark deleted the doxygen-hashes branch October 27, 2025 05:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant