summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add the number of conditionals path and bugfixJoenio Costa2017-06-286-30/+116
| | | | | | | | | | | | | * Rebased with upstream master * Added build instructions to README * Bug 398942 - fixes the problem with instance variables and arguments with the same name Signed-off-by: Antonio Terceiro <terceiro@softwarelivre.org> Signed-off-by: João M. Miranda <joaomm88@gmail.com> Signed-off-by: Paulo Meirelles <paulo@softwarelivre.org> Signed-off-by: Vinicius Daros <vkdaros@mercurio.eclipse.ime.usp.br> Signed-off-by: Jonathan Moraes <arkyebr@gmail.com>
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2017-06-1216-63/+130
|\
| * Merge pull request #572 from albert-github/feature/html_links_docuDimitri van Heesch2017-06-0413-63/+63
| |\ | | | | | | Correction of non reachable links and redirected links in documentation.
| | * Correction of non reachable links and redirected links in documentation.albert-github2017-06-0413-63/+63
| |/ | | | | | | | | The W3C link checker reported a number of problems regarding non reachable links and permanent redirects. Most of these problems have been fixed with this patch
| * Merge pull request #567 from wiertel/masterDimitri van Heesch2017-05-213-0/+67
| |\ | | | | | | Fix C# property initializer parsing
| | * Fix C# property initializer parsingPiotr Szydełko2017-05-203-0/+67
| |/ | | | | | | | | | | int Property {get; set;} = 23; The parser was ending the property at the closing bracket, which resulted in the initializer being assigned to the following property.
* | Avoid generating unused dir_* output files for non HTML output formatsDimitri van Heesch2017-06-121-0/+6
|/
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2017-05-1624-789/+761
|\
| * Merge pull request #566 from olagrottvik/bugfixDimitri van Heesch2017-05-1116-778/+743
| |\ | | | | | | fixes vhdl literal bug
| | * add decimal to base identifierogre2017-05-102-3/+3
| | |
| | * fixes vhdl literal bugogre2017-05-0916-775/+740
| | |
| * | Merge pull request #564 from 3nids/masterDimitri van Heesch2017-05-111-1/+1
| |\ \ | | |/ | |/| fix typo
| | * fix typoDenis Rouzaud2017-04-281-1/+1
| | |
| * | Merge pull request #565 from albert-github/feature/bug_small_typoDimitri van Heesch2017-05-041-2/+2
| |\ \ | | |/ | |/| Corrected small type
| | * Corrected small typealbert-github2017-05-031-2/+2
| |/
| * Merge pull request #559 from sgeto/masterDimitri van Heesch2017-04-021-1/+8
| |\ | | | | | | Ported to Android
| | * Isolated none-existing posix threading functions on AndroidAli Abdulkadir2017-03-031-1/+8
| | |
| * | Merge pull request #560 from luzpaz/typosDimitri van Heesch2017-04-026-7/+7
| |\ \ | | | | | | | | typos
| | * | typosKunda2017-03-056-7/+7
| | |/ | | | | | | | | | | | | | | | some doxy typos and some misc. source typos typos some doxy typos and some misc. source typos
* | | Fixed problem where automatic line breaking caused missing vertical bars in ↵Dimitri van Heesch2017-04-271-2/+1
|/ / | | | | | | the parameter table for Latex output.
* | line continuation characters inside comments embedded in a macro definition ↵Dimitri van Heesch2017-04-021-3/+10
| | | | | | | | appeared in the output
* | Function declaration following a function definition incorrectly listed as ↵Dimitri van Heesch2017-04-021-11/+1
| | | | | | | | calling dependencing
* | Inline attribute got reset for functions returning an explicit struct typeDimitri van Heesch2017-04-021-1/+2
|/
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2017-02-196-0/+497
|\
| * Merge pull request #425 from analizo/doxyparseDimitri van Heesch2017-02-196-0/+497
| |\ | | | | | | new addon doxyparse, a source parsing engine
| | * using YAML in the output of "doxyparse"Joenio Costa2016-02-031-129/+121
| | | | | | | | | | | | refers to pull-request !425
| | * new addon doxyparse, a source parsing engineJoenio Costa2015-12-136-0/+505
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | doxyparse parses source code and dumps the dependencies between the code elements. Today doxyparse is in use by Analizo* toolkit, a suite of source code analysis tools, aimed at being language-independent and extensible. * http://analizo.org Signed-off-by: Antonio Terceiro <terceiro@softwarelivre.org> Signed-off-by: João M. Miranda <joaomm88@gmail.com> Signed-off-by: Paulo Meirelles <paulo@softwarelivre.org> Signed-off-by: Vinicius Daros <vkdaros@mercurio.eclipse.ime.usp.br>
* | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2017-01-291-146/+214
|\ \ \ | |/ /
| * | Merge pull request #558 from fjtc/masterDimitri van Heesch2017-01-241-146/+214
| |\ \ | | | | | | | | Brazilian Portuguese translator v20170123
| | * | Version 20170123:Fabio Jun Takada Chino2017-01-241-146/+214
| |/ / | | | | | | | | | | | | | | | - Full translation revision; - trLegendDocs() is now synchronized with the English version; - Merging most of the suggestions sent by Emerson Ferreira;
* | | Bug 776988 - Too greedy behavior of @ref const matchingDimitri van Heesch2017-01-171-4/+16
|/ /
* | Bug 776964 - Menu does not work without JavascriptDimitri van Heesch2017-01-106-96/+520
| |
* | Bug 775493 - Usage of underscore's in parameter namesDimitri van Heesch2017-01-081-2/+45
| |
* | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2017-01-061-1/+1
|\ \
| * \ Merge pull request #555 from albert-github/feature/bug_776791Dimitri van Heesch2017-01-051-1/+1
| |\ \ | | | | | | | | Bug 776791 - [1.8.13 Regression] Segfault building the breathe docs
| | * | Bug 776791 - [1.8.13 Regression] Segfault building the breathe docsalbert-github2017-01-041-1/+1
| |/ / | | | | | | | | | Protected against NULL pointer of variable al
* | | bump version number for the development version/next releaseDimitri van Heesch2016-12-291-1/+1
|/ /
* | Adjust changelog in preparation for release 1.8.13Release_1_8_13Dimitri van Heesch2016-12-291-0/+64
| |
* | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2016-12-292-20/+28
|\ \
| * \ Merge pull request #550 from artur-kink/masterDimitri van Heesch2016-12-292-20/+28
| |\ \ | | | | | | | | Check for undocumented params warnings if members detailed documentat…
| | * | Check for undocumented params warnings if members detailed documentation is ↵Artur Kink2016-11-292-20/+28
| | | | | | | | | | | | | | | | not written
* | | | Bug 769552 - doxygen warning parsing C++11 "using" declarationDimitri van Heesch2016-12-261-0/+3
| | | |
* | | | Bug 774514 - Modify in some pronounciation expression in KoreanDimitri van Heesch2016-12-251-18/+18
| | | |
* | | | Bug 760678 - fails to build with an unreleased python versionDimitri van Heesch2016-12-241-3/+3
| | | |
* | | | Bug 707278 - Grouping of results fail when using built-in javascript searchDimitri van Heesch2016-12-181-3/+3
| | | |
* | | | Made the RTF output honor the PAPER_TYPE option.Dimitri van Heesch2016-12-181-0/+21
|/ / /
* | | Merge pull request #433 from albert-github/feature/docu_corr_433Dimitri van Heesch2016-12-102-5/+5
|\ \ \ | | | | | | | | Documentation small corrections
| * | | Documentation small correctionsalbert-github2015-12-272-5/+5
| | | |
* | | | Bug 707266 - C++/CLI indexed property not documentedDimitri van Heesch2016-12-031-3/+3
| | | |
* | | | Bug 774949 - Unknown reference in manualDimitri van Heesch2016-11-291-1/+1
| | | |