summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | |
* | | | Bug 775245 - referencing Python files via tagfile brokenDimitri van Heesch2016-11-291-4/+13
| | | |
* | | | Cleanup: removed redundant =NULL from interfaces, or replaced by =0 where it ↵Dimitri van Heesch2016-11-287-7/+7
| | | | | | | | | | | | | | | | was needed.
* | | | Merge pull request #545 from albert-github/feature/bug_774138Dimitri van Heesch2016-11-2813-16/+27
|\ \ \ \ | | | | | | | | | | Bug 774138 - Please add HTML classes to "Definition at..." & "Referenced by..." for CSS
| * | | | Bug 774138 - Please add HTML classes to "Definition at..." & "Referenced ↵albert-github2016-11-1313-16/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | by..." for CSS Added class= to html output for "Definition at..." resulting in p.definition in the css file and for "Referenced by .. " and "References ..." resulting in p.definition in css file. (also corrected some error messages).
* | | | | Added missing language value for SQL to XML outputDimitri van Heesch2016-11-272-0/+2
| | | | |
* | | | | Merge pull request #549 from artur-kink/masterDimitri van Heesch2016-11-279-2/+548
|\ \ \ \ \ | | |_|/ / | |/| | | Add sql syntax highlighting to code blocks
| * | | | Add NVARCHAR as a SQL typeArtur Kink2016-11-221-1/+1
| | | | |
| * | | | Add sql syntax highlighting to code blocksArtur Kink2016-11-229-2/+548
| | | | |
* | | | | Merge pull request #543 from jhunold/textbfDimitri van Heesch2016-11-223-7/+7
|\ \ \ \ \ | |/ / / / |/| | | | Fix: replace deprecated {\bf with \textbf{ in LaTeX generator
| * | | | Fix: replace deprecated {\bf with \textbf{ in LaTeX generatorJürgen Hunold2016-11-103-7/+7
| |/ / / | | | | | | | | | | | | | | | | The newest version of scrbook (from Ubuntu 16.10) otherwise bails out with "scrbook Error: undefined old font command `\bf'"
* | | | Bug 774273 - INLINE_SIMPLE_STRUCTS with enums in classes does not workDimitri van Heesch2016-11-131-1/+3
|/ / /
* | | Fixed svgpan.js issue with Chrome causing empty SVG graphsDimitri van Heesch2016-11-061-3/+7
| | |
* | | Replaced section marker before members by diamond shaped bulletDimitri van Heesch2016-11-061-1/+1
| | |
* | | Fixed jump to anchor issue when navigating to source fileDimitri van Heesch2016-11-061-0/+1
| | |
* | | Fixed problem generating per letter namespace member index pages.Dimitri van Heesch2016-11-062-1/+2
| | |
* | | Merge pull request #541 from kossebau/addMoreJSFilesToQCHFileDimitri van Heesch2016-11-041-0/+7
|\ \ \ | | | | | | | | Fix: Add missing jquery.js, dynsections.js & optional svgpan.js to QCH file
| * | | Fix: Add missing jquery.js, dynsections.js & optional svgpan.js to QCH fileFriedrich W. H. Kossebau2016-10-301-0/+7
| | | |
* | | | Merge pull request #542 from deem0n/masterDimitri van Heesch2016-11-041-8/+11
|\ \ \ \ | | | | | | | | | | Reverting pull request #537 until it will be fixed
| * | | | Reverting pull request #537 until it will be fixedDmitry Dorofeev2016-11-031-8/+11
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unfortunately code to support column/row spanning in markdown tables breaking latex/pdf generation in case of utf8 symbols in table headers (at least) Attempt to define USE_ORIGINAL_TABLES did not help, as important part of the code was moved to the wrong place, so this patch reverts original tables code while keeping span support in place for debugging/fixing. Just undefine USE_ORIGINAL_TABLES to enable span support.
* | | | Removed x flag from util* source filesDimitri van Heesch2016-10-242-0/+0
|/ / /
* | | Bug 773231 - Underscores in type or member name cause unwanted hyphenation ↵Dimitri van Heesch2016-10-234-9/+17
| | | | | | | | | | | | in PDF output Data Fields
* | | Bug 773354 - "name" attribute of image map not urlencoded, not working in ChromeDimitri van Heesch2016-10-222-3/+2
| | |
* | | Merge pull request #539 from anderswallander/plantuml_qt_fixDimitri van Heesch2016-10-202-4/+9
|\ \ \ | | | | | | | | Fix plantuml generation issue