- 23 Dec, 2013 3 commits
-
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
- 17 Dec, 2013 3 commits
-
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
- 14 Dec, 2013 4 commits
-
-
Dimitri van Heesch authored
usage: make -d print dev doxygen options
-
albert-github authored
This is an extension / improvement to the pull request 67 from groleo - make printing of -d levels more flexible (when adding a new one this is now done automatically) - layout of the message
-
Dimitri van Heesch authored
doxygen version 1.8.5 throws many "Internal Inconsistency" errors when parsing .idl files
-
albert-github authored
A number of error messages lacked the '\n' character
-
- 12 Dec, 2013 7 commits
-
-
Dimitri van Heesch authored
usage: make -d print dev doxygen options
-
Adrian Negreanu authored
Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
-
Dimitri van Heesch authored
Report details about fork() failure in logs.
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
- 11 Dec, 2013 1 commit
-
-
pianofab authored
When parsing a large codebase dot failed to start. Adding this line helped narrow down the issue. Increasing my VirtualBox VM RAM size worked around the issue. A proper fix would be to spawn separate processes without using fork() so they don't start with the giant address space used by the current process.
-
- 10 Dec, 2013 1 commit
-
-
Dimitri van Heesch authored
-
- 08 Dec, 2013 4 commits
-
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
- 07 Dec, 2013 10 commits
-
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
Bug 715172 - Consistently document Fortran's equivalent function bodies
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
Bug 719639 - @xrefitem with empty heading string
-
Dimitri van Heesch authored
Some texts can be independent of \htmlonly / \latexonly
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
Bug 668424 - HTML links in RTF output are broken
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
Bug 719489 - Label "abstract" instead of "pure virtual" for Java language
-
Dimitri van Heesch authored
-
- 02 Dec, 2013 1 commit
-
-
albert-github authored
Proposed patch so the word abstract is recorded correctly in case of Java
-
- 01 Dec, 2013 6 commits
-
-
albert-github authored
There are different types of hyperlinks: external and internal. The internal hyperlinks should have \\l behind the word HYPERLINK, the external shouldnt.
-
albert-github authored
Replaced: if (!(x->title().length())) return; by: if (x->title().isEmpty()) return;
-
albert-github authored
-
albert-github authored
Adjusted documentation and in case the title is the empty string in a DocXRefItem the visitPre and visitPost do nothing.
-
Dimitri van Heesch authored
Fortran added keyword IMPURE
-
albert-github authored
Added keyword IMPURE analogous to keyword PURE
-