summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bug 707567 - Asterisks in comment wrongly displayed for @codeDimitri van Heesch2013-09-062-15/+43
|
* Bug 707102 - update the Japanese translationDimitri van Heesch2013-09-042-323/+623
|
* Bug 707431 - Cannot @ref or @link C++ operator overloadsDimitri van Heesch2013-09-041-1/+1
|
* Bug 707353 - Accept IDs using unicode(non ASCII) characters in python codesDimitri van Heesch2013-09-042-4/+4
|
* Regenerated language.docDimitri van Heesch2013-09-041-40/+41
|
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2013-09-036-75/+253
|\
| * Merge pull request #29 from albert-github/feature/bug_706520_2Dimitri van Heesch2013-09-031-1/+1
| |\ | | | | | | Bug 706520 - Fortran: in body documentation lands on wrong place
| | * Bug 706520 - Fortran: in body documentation lands on wrong placealbert-github2013-09-021-1/+1
| | | | | | | | | | | | | | | In some cases, in propriety code, with in body Fortran documentation doxygen crashed. I REOPENED Bug_706520 for this
| * | Merge pull request #28 from pepr/masterDimitri van Heesch2013-09-035-74/+252
| |\ \ | | | | | | | | French and Russian translators updated
| | * | Russian translator updated, new Russian maintainer added.Petr Prikryl2013-09-022-1/+177
| | | |
| | * | Merge branch 'master' of https://github.com/doxygen/doxygen.gitPetr Prikryl2013-09-0212-13/+34
| | |\ \ | | |/ / | |/| |
| | * | .gitignore -- generated /doxygen_docs and /doxygen.tag added.Petr Prikryl2013-09-021-0/+3
| | | |
| | * | doc/language.tpl -- trailing spaces removedPetr Prikryl2013-09-021-36/+36
| | | |
| | * | French translator up-to-date.Petr Prikryl2013-09-021-37/+36
| | | |
* | | | VHDL-2008 and arrays on unconstrained elementsDimitri van Heesch2013-09-033-11/+18
|/ / /
* | | Bug 706916 - C++ exception specifications are no longer parsed correctlyDimitri van Heesch2013-08-271-2/+2
| | |
* | | Bug 683897 - class list not sorted?Dimitri van Heesch2013-08-274-4/+8
| | |
* | | Bug 706874 - Doxygen crash if missing new-line in a snippetDimitri van Heesch2013-08-271-1/+7
| |/ |/|
* | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2013-08-272-2/+2
|\ \
| * \ Merge pull request #27 from albert-github/feature/bug_706804Dimitri van Heesch2013-08-271-1/+1
| |\ \ | | | | | | | | Feature/bug 706804
| | * | Bug 706804 - Fortran: Doxygen mixes up function-attributes with the return typealbert-github2013-08-261-1/+1
| | | | | | | | | | | | | | | | test string should not be equal to "function" but should contain "function"
| * | | Merge pull request #26 from albert-github/feature/miscDimitri van Heesch2013-08-271-1/+1
| |\ \ \ | | |/ / | | | / | | |/ | |/| Small spelling correction
| | * Small spelling correctionalbert-github2013-08-251-1/+1
| |/ | | | | | | to generate an rtf extensions file -> to generate a rtf extensions file
* | Bug 706813 - RPM build via spec file failsDimitri van Heesch2013-08-271-1/+1
| |
* | Bug 701949 - Latex: Hyperlinks for \secreflist / \refitemDimitri van Heesch2013-08-231-1/+11
| |
* | Bug 693537 - Create possibility to keep user comments in DoxyfileDimitri van Heesch2013-08-232-2/+3
|/
* Revision bump for configure scriptRelease_1_8_5Dimitri van Heesch2013-08-231-1/+1
|
* Updated changelog for release 1.8.5Dimitri van Heesch2013-08-231-5/+110
|
* Bug 703791 - [PATCH] Out-of-line docs for class template specialisations failingDimitri van Heesch2013-08-231-0/+5
|
* Fix potential assert when members of base class were not yet countedDimitri van Heesch2013-08-231-0/+2
|
* Made a couple of minor performance tweeks to navtree.jsDimitri van Heesch2013-08-232-20/+60
|
* Avoid double brief description when there are no detailed docsDimitri van Heesch2013-08-231-17/+20
|
* Bug 705702 - Post-comment blocks on C++11 using definitions attach to ↵Dimitri van Heesch2013-08-231-0/+31
| | | | following entity
* Merge pull request #25 from albert-github/feature/docuDimitri van Heesch2013-08-222-2/+2
|\ | | | | Small corrections for documentation
| * Small typo correceted in doxywizard_usage.docalbert-github2013-08-222-2/+2
| | | | | | | | Generated config.doc file in git is not identical to the generated one
* | Merge pull request #17 from groleo/sqlite3Dimitri van Heesch2013-08-222-216/+230
|\ \ | | | | | | Sqlite3 fixes
| * | sqlite3: add memberdef initializerAdrian Negreanu2013-08-171-2/+5
| | | | | | | | | | | | Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
| * | sqlite3: make innerclass refid non-transientAdrian Negreanu2013-08-171-1/+1
| | | | | | | | | | | | Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
| * | jquery: use the env MINIFIER if specifiedAdrian Negreanu2013-08-171-1/+1
| | | | | | | | | | | | Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
| * | sqlite3: be more careful with returnAdrian Negreanu2013-08-171-6/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | return-ing on a "step" failure, drops any info that could be extracted further on. instead, call sqlite3_clear_bindings() statements fail and carry on Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
| * | sqlite3: shuffle the code so it's aligned with xmlgen.cppAdrian Negreanu2013-08-051-207/+210
| | | | | | | | | | | | | | | | | | this way, it's easier to see what's missing from sqlite3gen Signed-off-by: Adrian Negreanu <groleo@gmail.com>
| * | sqlite3: more SQLITE_TRANSIENT-sAdrian Negreanu2013-08-041-2/+2
| | | | | | | | | | | | Signed-off-by: Adrian Negreanu <groleo@gmail.com>
* | | Bug 706236 - Confusing use of GENERATE_TAGFILEDimitri van Heesch2013-08-222-1/+15
| | |
* | | Minor tweaks to README.mdDimitri van Heesch2013-08-221-6/+4
| | |
* | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2013-08-221-3/+12
|\ \ \
| * \ \ 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