summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [preprocessing.doc] typo amendedjannick02017-07-151-1/+1
| | | The preprocessor should read as amended.
* Merge pull request #579 from AdrianDC/mingwDimitri van Heesch2017-07-081-5/+7
|\ | | | | CMakeLists: Avoid MSVC iconv changes for MinGW builds
| * CMakeLists: Avoid MSVC iconv changes for MinGW buildsAdrian DC2017-07-071-5/+7
| | | | | | | | | | Change-Id: Ibad47399f87511f6d8ef7c2238c932377777a333 Signed-off-by: Adrian DC <radian.dc@gmail.com>
* | Merge pull request #580 from AdrianDC/dot-loopDimitri van Heesch2017-07-081-1/+1
|\ \ | |/ |/| dot.cpp: Fix DotGfxHierarchyTable first class node loop
| * dot.cpp: Fix DotGfxHierarchyTable first class node loopAdrian DC2017-07-071-1/+1
|/ | | | | | | | | | | | | | | | | * Upon 'inherits' diagram creation, the first element (alphabetically last parent name) would use a default node number 0, equal to the child element, and would result in a class looping on itself as parent * A simple test to confirm the issue can be done with the following lines in a test.h inside an empty project: // Test first class node loop class aChildClass : public zParentClass { }; class bChildClass : public yParentClass { }; Change-Id: I7901e5e13d9564747d112e0b8c758d239d43a380 Signed-off-by: Adrian DC <radian.dc@gmail.com>
* Merge pull request #578 from cosmichound/patch-1Dimitri van Heesch2017-07-011-2/+2
|\ | | | | Documentation, correct referenced file
| * Documentation, correct referenced filecosmichound2017-06-301-2/+2
|/
* 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
| | | |