Draft
Conversation
issue #11838 It is not possible to add long tables in pdf documentation
Discussion #11852 Why is name of docSect6Type sect5 in docInternalS5Type?
Rationale: - not really beneficial to use a custom type anymore. - Using same type as return type gives the compiler more options for return value optimization (RVO).
* refactor(xmlgen): remove dead finish method * refactor(layout): remove dead clear method * refactor(growbuf): remove dead reserve, get, and empty method * refactor(textstream): remove dead stream, and file function * refactor(arguments): remove dead front, and at method * fix(xmlgen): remove commented line * Revert "refactor(arguments): remove dead front, and at method" This reverts commit 5d16d41. * Revert "refactor(growbuf): remove dead reserve, get, and empty method" This reverts commit 5227489.
…enerated HTML The current situation is a bit inconsistent as depending on the number of paragraphs in an item the `<p class="startli">` is added or nor. In case one of the items consists of multiple paragraphs the `<p class="startli">` is added for all paragraphs in the items in the current item block. When having maximal 1 paragraph for each item the `<p class="startlisingle">` is added so the user can (through a css file) choose a different layout for both situations.
Made the test so that extra empty lines etc. due to a change in xml writing library doesn't influence the tests.
Adding warning about the cause of the problem (unterminated fenced comment block)
issue #11863 parse of markdown does not exclude Code blocks
…exed parameters making the `\mbox` usage a bit more sophisticated (checking the length so long links can be wrapped) using `\doxymbox`. Based on - idea from https://tex.stackexchange.com/a/18577/44119 , there were problems with a.o. `\hbox` in hyperlinks, so using: - strategy / code used for length determination of tables
- don't break lines before a `:` but after it (be careful with `::`) - add `/` as place for line breaking
Handle the `ilinebr` command properly after a file mask (i.e. ending the file mask and pushing the` ilinebr` command back_
Needed for official Qt6 package
…b/doxygen into albert-github-feature/issue_11722
Line breaking points in LaTeX
- Merged with master branch - added breakpoint at `#` sign.
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] <support@github.com>
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
Analogous to the the problem with the `//` comments also with the `/*` type of comments the problem was present.
…output, no error) in 1.16.1 The BOM characters are not allowed by doxygen and under windows these non printable characters caused problems. Reformulated warning in case if a non printable character.
Missing closing round bracket.
Dynamic sections
…gen into albert-github-feature/issue_11984_2
Updated Polish translation to 1.16.0
Update translator_gr.h
Until now only in `code.l` and `lexcode.l` the disabling or enabling of the line numbers was implemented (could be seen when using the `\example` command) resulting in that for the non mentioned parsers the line numbers were shown.
Keep ///< style comments in concept definition as-is.
issue #11989 Doxyfile with UTF-8 BOM Doxyfile causes silent exit (no output, no error) in 1.16.1
Missing closing round bracket with `\cite` description
…tions_lineNumbers Handling of line numbers with e.g. `\example` command
…sidered the same from doxygen 1.16.1
Building the doxygen CHM documentation we got the warning: ``` When enabling GENERATE_HTMLHELP the HTML_CODE_FOLDING option should be disabled. I'll adjust it for you. ``` due to the removal of jquery, setting `HTML_CODE_FOLDING=NO`
The examples for the CHM documentation also contained some incorrect settings.
Disable `INTERACTIVE_SVG` when `GENERATE_HTMLHELP=YES`
…sidered the same from doxygen 1.16.1 Removing left over debug statement
Discussion #12000 CHM Viewer JavaScript Problem with svg.min.js
Error building doxygen CHM documentation
Issue #11985 C++20 function signature with different requirements considered the same from doxygen 1.16.1
…e + External Requirements)
Fix ObjC base list state leak between interface and protocol declarations
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