index
:
Doxygen.git
master
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
memberdef.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
issue #8091: [C++] Newer doxygen versions add a lot of bogus warnings about u...
Dimitri van Heesch
2020-10-14
1
-7/+1
*
Fix for broken LaTeX output.
Dimitri van Heesch
2020-09-27
1
-1/+1
*
Refactoring: prepare output generators for multi-threaded use
Dimitri van Heesch
2020-09-27
1
-4/+4
*
issue #8037: Links using @ref stopped working in doxygen 1.8.19
Dimitri van Heesch
2020-09-21
1
-0/+1
*
Renamed EXTRACT_ANON_ARGUMENTS to RESOLVE_UNNAMED_PARAMS and enabled it by de...
Dimitri van Heesch
2020-09-16
1
-11/+14
*
Merge branch 'arg_name_as_comment' of https://github.com/tolnaisz/doxygen int...
Dimitri van Heesch
2020-09-16
1
-1/+63
|
\
|
*
Support commented out argument names in declarations controlled by new cofig ...
Szabi Tolnai
2020-08-11
1
-1/+63
*
|
issue #6442 C++: Trailing return type syntax + void
albert-github
2020-09-08
1
-2/+2
*
|
issue #6442 C++: Trailing return type syntax + void
albert-github
2020-09-07
1
-0/+22
*
|
issue #7973: C++ grouped functions in namespace have disapeard
Dimitri van Heesch
2020-08-24
1
-10/+10
*
|
Fixes doxygen/doxygen#7760: void return type reported as not documented
Poehlsen, Stephan
2020-08-14
1
-22/+2
|
/
*
issue #7943: transferArgumentDocumentation is erroneous
Dimitri van Heesch
2020-08-05
1
-2/+2
*
Simplified extractDirection()
Dimitri van Heesch
2020-07-30
1
-1/+1
*
issue #6846 Doxygen parsing global variable as function in certain cases (#7903)
albert-github
2020-07-16
1
-1/+2
*
Refactor: modernize markdown and make it thread-safe
Dimitri van Heesch
2020-06-16
1
-12/+21
*
bug_121547 extern variable is being referenced in documentation incorrectly (...
albert-github
2020-06-13
1
-3/+4
*
Better warning for non documented struct
albert-github
2020-05-24
1
-7/+4
*
Refactoring: Introduce type names for commonly used container types
Dimitri van Heesch
2020-05-01
1
-8/+8
*
Refactor: improve encapsulation for ArgumentList
Dimitri van Heesch
2020-04-25
1
-9/+9
*
Performance improvements after profiling
Dimitri van Heesch
2020-04-24
1
-34/+36
*
Fix html file ext in external docs (#7679)
avostrik
2020-04-01
1
-1/+1
*
Merge branch 'remove_tcl'
Dimitri van Heesch
2020-03-22
1
-33/+0
|
\
|
*
Remove support for TCL (code is too buggy and unmaintained, language not very...
Dimitri van Heesch
2020-03-15
1
-33/+0
*
|
Issue #7635: Incorrect location for enum in XML file (part 3)
Dimitri van Heesch
2020-03-17
1
-3/+3
|
/
*
Remove dead code and fix more warnings
Dimitri van Heesch
2020-03-08
1
-1/+0
*
Enabled stricter compiler warnings and fixed all new warnings
Dimitri van Heesch
2020-03-08
1
-13/+9
*
Restructure the way RefLists are handled
Dimitri van Heesch
2020-02-27
1
-1/+1
*
Fixed typo
Dimitri van Heesch
2020-02-09
1
-1/+1
*
issue #7411: "warning: return type of member is not documented" for static vo...
Dimitri van Heesch
2020-02-09
1
-7/+30
*
Fix for internal inconsistency warning (regression)
Dimitri van Heesch
2019-12-27
1
-1/+1
*
issue #7319: Bug 790856 - Namespace member functions links are broken
Dimitri van Heesch
2019-12-27
1
-4/+4
*
Merge branch 'master' into spelling
Dimitri van Heesch
2019-12-23
1
-80/+84
|
\
|
*
issue 3417: C++: friend template functions shown even with HIDE_FRIEND_COMPOU...
Dimitri van Heesch
2019-12-21
1
-11/+12
|
*
issue #7446: C#: parameter named `extends` is broken in the documentation
Dimitri van Heesch
2019-12-20
1
-3/+3
|
*
issue #7456: function-like macros generate warnings
Dimitri van Heesch
2019-12-20
1
-1/+2
|
*
Merge branch 'master' into feature/bug_coverity_unint
Dimitri van Heesch
2019-12-08
1
-3/+3
|
|
\
|
|
*
Split language parser into "outline parser" and "code parser"
Dimitri van Heesch
2019-12-03
1
-3/+3
|
*
|
Coverity uninitialized
albert-github
2019-12-02
1
-60/+60
|
|
/
|
*
issue #7348 Better warning in case a graph would have been to large
Dimitri van Heesch
2019-11-16
1
-2/+4
*
|
spelling: visible
Josh Soref
2019-11-12
1
-2/+2
|
/
*
issue #7302: Determination of anonymous is too restrictive
Dimitri van Heesch
2019-11-05
1
-12/+12
*
Removing left over debug statements
albert-github
2019-11-01
1
-4/+4
*
Replaced QList<ListItemInfo> with std::vector<ListItemInfo>
Dimitri van Heesch
2019-10-29
1
-9/+6
*
Embed TagInfo struct inside Entry
Dimitri van Heesch
2019-10-28
1
-3/+3
*
Changed ArgumentList to be an STL container
Dimitri van Heesch
2019-10-27
1
-297/+207
*
Made check for void return more strict
Dimitri van Heesch
2019-08-31
1
-14/+14
*
Merge branch 'feature/issue_7212' of https://github.com/albert-github/doxygen...
Dimitri van Heesch
2019-08-31
1
-3/+3
|
\
|
*
issue #7212 1.8.16: Function returning void pointer generates warning
albert-github
2019-08-20
1
-3/+3
*
|
issue #7216: non-const getGroupDef() called on aliased member (cleanup + null...
Dimitri van Heesch
2019-08-26
1
-1/+1
*
|
issue #7216: non-const getGroupDef() called on aliased member
Dimitri van Heesch
2019-08-25
1
-13/+17
|
/
[next]