Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make use of clang compilation database | Doug Johnston | 2017-04-06 | 3 | -1/+61 |
| | | | | See: https://clang.llvm.org/docs/JSONCompilationDatabase.html | ||||
* | Merge pull request #560 from luzpaz/typos | Dimitri van Heesch | 2017-04-02 | 6 | -7/+7 |
|\ | | | | | typos | ||||
| * | typos | Kunda | 2017-03-05 | 6 | -7/+7 |
| | | | | | | | | | | | | some doxy typos and some misc. source typos typos some doxy typos and some misc. source typos | ||||
* | | line continuation characters inside comments embedded in a macro definition ↵ | Dimitri van Heesch | 2017-04-02 | 1 | -3/+10 |
| | | | | | | | | appeared in the output | ||||
* | | Function declaration following a function definition incorrectly listed as ↵ | Dimitri van Heesch | 2017-04-02 | 1 | -11/+1 |
| | | | | | | | | calling dependencing | ||||
* | | Inline attribute got reset for functions returning an explicit struct type | Dimitri van Heesch | 2017-04-02 | 1 | -1/+2 |
|/ | |||||
* | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2017-01-29 | 1 | -146/+214 |
|\ | |||||
| * | Version 20170123: | Fabio Jun Takada Chino | 2017-01-24 | 1 | -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 matching | Dimitri van Heesch | 2017-01-17 | 1 | -4/+16 |
|/ | |||||
* | Bug 776964 - Menu does not work without Javascript | Dimitri van Heesch | 2017-01-10 | 3 | -77/+156 |
| | |||||
* | Bug 775493 - Usage of underscore's in parameter names | Dimitri van Heesch | 2017-01-08 | 1 | -2/+45 |
| | |||||
* | Bug 776791 - [1.8.13 Regression] Segfault building the breathe docs | albert-github | 2017-01-04 | 1 | -1/+1 |
| | | | | Protected against NULL pointer of variable al | ||||
* | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2016-12-29 | 2 | -20/+28 |
|\ | |||||
| * | Merge pull request #550 from artur-kink/master | Dimitri van Heesch | 2016-12-29 | 2 | -20/+28 |
| |\ | | | | | | | Check for undocumented params warnings if members detailed documentat… | ||||
| | * | Check for undocumented params warnings if members detailed documentation is ↵ | Artur Kink | 2016-11-29 | 2 | -20/+28 |
| | | | | | | | | | | | | not written | ||||
* | | | Bug 769552 - doxygen warning parsing C++11 "using" declaration | Dimitri van Heesch | 2016-12-26 | 1 | -0/+3 |
| | | | |||||
* | | | Bug 774514 - Modify in some pronounciation expression in Korean | Dimitri van Heesch | 2016-12-25 | 1 | -18/+18 |
| | | | |||||
* | | | Bug 707278 - Grouping of results fail when using built-in javascript search | Dimitri van Heesch | 2016-12-18 | 1 | -3/+3 |
| | | | |||||
* | | | Made the RTF output honor the PAPER_TYPE option. | Dimitri van Heesch | 2016-12-18 | 1 | -0/+21 |
|/ / | |||||
* | | Bug 707266 - C++/CLI indexed property not documented | Dimitri van Heesch | 2016-12-03 | 1 | -3/+3 |
| | | |||||
* | | Bug 775245 - referencing Python files via tagfile broken | Dimitri van Heesch | 2016-11-29 | 1 | -4/+13 |
| | | |||||
* | | Cleanup: removed redundant =NULL from interfaces, or replaced by =0 where it ↵ | Dimitri van Heesch | 2016-11-28 | 7 | -7/+7 |
| | | | | | | | | was needed. | ||||
* | | Merge pull request #545 from albert-github/feature/bug_774138 | Dimitri van Heesch | 2016-11-28 | 12 | -16/+23 |
|\ \ | | | | | | | Bug 774138 - Please add HTML classes to "Definition at..." & "Referenced by..." for CSS | ||||
| * | | Bug 774138 - Please add HTML classes to "Definition at..." & "Referenced ↵ | albert-github | 2016-11-13 | 12 | -16/+23 |
| | | | | | | | | | | | | | | | | | | | | | 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 output | Dimitri van Heesch | 2016-11-27 | 1 | -0/+1 |
| | | | |||||
* | | | Merge pull request #549 from artur-kink/master | Dimitri van Heesch | 2016-11-27 | 9 | -2/+548 |
|\ \ \ | | |/ | |/| | Add sql syntax highlighting to code blocks | ||||
| * | | Add NVARCHAR as a SQL type | Artur Kink | 2016-11-22 | 1 | -1/+1 |
| | | | |||||
| * | | Add sql syntax highlighting to code blocks | Artur Kink | 2016-11-22 | 9 | -2/+548 |
| | | | |||||
* | | | Merge pull request #543 from jhunold/textbf | Dimitri van Heesch | 2016-11-22 | 3 | -7/+7 |
|\ \ \ | |/ / |/| | | Fix: replace deprecated {\bf with \textbf{ in LaTeX generator | ||||
| * | | Fix: replace deprecated {\bf with \textbf{ in LaTeX generator | Jürgen Hunold | 2016-11-10 | 3 | -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 work | Dimitri van Heesch | 2016-11-13 | 1 | -1/+3 |
|/ | |||||
* | Replaced section marker before members by diamond shaped bullet | Dimitri van Heesch | 2016-11-06 | 1 | -1/+1 |
| | |||||
* | Fixed problem generating per letter namespace member index pages. | Dimitri van Heesch | 2016-11-06 | 2 | -1/+2 |
| | |||||
* | Merge pull request #541 from kossebau/addMoreJSFilesToQCHFile | Dimitri van Heesch | 2016-11-04 | 1 | -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 file | Friedrich W. H. Kossebau | 2016-10-30 | 1 | -0/+7 |
| | | |||||
* | | Reverting pull request #537 until it will be fixed | Dmitry Dorofeev | 2016-11-03 | 1 | -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 files | Dimitri van Heesch | 2016-10-24 | 2 | -0/+0 |
|/ | |||||
* | Bug 773231 - Underscores in type or member name cause unwanted hyphenation ↵ | Dimitri van Heesch | 2016-10-23 | 2 | -8/+13 |
| | | | | in PDF output Data Fields | ||||
* | Bug 773354 - "name" attribute of image map not urlencoded, not working in Chrome | Dimitri van Heesch | 2016-10-22 | 2 | -3/+2 |
| | |||||
* | Fix plantuml generation issue | Anders Wallander | 2016-10-19 | 2 | -4/+9 |
| | | | | | | | | | | | Commit 62f09103b77b9e5b4093d248563e2f9d76b65728 which merged pull request 538 introduced a bug in the generation of plantuml diagrams for other plantuml sources than the htmldocvisitor. In the previous commit the baseName argument was wrongly interpreted as file name without path. This commit fix this issue so the behaviour should be the same as before, while still also having the support for PlantUML diagrams in Qt compressed help files. | ||||
* | Merge pull request #537 from jmk0/table_markup_enhancements | Dimitri van Heesch | 2016-10-18 | 1 | -8/+173 |
|\ | | | | | Add support for more CSS and column/row spanning in markdown tables | ||||
| * | Add support for more CSS formatting and column/row spanning in markdown tables | johnk | 2016-10-05 | 1 | -8/+173 |
| | | |||||
* | | Merge pull request #538 from anderswallander/plantuml_qt | Dimitri van Heesch | 2016-10-18 | 2 | -7/+12 |
|\ \ | | | | | | | Add plantuml support to Qt compressed help file | ||||
| * | | Adds plantuml support Qt compressed help file | Anders Wallander | 2016-10-18 | 2 | -7/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Plantuml generated diagrams will be included in the index.qcp file which defines what files to include in the Qt compressed help file. This means that plantuml diagrams will work in the Qt creator help viewer. Signed-off-by: Anders Wallander <anders.wallander@volvocars.com> | ||||
* | | | Merge pull request #535 from kanje/master | Dimitri van Heesch | 2016-10-18 | 1 | -6/+8 |
|\ \ \ | |/ / |/| | | Add mscgen images to index.qhp | ||||
| * | | Add mscgen images to index.qhp | kanje | 2016-10-05 | 1 | -6/+8 |
| |/ | | | | | | | Include mscgen images to QtHelp *.qch output. | ||||
* | | Bug 729921 - wrong collaboration diagram when in template used scoped ↵ | Dimitri van Heesch | 2016-10-17 | 1 | -1/+1 |
| | | | | | | | | argument type | ||||
* | | Bug 772574 - __xxx__ not interpreted as markdown when xxx begins with a ↵ | Dimitri van Heesch | 2016-10-17 | 1 | -2/+7 |
| | | | | | | | | non-word character (e.g. __-1__) | ||||
* | | Doxygen error: Found ';' while parsing initializer list | Dimitri van Heesch | 2016-10-10 | 1 | -1/+1 |
| | | |||||
* | | ug 756185 - Multiline //!< behavior changed | Dimitri van Heesch | 2016-10-09 | 1 | -2/+3 |
| | |