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
5,366
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
… return types get merged together
Improvement/spell checking
…nslation Improvement/latvian translation
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
issue #11702 LaTeX output does not properly break lines with long indexed parameters
…ons/checkout-6 build(deps): bump actions/checkout from 5 to 6
…macro depending on include structure Making that anonymous structs / classes etc. are recognized as a typedef and not only when there is some comment between the words `typedef` and `struct`.) - `scanner.l` handle `typedef` always as a separate word (an not only when ere is some comment between the words `typedef` and `struct`) - `memberdef.cpp` see to that for anonymous items also the word `typedef` is shown in the output - `111 _autolink_8cpp.xml` consequence of better handling of `typedef` - `htmlgen.cpp` consistent handling / alignment of items
Handle `memItemLeft` attributes in css for more consistency / easier change by user Analogous `memItemRight`
The handling of `@` command indicator was different from the handling of the `\` command indicator. - looks like the addition in ``` Commit: 35f2f23 [35f2f23] Date: Monday, August 29, 2022 7:58:20 PM Incorrect handling of escaped command start commands in markdown ``` was incomplete. Also the `\` character was missing in the list of extra characters.
issue #11691 Faulty interpretation of Generics as Inheriting Classes in Python
…ssing } inserted" Changed rule as indicated in issue.
issue #11881 `@code` block inside a parameter list produces latex "Missing } inserted"
…dle_cmd Inconsistent handling of command indicator
Handle `memItemLeft` attributes in css
…macro depending on include structure `valign` attribute should have been removed from `AnonymousEnd` as well.
…info_ilinebr issue #11870 Spaces after `\fileinfo` are deleted
Discussion #11822 How to document a long URI/URL link
issue #9603 Unexpected warning "no matching file member found" for C macro depending on include structure
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.9.0 to 5.10.0. - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](docker/metadata-action@318604b...c299e40) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-version: 5.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…er/metadata-action-5.10.0 build(deps): bump docker/metadata-action from 5.9.0 to 5.10.0
In case no class definition available use the outerScope of the member
issue #11791 Brief descriptions for Enums contain invalid links
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