- 12 Dec, 2013 4 commits
-
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
- 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 7 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
-
albert-github authored
Although controversioal but for consistency converted type for fortran functions to lowercase
-
- 30 Nov, 2013 2 commits
-
-
Dimitri van Heesch authored
Bug 719525 - Can't build because the definitions of ***YY_flex_debug are...
-
albert-github authored
Update the documentation in respect to the version of flex and bison that can be used.
-
- 29 Nov, 2013 3 commits
-
-
Dimitri van Heesch authored
Conflicts: src/memberdef.cpp src/memberdef.h
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
- 26 Nov, 2013 1 commit
-
-
Dimitri van Heesch authored
-
- 23 Nov, 2013 2 commits
-
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
- 17 Nov, 2013 5 commits
-
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
Debug output for lexical analyzer
-
Dimitri van Heesch authored
Adjust internationalization part to current situation
-
Albert authored
-
Albert authored
The previous commit (pull request) was missing the debug output possibility for config.l and partial for doctokinizer.l. The later is called on different places by means of the generic definition doctokinizerYYlex, which is declared by means of YY_DECL. To be able to add the debug output the YY_DECL had to be redefined to be a new function and the new function, with the debug output possibility, has to be called through the original function name.
-