forked from doxygen/doxygen
-
Notifications
You must be signed in to change notification settings - Fork 0
Upstream merge conflict #1
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
Draft
shahmoradi
wants to merge
4,760
commits into
cdslaborg:master
Choose a base branch
from
doxygen:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Issue #11371 Odd behavior of line breaks in double quotes
…rt-github/doxygen into albert-github-feature/bug_uml_edge_fields
Some minor code simplications
…github/doxygen into albert-github-feature/bug_layout_edges
There are 2 problems (introduced by #11172): - handling of `@ilinebr` in commentcnv, so farther handling after alias substitution works when a `@ilinebr` is found - handling of `@ilinebr` in the markdown parser, in the *scanner.l this was already done by `stripIndentation` added this for markdown as well.
… wrong indentation beyond 8 spaces
Adding possibility for man pages to the test suite
Based om the comment with the issue #11373, mentioning the `ruff` checker for python, adjusted the used python scripts where necessary and possible.
…D macro that's defined in an included header file. Also the setting `EXPAND_ONLY_PREDEF` should be taken into consideration
issue #11393 With `EXPAND_ONLY_PREDEF`, Doxygen won't expand `PREDEFINED` macro that's defined in an included header file.
Correcting python scripts in respect to style
Create possibility to have also man pages generated in test suite
Support `<span>` tag analogous to other style change tags (like `<b>`).
When having an ampersand in an URL like: ``` https://en.wikipedia.org/w/index.php?title=Unsharp_masking&oldid=750486803#Photographic_unsharp_masking ``` this can lead to a warning in the xmllint checker like: ``` html\md_aa.html:108: parser error : EntityRef: expecting ';' ck"><p><a href="https://en.wikipedia.org/w/index.php?title=Unsharp_masking&oldid ^ ``` Note in e.g. the xml and docbook format there were already twice the filter call.
… wrong indentation beyond 8 spaces Ignore the line after """! when determining the indentation to strip.
issue #11310 "^^" in aliases not proper evaluated
Incorrect field when ampersand in URL
After the change for #11310 / 11385 got the message: ``` .../generated_src/commentcnv.l:1074: warning, dangerous trailing context ``` with this equivalent statement this message is gone
Support the `_` analogous to `*`
To enable this layout set: - DISABLE_INDEX = NO - GENERATE_TREEVIEW = YES - FULL_SIDEBAR = YES
…rail Dangerous trailing context in commentcnv.l
issue #11420 Triple underscores in Markdown mode not supported
…rt-github/doxygen into albert-github-feature/issue_9437_defgroup
…uctor call (C++) Handling of `{` as well. (Note a new state and some reordering had to be done of the lex code, otherwise an infinite loop was possible or the wrong rule was chosen)
See to it that a comment block with `@}` is handled better after an inline comment.
…ith inline code
…ith inline code Also fix issue with search results showing HTML tags
…ith inline code - properly process section/page/group titles for the search results - keep section formatting in page outline panel as well
…ith inline code
This avoids links not being generated if a definition in a non-linkable file has higher priority than the one in the linkable file. Add a flag `onlyLinkable` to `getResolvedSymbolRec` which makes it skip over unlinkable definitions. This flag is only set in `getDefsNew`. The result of this function is ultimately used in - DocParser::handleLinkedWord via resolveRef - DocRef::DocRef via resolveLink - DocLink::DocLink via resolveLink - linkifyText via getDefs All these users ignore unlinkable definitions. Fixes #11560.
Fix links not being generated
…sing std::numeric_limits
… evaluated javascript
…/doxygen into albert-github-feature/issue_8731
Issue #9843 Incomplete call graph when using curly brackets in constructor call (C++)
Add missing translations from 1.8.19 to fill the gap to the current version.
Translation german update
Also fixes problem interpreting page titles with \<tag\> as <tag> in the navigation panel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Upstream merge conflict with the fork by @shahmoradi