summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Merge pull request #24 from albert-github/feature/bug_706520Dimitri van Heesch2013-08-221-3/+12
| |\ \ \ | | |_|/ | |/| | Bug 706520 - Fortran: in body documentation lands on wrong place
| | * | Bug 706520 - Fortran: in body documentation lands on wrong placealbert-github2013-08-211-3/+12
| | | | | | | | | | | | | | | | | | | | | | | | In case we are in the body of a subroutine or function set the in body flag. When comment has been handled (each Fortran comment block is handled as one block, not as parts) reste the in body flag. In case we have to handle documentation of an argument, reset the inbodyDocs field to the empty string. The documentation stored was no inbody documentation but argument documentation).
* | | | Fixed regression when nested class were processed before their parentDimitri van Heesch2013-08-211-5/+7
|/ / /
* | | Merge pull request #23 from albert-github/feature/bug_676879Dimitri van Heesch2013-08-181-0/+9
|\ \ \ | | | | | | | | Bug 676879 - parameter on doxywizard manual
| * | | Bug 676879 - parameter on doxywizard manualalbert-github2013-08-181-0/+9
| | | | | | | | | | | | | | | | | | | | Added sentenc in respect to possible argument for doxywizard Added images to the LaTex / pdf version of the manual
* | | | Merge pull request #21 from albert-github/feature/docuDimitri van Heesch2013-08-183-8/+14
|\ \ \ \ | |/ / / | | | | Feature/docu
| * | | Some words now in code stylealbert-github2013-08-181-8/+8
| | | | | | | | | | | | | | | | | | | | __attribute__ was seen (markdown) as the bold word attribute Reformulation of a sentence due to a not nice split of word (__declspec was split directly after __ in pdf)
| * | | Extended list with supported options for automatic link generationalbert-github2013-08-181-0/+3
| | | |
| * | | During documentation generation some extra files are generated that are not ↵albert-github2013-08-181-0/+3
| |/ / | | | | | | | | | intended for git
* | | Merge pull request #20 from albert-github/masterDimitri van Heesch2013-08-172-0/+17
|\ \ \ | |/ / | | | Some extra files to be ignored (windows and cygwin builds)
| * | Added -v option (analogous to --version).albert-github2013-08-171-0/+10
| | | | | | | | | | | | In case option started with -- and is not a known valuue (help or version) and error is given instead of starting Doxygen
| * | Some extra files to be ignored (windows and cygwin builds)albert-github2013-08-171-0/+7
| | |
* | | Merge pull request #19 from albert-github/masterDimitri van Heesch2013-08-131-0/+1
|\ \ \ | |/ / | | | Bug 668007 - HTML commands - documentation of </dd> tag missing
| * | Bug 668007 - HTML commands - documentation of </dd> tag missingU-User-PC\User2013-08-131-0/+1
|/ /
* | Minor changes to the way the code for config options is generated (thanks to ↵Dimitri van Heesch2013-08-089-869/+1219
| | | | | | | | Albert for the patch)
* | Bug 705586 - @code tag as the last line of a comment block causes the parser ↵Dimitri van Heesch2013-08-061-5/+2
| | | | | | | | to hang
* | Brief description did not appear in the page index, when a page did not have ↵Dimitri van Heesch2013-08-064-7/+17
| | | | | | | | any details.
* | Bug 701919 - VHDL cross-references fail when unpaired apostrophe presentDimitri van Heesch2013-08-041-1/+4
|/
* Bug 691830 - Logical confusion with DISABLE_INDEX and GENERATE_TREEVIEWDimitri van Heesch2013-08-044-36/+38
|
* Bug 688858 - SHORT_NAMES break references to \page in PDF outputDimitri van Heesch2013-08-043-3/+20
|
* Using & in the project name caused invalid HTML and LaTeX outputDimitri van Heesch2013-08-032-6/+12
|
* Fixed regression caused by the patch for bug 705219Dimitri van Heesch2013-08-031-12/+12
|
* Fixed issue running dot on files with non-ascii charactersDimitri van Heesch2013-08-031-6/+7
|
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2013-08-032-387/+201
|\
| * Merge pull request #15 from groleo/sqlite3Dimitri van Heesch2013-08-032-387/+201
| |\ | | | | | | Fixes for sqlite3 backend
| | * sqlite3,configure: typo f_sqlite_path/f_sqlite3_pathAdrian Negreanu2013-08-031-1/+1
| | | | | | | | | | | | Signed-off-by: Adrian Negreanu <groleo@gmail.com>
| | * sqlite3: no more exitAdrian Negreanu2013-08-031-17/+29
| | | | | | | | | | | | Signed-off-by: Adrian Negreanu <groleo@gmail.com>
| | * sqlite3: support for includes and includedbyAdrian Negreanu2013-08-031-16/+46
| | | | | | | | | | | | Signed-off-by: Adrian Negreanu <groleo@gmail.com>
| | * sqlite3: sometimes bindXParameter requires SQLITE_TRANSIENTAdrian Negreanu2013-08-031-5/+5
| | | | | | | | | | | | Signed-off-by: Adrian Negreanu <groleo@gmail.com>
| | * sqlite3: add stubs for page, dirs, example and main-pageAdrian Negreanu2013-08-031-3/+65
| | | | | | | | | | | | Signed-off-by: Adrian Negreanu <groleo@gmail.com>
| | * sqlite3: update the commentsAdrian Negreanu2013-08-031-32/+47
| | | | | | | | | | | | Signed-off-by: Adrian Negreanu <groleo@gmail.com>
| | * sqlite3: cleanup prepareStatementsAdrian Negreanu2013-08-031-60/+21
| | |
| | * sqlite3: fix warning 'set but not used'Adrian Negreanu2013-08-031-2/+0
| | | | | | | | | | | | Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
| | * sqlite3: remove commented codeAdrian Negreanu2013-08-031-264/+0
| | | | | | | | | | | | Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
| | * sqlite3: capitalize FROM keywordAdrian Negreanu2013-08-021-2/+2
| | | | | | | | | | | | Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
* | | Bug 704172 - Nested Aliases fail when the nested alias has two or more ↵Dimitri van Heesch2013-08-031-2/+44
|/ / | | | | | | arguments.
* | Delayed expanding the HTML navigation tree until after the page has loadedDimitri van Heesch2013-08-032-2/+6
|/
* Bug 705190 - Incorrectly parsed Q_PROPERTY with 'long long' or 'long int' typeDimitri van Heesch2013-08-011-1/+1
|
* Bug 705217 - Can't use unicode characters to execute external commandsDimitri van Heesch2013-08-011-6/+10
|
* Bug 705218 - QRegExp doesn't work with 80-FFDimitri van Heesch2013-08-011-1/+1
|
* Bug 705219 - Accept IDs using unicode for C/C++ preprocessorDimitri van Heesch2013-08-011-12/+12
|
* Bug 704412 - doxygen don't hide private Inherited MembersDimitri van Heesch2013-08-017-126/+237
|
* Bug 704973 - Doxywizard can't show file names using non-ASCII(Unicode)Dimitri van Heesch2013-07-281-1/+1
|
* Bug 704971 - Can't build with MinGWDimitri van Heesch2013-07-288-7/+13
|
* Made some fixed to the configure script for Cygwin (thanks to David Stacey)Dimitri van Heesch2013-07-281-4/+4
|
* config.xml is now used to generate configoptions.cpp and config.docDimitri van Heesch2013-07-2826-6120/+11583
|
* Set CASE_SENSE_NAMES explicit to NO for the testsDimitri van Heesch2013-07-191-0/+1
|
* Added testing Makefile and updated .gitignore ignore other makefilesDimitri van Heesch2013-07-192-1/+16
|
* Fixed package for xmllintDimitri van Heesch2013-07-191-1/+1
|
* Added test target and travis runDimitri van Heesch2013-07-192-1/+5
|