summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | 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
| * | | Fix plantuml generation issueAnders Wallander2016-10-192-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_enhancementsDimitri van Heesch2016-10-184-8/+366
|\ \ \ | | | | | | | | Add support for more CSS and column/row spanning in markdown tables
| * | | Add support for more CSS formatting and column/row spanning in markdown tablesjohnk2016-10-054-8/+366
| | | |
* | | | Merge pull request #538 from anderswallander/plantuml_qtDimitri van Heesch2016-10-182-7/+12
|\ \ \ \ | | | | | | | | | | Add plantuml support to Qt compressed help file
| * | | | Adds plantuml support Qt compressed help fileAnders Wallander2016-10-182-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/masterDimitri van Heesch2016-10-181-6/+8
|\ \ \ \ \ | |/ / / / |/| | | | Add mscgen images to index.qhp
| * | | | Add mscgen images to index.qhpkanje2016-10-051-6/+8
| |/ / / | | | | | | | | | | | | Include mscgen images to QtHelp *.qch output.
* | | | Bug 729921 - wrong collaboration diagram when in template used scoped ↵Dimitri van Heesch2016-10-171-1/+1
| | | | | | | | | | | | | | | | argument type
* | | | Bug 772574 - __xxx__ not interpreted as markdown when xxx begins with a ↵Dimitri van Heesch2016-10-171-2/+7
| | | | | | | | | | | | | | | | non-word character (e.g. __-1__)
* | | | Doxygen error: Found ';' while parsing initializer listDimitri van Heesch2016-10-101-1/+1
| | | |
* | | | ug 756185 - Multiline //!< behavior changedDimitri van Heesch2016-10-091-2/+3
| | | |
* | | | Bug 770973 - Tag file size double between each runDimitri van Heesch2016-10-082-2/+2
| | | |
* | | | Bug 759402 - C++11 "using" type alias for function pointer with no arguments ↵Dimitri van Heesch2016-10-061-5/+0
|/ / / | | | | | | | | | is formatted incorrectly
* | | Merge pull request #529 from dallerk/plantuml_cssDimitri van Heesch2016-10-042-3/+8
|\ \ \ | | | | | | | | New classes for generated HTML div elements.
| * | | New classes for generated HTML div elements.Dennis Allerkamp2016-09-242-3/+8
| | | | | | | | | | | | | | | | Dot, Msc and Plantuml have their own classes for the generated div element.
* | | | Merge pull request #534 from imelgrat/patch-1Dimitri van Heesch2016-10-041-2/+2
|\ \ \ \ | | | | | | | | | | Fixed typedef and define strings for Spanish translation
| * | | | Fixed typedef and define strings for Spanish translationIván Melgrati2016-09-281-2/+2
| | | | | | | | | | | | | | | Fixed strings for trTypedefs() and trDefines() on Spanish translation header file. This fixes JavaScript errors when either typedefs or defines were documented.
* | | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2016-09-271-4/+4
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #532 from artur-kink/masterDimitri van Heesch2016-09-271-4/+4
| |\ \ \ \ | | | | | | | | | | | | Clear header/footer information in ConfigImpl for postProcess
| | * | | | Clear header/footer information in ConfigImpl for postProcessArtur Kink2016-09-271-4/+4
| |/ / / /
* | | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2016-09-268-10/+44
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #530 from artur-kink/masterDimitri van Heesch2016-09-267-9/+43
| |\ \ \ \ | | | | | | | | | | | | For manpages remove trailing dash when no brief description
| | * | | | Fixup man only output to use generator state push popArtur Kink2016-09-266-9/+17
| | | | | |
| | * | | | For manpages remove trailing dash when no brief descriptionArtur Kink2016-09-257-9/+35
| | | | | |
| * | | | | Merge pull request #528 from dallerk/plantuml_cfgDimitri van Heesch2016-09-241-1/+1
| |\ \ \ \ \ | | |_|/ / / | |/| | | | Fix for PlantUML configuration
| | * | | | Fix for PlantUML configurationDennis Allerkamp2016-09-241-1/+1
| |/ / / / | | | | | | | | | | | | | | | Only if PlantUML configuration file is configured, then it will be passed as an argument to plantuml.jar.
* | | | | Bug 771152 - C++11 ref-qualifiers do not appear in Member Function ↵Dimitri van Heesch2016-09-2110-8/+87
|/ / / / | | | | | | | | | | | | Documentation section
* | | | Fixed constexp.y bison issueDimitri van Heesch2016-09-211-1/+1
| | | |
* | | | Bug 771310 - French description for "Namespace Members" is wrong and causes ↵Dimitri van Heesch2016-09-211-6/+6
| | | | | | | | | | | | | | | | fatal javascript error
* | | | Merge pull request #521 from albert-github/feature/bug_722112Dimitri van Heesch2016-09-211-1/+7
|\ \ \ \ | | | | | | | | | | Bug 722112 - 'static' and 'throw' C++ keywords not colored
| * | | | Bug 722112 - 'static' and 'throw' C++ keywords not coloredalbert-github2016-09-111-1/+7
| | | | | | | | | | | | | | | | | | | | In case we don't specify a name with a type in the prototype of a function the type is still stored and should be moved to the type/
* | | | | Merge pull request #524 from groleo/flex-optionsDimitri van Heesch2016-09-2121-20/+61
|\ \ \ \ \ | | | | | | | | | | | | flex,bison: use %options instead of command line options.
| * | | | | bison: use %declarations instead of command line options.Adrian Negreanu2016-09-212-2/+4
| | | | | |
| * | | | | flex: use %option instead of command line options.Adrian Negreanu2016-09-2120-18/+57
|/ / / / /
* | | | | Fixed cross referencing issue when using bitfields.Dimitri van Heesch2016-09-201-1/+1
| | | | |
* | | | | Merge pull request #523 from albert-github/feature/bug_771344Dimitri van Heesch2016-09-191-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | | Bug 771344 - Class name 'internal' breaks class hierarchy in C++
| * | | | Bug 771344 - Class name 'internal' breaks class hierarchy in C++albert-github2016-09-181-1/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | Analogous to the rule for: <FindMembers>{B}*"internal"{BN}*":"{BN}* reject the "internal" keyword in case not in Cli
* | | | Merge pull request #522 from magol/patch-2Dimitri van Heesch2016-09-121-161/+345
|\ \ \ \ | |/ / / |/| | | Update Swedish translation
| * | | Update Swedish translationMagnus Österlund2016-09-121-161/+345
|/ / /
* | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2016-09-113-7/+22
|\ \ \