Draft
Conversation
Small correction to usage help information
Sometimes we see in the documentation an incorrect repeated word, this has been corrected.
Remove / correct usage of doubled words
doc: fix archived Microsoft HTML Help Workshop download link
…cies Remove jQuery dependencies from clipboard.js
…cies-navtree Replace jQuery dependencies with vanilla JavaScript in navtree.js
…ections_tooltips.js Co-authored-by: doxygen <1300762+doxygen@users.noreply.github.com>
Consistency corrections regarding usage of extensions. (Removed an incorrect `s` in config.xml)
# Conflicts: # src/docnode.cpp # src/docparser.cpp # src/docparser_p.h
…cies-again Replace jQuery with vanilla JavaScript ES6 in dynsections.js and dynsections_tooltips.js
Co-authored-by: David Hebbeker <david.hebbeker@gmail.com>
Consistency corrections regarding usage of extensions.
* Initial plan * Replace jQuery with vanilla JavaScript in darkmode_toggle.js Co-authored-by: doxygen <1300762+doxygen@users.noreply.github.com> * Replace deprecated keyCode with modern key property Co-authored-by: doxygen <1300762+doxygen@users.noreply.github.com> * Fix timing issue: mimic jQuery ready() behavior with readyState check Co-authored-by: doxygen <1300762+doxygen@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: doxygen <1300762+doxygen@users.noreply.github.com>
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.6.0 to 3.7.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@5e57cd1...c94ce9f) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…er/login-action-3.7.0 Bump docker/login-action from 3.6.0 to 3.7.0
Small precision regarding usage of the code span limits regarding `` ` ... ' ``
When having something like: ``` #if !defined(__linux__) /* @code */ #endif ``` we get a warning like: ``` warning: More #if's than #endif's found (might be in an included file). ``` as an attempt is made too match `@code` with `@endcode` even in a non doxygen comment
Documentation code span limits
Mismatch `#if` / `#endif` when "verbatim" command in non doxygen comment
Replace jQuery based smartmenus with vanilla JavaScript in menu.js ----- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Dimitri van Heesch <doxygen@gmail.com>
When having something like: ``` ## A fie def aa_fie1: # Inside fie with `tick pass ``` we get a warning like: ``` a.py:8: warning: Reached end of file while still searching closing '`' of a verbatim block starting at line 6 ``` this is not correct as line 8 is non-doxygen comment and should not be inspected.
Error running test 120 without `--xml`
Remove obsolete function
When we have an example with dot / msc /plantuml /dia / mermaid / formulas/ class / call graph ... and we have LaTeX / Docbook / rtf enabled and chm and / or qhp we get warnings when we generate the chm / qch file due to files hat were added to the `hhp` / `ghp` file. Same occurs with the extra file specified for latex.
Remove obsolete function
Warnings when generating diagrams with LaTeX and HTMLHelp / QHP enabled
When HtmlHelp is enabled the `MERMAID_RENDERMODE` should have the value `CLI` as the JavaScript is not understood.
`MERMAID_RENDER_MODE` should be set to `CLI` for the doxygen chm documentation as well
- support SVG for different formats in Mermaid diagrams - synchronize handling of output format and output extension for Mermaid
We possibly only need the dark mode formulas for the HTML output format, not for the other formats
…maid_render_mode HtmlHelp and mermaid render mode
Disable dark mode except for HTML output format
…xygen into albert-github-feature/bug_mermaid_svg
Changed ``` MermaidManager::OutputFormat MermaidManager::imageFormat(OutputFormat format) ``` to ``` MermaidManager::ImageFormat MermaidManager::convertToImageFormat(OutputFormat outputFormat) ``` to improve type safety and readability.
… struct and the parent class has a using-alias in another namespace
Solving new reported `nullptr`problem reported by coverity.
- report imbalance in #if/#endif for the correct file - keep track of the first \cond..\endcond section that causes an imbalance in #if/#endif for a file, and refer to it in the warning message.
…with a templated parameter
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 7.0.0 to 7.1.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@d08e5c3...bcafcac) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…fier and = Handling of comment etc. "inside" an `using` statement. Special handling is required in case the "name and "=" sign are not handled with the same rule (the other cases need a new variable, that is now added slightly delayed)
…er/build-push-action-7.1.0 Bump docker/build-push-action from 7.0.0 to 7.1.0
issue #12035 `using` ignored when attribute or comment between identifier and =
Agent-Logs-Url: https://github.com/doxygen/doxygen/sessions/701fc8af-ecba-40c6-a6ba-51450f502597 Co-authored-by: doxygen <1300762+doxygen@users.noreply.github.com>
Updated the project version information and clarified the generation tools used for various files.
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
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