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
4,786
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
Support the `_` analogous to `*`
To enable this layout set: - DISABLE_INDEX = NO - GENERATE_TREEVIEW = YES - FULL_SIDEBAR = YES
…rail Dangerous trailing context in commentcnv.l
issue #11420 Triple underscores in Markdown mode not supported
…onfiguring file Based on the comment #11416 (comment) Made definitions of `M_PI` and `strcasecmp` consistent between `gd.h` and `mscgen_config.h`
…onfiguring file Fixed usage of `CMAKE_SOURCE_DIR` versus `CMAKE_CURRENT_SOURCE_DIR` so doxygen can be used as "cloned sub-project"
issue #11420 Add documentation about triple underscore emphasis
issue #11416 CMake: Error in doc_internal/CMakeLists.txt:22 Problem configuring file
issue #11416 CMake: Error in doc_internal/CMakeLists.txt:22 Problem configuring file
When having in the html or latex header or footer the substitute pattern `$showdata` without the mandatory format so something like `$showdate(%Y %H %M %S)` doxygen will go into an endless loop as the input pointer is not changed. - handling incorrect, e.g. `$showdata` - giving an appropriate warning (substitute [pattern is not shown and might get unnoticed
We have to distinguish for writing of the settings between - writing to the, HTML, doxywizard "console" - writing to file / pipe to run doxygen In the first case characters like `<` have to be escaped, in the second case this should not happen. This is actually a regression on: ``` Commit: d3d0a1d [d3d0a1d] Date: Thursday, January 2, 2025 4:00:17 PM String representation at "show configuration" in doxywizard 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 note to issue #11310) ```
issue #11415 doxywizard replaces < and > in aliases with < / >
…titute Incorrect substitute pattern in header / footer
Some warnings are repeated a number of times even though they refer to the same problem. By storing a md5sum of the warnings (less space than the full message) this can be prevented.
…_PATH` When `SHOW_GROUPED_MEMB_INC` is set the filename respects `STRIP_FROM_PATH` and not `STRIP_FROM_INC_PATH` although the documentation already say it will add a `#include` statement.
…h absolute paths This commit fixes the problem that the paths to external documentations were preceeded with resultsPath even if the external documentation has an absolute path resulting in the creation of invalid links like search/https://somepath
Prevent some code duplication and more generic way to get string values
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.13.0 to 6.14.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@ca877d9...0adf995) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Fix wrong links created in search box for external documentations with absolute paths
…in template's documentation instead of the specialization's documentation.
…er/build-push-action-6.14.0 Bump docker/build-push-action from 6.13.0 to 6.14.0
Small omission found by tests
Spelling correction
After review, prevent thread save problems
…arkers Corrected by removing 2nd `[` / `]`
The handling of the `\xrefitem` should also end at the end of a table element (start / end of a row / cell / header row / table)
Made an exception for images starting with `http:://` and `https://"
…nings In case no name is specified the current entry is not valid and should be "emptied" Also the initializer line should be removed (might be a left over from some other parts as found some other tests). Note this also tackles #11451
Translation german update
…ithub/doxygen into albert-github-feature/bug_cite_option
Also fixes problem interpreting page titles with \<tag\> as <tag> in the navigation panel
Since the last update of the German translator (good and necessary, #11570) the compilation under Cygwin gives problems: ``` /usr/lib/gcc/x86_64-pc-cygwin/12/../../../../x86_64-pc-cygwin/bin/as: CMakeFiles/doxymain.dir/language.cpp.o: too many sections (32796) /tmp/ccdnzEmx.s: Assembler messages: /tmp/ccdnzEmx.s: Fatal error: can't write 14 bytes to section .text of CMakeFiles/doxymain.dir/language.cpp.o: 'file too big' /usr/lib/gcc/x86_64-pc-cygwin/12/../../../../x86_64-pc-cygwin/bin/as: CMakeFiles/doxymain.dir/language.cpp.o: too many sections (32796) /tmp/ccdnzEmx.s: Fatal error: CMakeFiles/doxymain.dir/language.cpp.o: file too big make[2]: *** [src/CMakeFiles/doxymain.dir/build.make:1672: src/CMakeFiles/doxymain.dir/language.cpp.o] Error 1 ``` by setting the `big-obj` option this can be overcome.
Linking doxygen under Cygwin
…e-jt/doxygen into dmccabe-jt-trailing-return-type-pure
Nesting of `longtabu` environments is not possible, on other places already the inside environment was already `longtabularx` this has been done also for this case.
Spelling correction
Spelling correction
…b/doxygen into albert-github-feature/issue_11279
…ream project documentation (no uniquely matching class member found for)
…ream project documentation (no uniquely matching class member found for)
Based on the analyses in comment #8049 (comment) where a lone `<table>` tag was identified which resulted in an empty table in the LaTeX output. which resulted in the error: ``` ! Missing # inserted in alignment preamble. <to be read again> \cr l.24 \end{longtabu} ? ``` when building the pdf file. Source code: ``` /** * Defines the style from attributes and properties of an AbiWord <table>. */ void fetchAttributesFromAbiTable(const PP_AttrProp* pAP) { } ``` Empty tables (i.e. tables without any rows are discarded.
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.16.0 to 6.17.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@14487ce...1dc7386) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 6.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…er/build-push-action-6.17.0 Bump docker/build-push-action from 6.16.0 to 6.17.0
Tables without any rows result in error in LaTeX
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