| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
Bug 780630 - Nested @ingroup generates bad breadclumb list
|
| |
| |
| |
| | |
The writing of the "pipe" symbol was done at the wrong moment.
|
|\ \
| |/
|/| |
Bug 779650 - Typo in http://doxygen.nl/manual/docblocks.html
|
|/
|
|
| |
Corrected spelling
|
| |
|
|\ |
|
| |\
| | |
| | | |
Crash of doxygen on not understood code
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
When feeding doxygen with:
```
%!test <*33536>
%! [a, b, c] = strread ("1,,2", "%s%s%s", "delimiter", ",");
```
in a `.m` files doxygen crashes.
The code is seen as Objective-C code but in fact is Octave (Matlab) code and as such not supported / not understood by doxygen. This should not be fed into doxygen, but also should not crash doxygen.
|
| |\
| | |
| | | |
A mainpage doesn't have an anchor to jump to
|
| |/
| |
| |
| |
| | |
Based on the question: https://stackoverflow.com/questions/59685012/doxygen-markdown-links-to-main-page-do-not-work?noredirect=1#comment105616212_59685012
The markdown mainpage has no anchor so it is not possible to link to it, added an anchor so it is consistent with other page commands.
|
| |\
| | |
| | | |
CMake and examples
|
| | |
| | |
| | |
| | |
| | | |
Making more use of arrays in CMake to create the documentation of examples.
Renaming the template/templ example to have a more consistent naming with the other examples.
|
|/ / |
|
|\ \
| |/
|/| |
Possibility to use gswin64c on Windows
|
| |
| |
| |
| | |
include file was missing
|
| |
| |
| |
| |
| | |
On windows the 32 bit executable is called gswin32c, but for the 64-bit systems also a gswin64c exists.
The path is checked for the existing of these executables (with a preference for the 32 bit version).
|
|\ \
| | |
| | | |
issue #7484 Error: /undefined in getenv
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The command `ps2epsi` also uses the `gs` command and this gives some problems with the gs9.50 version.
An alternative is the `eps2eps` command that doesn't have these problems with the gs9.50 version.
See also:
- #7290
- https://bugs.ghostscript.com/show_bug.cgi?id=702024
|
|\ \ \
| | | |
| | | | |
Updated Swedish translation to match the latest version
|
| |/ / |
|
|\ \ \
| | | |
| | | | |
Consistency `\*only` and `\end*only` commands
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Not all possibilities in respect of `\*only` and `\end*only` commands were present which could lead to messages like:
```
.../aa.h:4: warning: reached end of comment while inside a \rtfonly block; check for missing \endrtfonly tag!
../.aa.h:4: warning: rtfonly section ended without end marker
.../aa.h:4: warning: rtfonly section ended without end marker
```
in case of a problem like:
```
/** \file
* \rtfonly
* RTF /* Nested */
* \endrtfonly
*/
```
|
|\ \ \
| | | |
| | | | |
Remove unused rules
|
| |/ /
| | |
| | |
| | | |
Remove some unused rules.
|
|\ \ \
| | | |
| | | | |
Adding commands `\rtfinclude`, `\docbookinclude`, `\maninclude` and `\xmlinclude`
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
`\xmlinclude`
Adding for consistency with `\*only`, `\htmlincclude` and `\latexinclude` the commands: `\rtfinclude`, `\docbookinclude`, `\maninclude` and `\xmlinclude`
|
|\ \ \
| | | |
| | | | |
Bug 769411 - Confuses functions with the same name, but different namespace
|
|/ / /
| | |
| | |
| | | |
Check that the members are in the same namespace before combining documentation
|
|/ /
| |
| |
| | |
silently ignored
|
| | |
|
|\ \
| |/
|/| |
Correction behavior of make clean in respect to version files
|
| |
| |
| |
| |
| | |
I case we ran `make clean` it was not possible anymore to generate doxygen as the generated file `generated_src/gitversion.cpp` was not present any more and it was not re-generated.
The generation of the `generated_src/gitversion.cpp` depends on teh `generated_src/git_state` file and this file was still present. This has been corrected.
|
|\ \
| |/
|/| |
Showing information from all \*only commands in XML output
|
|/
|
|
| |
This fix reverts the changes from #381 (i.e issue #4214 "htmlonly content appears in generated XML output (Origin: bugzilla 646002)", as XML is seen as an output format that can be further processed and therefore should contain all possible information.
|
|\
| |
| | |
issue #7477 Broken urls in the xml output
|
|/
|
|
|
| |
Made code analogous to HTML code.
Also the doxygen internal tests suffered from this problem.
|
|\
| |
| | |
Small spelling correction in portable.cpp
|
| |
| |
| |
| | |
Small spelling correction in portable.cpp
|
|\ \
| |/
|/| |
Small spelling correction in change log
|
|/
|
|
| |
Small spelling correction in change log
|
| |
|
|\ |
|
| |\
| | |
| | | |
issue #7464 1.8.17: test suite is failing
|
| |/
| |
| |
| |
| |
| |
| |
| | |
On Windows the syntax with the command and arguments in one string worked but on *nix (and Cygwin) it didn't.
- changed calls to Popen to split command (see also: https://docs.python.org/3/library/subprocess.html).
- explicitly specify files to check for xhtml
- changed call to xmllint for xhtml and docbook (due to stdout overflow in some cases, we are not really interested in the, formatted, output of xmllint).
- in the update part a `read` was left, should have been removed.
|
|/ |
|
| |
|
| |
|
|\ |
|
| |\
| | |
| | | |
Adding check on configuration setting EXTENSION_MAPPING
|
| |/
| |
| |
| | |
In #7419 the EXTENSION_MAPPING test was omitted
|