forked from doxygen/doxygen
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Upstream merge conflict #1
Draft
shahmoradi
wants to merge
4,662
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 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
cmake: Fix flex version check for overriding the register keyword
- adding missing module part - small corrections about available items - small layout issues
To improve backward compatibility. Also a warning is now raised for missing items when using layout version 2.0
Add module part to customize documentation
Also update the documentation regarding new layout behavior when information is missing.
Running a xml-lint checker over the documentation revealed: - missing `</li>` tag.
In case a string in the settings contains a `<` / `>` / `&` this can give strange results as they are literally interpreted but should be escaped. (issue is a side not to issue #11310)
…250102 Documentation corrections.
issue #11210 Support for Plus sign code fence directives - GitHub flavor
…ywizard String representation at "show configuration" in doxywizard
…arkdown table Detecting `\ilinebr` and seeing it as end of command as well.
The README says: Furthermore you can display the doxygen version used at the top of the output using `--version` and the warnings emitted by doxygen at the bottom of the output by means of `--debug`.
- special character for HTML needed to be escaped in HTML way - added preformatted tags to debug message.
…in the same output file
- adding different possible image formats to `DOT_IMAGE_FORMAT` (found by trying e.g. `dot -Tsvg:xx` and inspecting the error given) - Format `svg:cairo` and `svg:vcairo:cairo` cannot be used with `INTERACTIVE_SVG` and also have a slightly different place of `width` and `height`)
…to invalid links
issue #11308 SVG dot graphs have added padding
To speed up loading, especially for the graphical class hierarchy page
- Remove hover effect for navigation arrows - Add animation effect for folder close to open
…her navigation arrows
Adding "loading" attribute to dtd
Small correction to internal documentation (similar documentation as with other classes within the `reg` namespace)
issue #11504 References not generated when tilde and dot in directory name
Small correction to internal documentation
…com/albert-github/doxygen into albert-github-feature/bug_hide_compound_reference
In case `CASE_SENSE_NAMES=YES` the directory name `TestKernel` was matched with `EXCLUDE_PATTERNS=*/test*` on Windows. When introducing the settings `SYSTEM` / `YES` / `NO` for `CASE_SENSE_NAMES` in: ``` Commit: f41a679 [f41a679] Date: Thursday, August 18, 2022 3:23:54 PM issue #9236 doxygen x_noenv should always diff system-dependent settings Making the `CASE_SENSE_NAMES` settings an enum with values `SYSTEM`, `YES` and `NO`. In case `SYSTEM` is chosen the value is, system dependently changed at runtime. ``` no automatic overruling should take place anymore.
The value `.ixx` was mentioned twice with configuration setting `FILE_PATTERNS`
Handling of case sensitive file / directory names
Correction of translation error
issue #11525 Translation error Dutch
…e_value Value mentioned twice with configuration setting `FILE_PATTERNS`
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