| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Better handling of continuation lines when converting from fixed form Fortran to free form Fortran, especially handling the information in columns 733 and further (which is in fixed formatted Fortran always comment)
An `end` statement can start not only on lines with spaces in front of it but also when a line has a label or the `end` can be after a `;`.
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
qglobal.h: Fix build on AIX
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
AIX's inttypes.h already defines the type int64, check if it is
already included before attempting to redefine it.
Tested on AIX 7.2
|
|\ \ \ \ \ |
|
| |\ \ \ \ \
| | | | | | |
| | | | | | | |
issue #6882 1.8.15 regression: caller graph created even though CALLER_GRAPH = NO
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
= NO
the enabling of the caller graph was set by the references relation (regression on issue #6562)
|
| |\ \ \ \ \
| | | | | | |
| | | | | | | |
issue #6764 Incorrect parsing of C enum comments defined using a macro
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
When in a `/*` comment skip till end of the comment so a `,` won't be seen as the argument separator.
|
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
issue #6775 LaTex package newunicodechar: "package won't work "
|
| | | |_|_|/ /
| | |/| | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Some older distributions with newunicode package 1.1 need this option `\usepackage[utf8]{inputenc}`.
Option was already present in the main LaTeX output i.e. refman.tex
|
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Bug 645910 - Segfault on recursion while parsing "\subpage A" in "\page A"
|
| | | |_|_|_|/
| | |/| | | |
| | | | | | |
| | | | | | |
| | | | | | | |
In version 1.7.3 (till 1.8.7) the problem of direct recursion (i.e. in a page is a subpage to itself) we got a segmentation fault, as of 1.8.8 the problem went into an endless loop.
The direct recursion is now detected.
|
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Remove superfluous paragraph tags
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Removed some superfluous paragraph tags in HTML (`</p>`).
|
| |\ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Multiple use of HTML attributes
|
| | | |/ / / / /
| | |/| | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
In case an attribute is used multiple times the XHTML validator gives (here for the style attribute):
parser error : Attribute style redefined
Created routine to merge these types of attributes.
|
| |\ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Possibility to show converted fixed form
|
| | | |_|_|_|/ /
| | |/| | | | |
| | | | | | | |
| | | | | | | | |
Create an easy possibility to show the Fortran source as converted from fixed form to free form.
|
|/ / / / / / / |
|
|\ \ \ \ \ \ \ |
|
| |\ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
secreflist command output shows in 1 column (HTML)
|
| | |/ / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
The output from the `\secref` command shows in 1 column instead of 3.
The `column-count` (also possibile without `-moz` or `-webkit`) should be with the `<ul>` tag instead of the `<div>` tag
|
|/ / / / / / / |
|
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| |\ \ \ \ \ \
|/ / / / / / /
| | | | | | |
| | | | | | | |
https://github.com/albert-github/doxygen into albert-github-feature/bug_lineno_split_examples
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
With the commands like `\skip`, `\skipline` it is possible to show parts of a file for further explanation / tutorials. They can be started with `\include` or `\dontinclude` but in case `\include` specifies that the line numbers have to be shown they are only shown in the full example and not in the split up example
- show line numbers in split up example in case `lineno` is required
- add `lineno` option to `\dontinclude` so here also line numbers can be shown.
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| | | | | | | |
|
| |\ \ \ \ \ \
|/ / / / / / /
| | | | | | |
| | | | | | | |
https://github.com/albert-github/doxygen into albert-github-feature/bug_warn_nofile_incl
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Create a warning in case no `\include` or `\dontinclude` command has been given before using `\skip`, `\line`, `\skipline` or `\utnil`
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | | |
This reverts commit d4243bc66fc911012c8222514d5b33a222993ae5.
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
albert-github/feature/bug_abstract_intf_regression_2
Regression on Definition and derived classes that are abstract interfaces (2)
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Looks like some more possible problematic places (no test case present)
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
There was a incorrect cast which didn't show with compilers on *nix, but does on windows.
Problem occurred at least with test 58, 62 and with documentation (tclexample)
|
|\ \ \ \ \ \ \ |
|
| |\ \ \ \ \ \ \
| | |/ / / / / /
| |/| | | | | | |
Regression on Definition and derived classes that are abstract interfaces
|
| |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
In the doxyapp a number of casts were not corrected.
|
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
issue #6847 Physical newlines (^^) in ALIASES produce a mismatch between documentation and source code
|
| | |/ / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
documentation and source code
In 1.8.15 the `^^` was already translated to `\_linebr` but here there was a ` ` (space) after the `^^`, here this is not the case resulting in "warning: Found unknown command `\_linebrline'"
placing a ` ` after the translated value solves this problem.
|
|/ / / / / / |
|
|\ \ \ \ \ \
| |/ / / / / |
|
| |\ \ \ \ \
| | | | | | |
| | | | | | | |
Removed page restriction with `\anchor` command in documentation
|
| | |/ / / /
| | | | | |
| | | | | |
| | | | | | |
The `\anchor` command can used on other places as well.
|
| |\ \ \ \ \
| | | | | | |
| | | | | | | |
Indentation of paragraphs in LaTeX
|
| | |/ / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Looking in the documentation at e.g. the commands `\class` or `\image` we see that the start of some paragraph titles in LaTeX is a bit to the left of the normal indentation.
Corrected the leftmargin setting (consistent with other settings).
|
| |\ \ \ \ \
| | | | | | |
| | | | | | | |
Section title runs into margin
|