- 15 Mar, 2014 2 commits
-
-
Dimitri van Heesch authored
-
https://github.com/albert-github/doxygenDimitri van Heesch authored
Merge branch 'feature/bug_625601' of https://github.com/albert-github/doxygen into albert-github-feature/bug_625601
-
- 13 Mar, 2014 1 commit
-
-
Dimitri van Heesch authored
-
- 11 Mar, 2014 3 commits
-
-
Dimitri van Heesch authored
Bug 643618 - Fortran: variable with name "type" confuses Doxygen
-
Dimitri van Heesch authored
Alternative way to get rules information from flex
-
Dimitri van Heesch authored
-
- 10 Mar, 2014 1 commit
-
-
albert-github authored
This patch describes an alternative way to get rules / debug information from flex files
-
- 09 Mar, 2014 2 commits
-
-
albert-github authored
Most problems were solved in version 1.8.5 but the underscore character (_) had not been incorporated, this is done with this patch.
-
albert-github authored
The recognition of the type (free or fixed) of Fortran code is not reliable possible. A well known possibility as used with compilers as well is to specify the type of code by means of the extension. With EXTENSION_MAPPING it is possible to select the type of Fortran code, when not explicitly set doxygen tries to guess the type of Fortran code.
-
- 04 Mar, 2014 1 commit
-
-
Dimitri van Heesch authored
-
- 01 Mar, 2014 4 commits
-
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
- 28 Feb, 2014 2 commits
-
-
Dimitri van Heesch authored
util/patternMatch: don't extract a QCString(QFileInfo) each time we QReg...
-
Adrian Negreanu authored
patternMatch iterates over the pattern list, while FileInfo remains constant. given this, extract the QCStrings for QFileInfo outside of the iterating loop. Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
-
- 27 Feb, 2014 7 commits
-
-
Dimitri van Heesch authored
Fix typos in russian translation
-
Sergey M․ authored
-
Dimitri van Heesch authored
Give message when PROJECT_LOGO cannot be found or cannot be converted
-
Dimitri van Heesch authored
Showing error message on windows in case of an error on startup
-
Dimitri van Heesch authored
sqlite3: speedup the SELECTs
-
Adrian Negreanu authored
Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
-
Adrian Negreanu authored
The uniqueness of rows is maintained by first doing a select. In case the item is not found, it's INSERTed. This is done for files, refids, params and includes, data that is not unique by itself, like cross-references for example. In other words, you can have many memberdefs in one file, but you can only have one cross-reference between two functions since the reference location is unique. So, when SELECTing files and refids, use the file name and refids as primary key since that's the fastest way to do it. Also 'OR REPLACE' not necessary in 'INSERT OR REPLACE'. Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
-
- 26 Feb, 2014 3 commits
-
-
albert-github authored
In case the project logo does not exist or cannot be converted give a message instead of a white box. Also update STR_PROJECT_LOGO in case a filename is selected that cannot be found.
-
albert-github authored
include remained for debug session.
-
albert-github authored
On case, on windows, more than 1 argument is given doxywizard stops without showing a message even though a printf is present. In this patch the message is show (for all platforms) by means of a message box, furthermore in case the argument --help is given the usage message is given in a message box.
-
- 23 Feb, 2014 2 commits
-
-
Dimitri van Heesch authored
Corrected some definitions for some Fortran keywords
-
albert-github authored
-
- 22 Feb, 2014 3 commits
-
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
- 20 Feb, 2014 3 commits
-
-
Dimitri van Heesch authored
Bug 674851 - Percent to prevent auto-linking in page title is not removed for navpath
-
Dimitri van Heesch authored
Bug 724241 - Internal inconsistency: namespace in IDL
-
albert-github authored
Library was missing in the list of namespaces. In scanner.l constants, module and library are handled in the same way. In namespace.{h,cpp} only constants and module were handled, now also library is handled in a similar way.
-
- 17 Feb, 2014 1 commit
-
-
albert-github authored
remove the % sign from some relevant places. The % sign is to prevent automatic linking.
-
- 15 Feb, 2014 5 commits
-
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
Pull out property names in Objective-C.
-
Dimitri van Heesch authored
Properly escape the XCODE path.
-
Dimitri van Heesch authored
Made documentation more consistent
-