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,156
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
+479,886
−123,360
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
Spelling correction
…the beginning of a line of an ALIASES argument
…es with () or a markdown code spans
Corrected inconsistencies in language maintainers email addresses (replace the `.` by ` dot `)
Inconsistencies in language maintainers email addresses
- Tables without caption still showed the table number as caption - Table header text now renders with bold font
In case a label is empty, the `_` should not be present either (can result in multiple defined label `_`, found in test 109).
…abel Don't label an empty label as `_` with a table
- possibility of multi line table headings - possibility to have "heading" cells in the middle of a table (analogous to HTML output)
Made generation language version table consistent between HTML and LaTeX, all based on a normal doxygen (HTML) table. - better heading when table is split over pages - version needed `\.` instead of `.` otherwise it an artificial linebreak would occur.
Possibility to use verbatim parts in `tblr` tables, i.e. when in a table we switch to `DoxyCode` and do some filtering.
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@74a5d14...184bdaa) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.7.0 to 5.8.0. - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](docker/metadata-action@902fa8e...c1e5197) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-version: 5.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Improvement layout html commands table in documentation (beginning of line was a bit ragged)
Based on review / tests
In case of a nested table an extra empty line was shown in the latex output, this has been removed. (When the user wants an extra line he bac always use e.g. a `\n`)
…ter READ attribute Allow besides spaces also newlines inside a `Q_PROPERTY`.
…nslation Improvement/latvian translation
…guage Improvement/latvian language
…guage Improvement/russian language
This reverts commit ddbeba1.
perf(cite): add missing constexpr and noexcept
…-code Improvement/remove dead code
Also removes a bit of dead code.
…dosov/doxygen into artyom-fedosov-improvement/formatting
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