| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\ |
|
| |\
| | |
| | | |
Refactoring position of layout_default.xml
|
| | |
| | |
| | |
| | | |
The position of the `layout_defaul.xml` was still done by a dedicated script and not by the resource manager.
|
|/ / |
|
|/ |
|
|
|
|
| |
project
|
| |
|
| |
|
|\ |
|
| |
| |
| |
| |
| | |
When a `\r` is present of the line ending of the file `layout_default.xml` this leads to unexpected results (the `\r` should not be present at all).
By means of removing the `\r` this problem can be solved.
|
| | |
|
|/ |
|
| |
|
|\
| |
| | |
Remove warnings from util.cpp
|
| |
| |
| |
| |
| |
| |
| |
| | |
Remove warnings from util.cpp (as done on other places as well):
```
...\src\util.cpp(3592): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
...\src\util.cpp(3593): warning C4242: '=': conversion from 'int' to 'char', possible loss of data
```
|
|\ \
| | |
| | | |
Miscounting of lines in case of inserting an anchor for a "H." tag
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
When having a simple file like:
```
# The page
# a section
##### a h5 section
\error7
```
we get as warning:
```
.../aa.md:8: warning: Found unknown command '\error7'
```
instead of
```
.../aa.md:7: warning: Found unknown command '\error7'
```
This is due to the fact that the
```
##### a h5 section
```
is translated into:
```
\anchor autotoc_md2
<h5>a h5 section</h5>
```
instead of
```
\anchor autotoc_md2\ilinebr <h5>a h5 section</h5>
```
|
| | | |
|
|/ / |
|
| | |
|
|/ |
|
|\
| |
| | |
Multiple anchors with member-group
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
When running a link checker on the CGAL (e.g. AABB_tree package) we get a lot of warnings like:
```
Processing file:///.../doc_output/AABB_tree/classCGAL_1_1AABB__tree.html
List of duplicate and empty anchors
member-group Lines: 191, 229, 258, 297, 316, 335, 347
```
The member-group anchor is shown like:
```
<a name="member-group"></a>
```
and create each time the `\name` command is used. the `\name` command can be used multiple times on a page.
There is (no way to) reference the anchor (like `<a href="#member-group">...`) found in the doxygen code.
Setting the name to the empty string prevents the anchor from being created.
|
|\ \
| | |
| | | |
Remove some build warnings
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Removing some build warnings like:
```
D:\a\doxygen\doxygen\src\groupdef.cpp(628): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
D:\a\doxygen\doxygen\src\index.cpp(3950): warning C4267: '+=': conversion from 'size_t' to 'int', possible loss of data
```
|
| | | |
|
| | | |
|
|/ /
| |
| |
| | |
When building without libclang support
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Currently typedef'd function pointers, typically used as callbacks,
don't have their `@param` documentation properly validated. This commit
adds a proper check by initializing their memberdef with the parsed
args. To avoid duplicating the params in the output, since typedef's
already have the params in their definition, an extra check was added.
Signed-off-by: Fabio Utzig <fabio.utzig@nordicsemi.no>
|
| | |
|
|\ \ |
|
| | | |
|
| |\ \
| | | |
| | | |
| | | | |
https://github.com/albert-github/doxygen into albert-github-feature/bug_utf_8_latex_href
|
| | |/
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
In case in there is a literal utf-8 character like the the Unicode En Dash (U+2013) a pages is accessed with `\T1\endash` like:
```
https://en.wikipedia.org/wiki/Damerau\T1\textendash_Levenshtein_distance
```
and this page cannot be found, so the UTF-8 character has to be handled properly here.
This is found when solving issue #8241
|
|\ \ \
| |/ /
|/| | |
issue #8142 UTF-8 in URL in source generates truncated URL in HTML
|
| |/
| |
| |
| | |
Specifying the URL in a similar way as other IDs
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | | |
https://github.com/albert-github/doxygen into albert-github-feature/bug_url_irc
|
| |/
| |
| |
| |
| | |
- missing colon (`:`) at irc
- adding irc, sftp and ftps
|
| |
| |
| |
| |
| | |
- introduced by commit fce7c2f8af2ccd04137c7db163333d0110241835
- found when processing pytorch code
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
file names.
Each index generator should handle its Left-To-Right / Right-To-Left handling on its own as otherwise we get for e.g.
treeview in the js file:
```
[ "\u202A‪afx3.h", "a00002_source.html", null ]
```
instead of:
```
[ "\u202A;afx3.h", "a00002_source.html", null ]
```
resulting in the problems from this issue.
in the htmlhelp (index.hhc):
```
... value="‪‪afx3.h" ...
```
i.e. a double `‪` which is not nice.
In "XML" type formats (not the doxygen xml output!), here qhp index.qhp:
```
... title="&#x202A;afx3.h" ...
```
where the LTR sequence is escaped.
|
| |
| |
| |
| | |
Using lambdas as a default argument is not supported by older versions of MSVC
|
|\ \
| |/
|/| |
|
| | |
|
| | |
|
| | |
|