summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix/New: add variadic function args '...' support to @refMatthew White2017-08-032-2/+3
| | | | | | | | | | | | | * src/doctokenizer.l: add VARARGS, aka variadic function args '...' * src/util.cpp (linkToText): call substitute() with skip_seq set to 3 to keep each '...' sequence of chars unchanged For instance, the command '@ref fun(int,...)' now is able to parse each '...' sequence of chars correctly to reference fun(int,...). Before this patch, the '...' part was skipped. Also, linkToText() is fixed to not substitute '...' with '::::::' in the text representation of the link.
* Fix/New: add variadic function args '...' support to @linkMatthew White2017-08-032-5/+31
| | | | | | | | | | | | | * src/util.h (substitute): add skip_seq to function declaration * src/util.cpp (substitute): implement skip_seq to keep unchanged a given number of sequential chars otherwise targeted for substitution * src/util.cpp (resolveRef): call substitute() with skip_seq set to 3 to keep each '...' sequence of chars unchanged For instance, the command {@link fun(int,...)} now keeps each '...' sequence of chars unchanged to reference fun(int,...). Before this patch, each '.' was substituted into '::' by resolveRef() calling substitute(), producing a weird reference to fun(int,::::::).
* 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 branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2017-06-122-19/+29
|\
| * Correction of non reachable links and redirected links in documentation.albert-github2017-06-041-19/+19
| | | | | | | | | | 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
| * Fix C# property initializer parsingPiotr Szydełko2017-05-201-0/+10
| | | | | | | | | | | | 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-166-8/+8
|\
| * fix typoDenis Rouzaud2017-04-281-1/+1
| |
| * 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-01-291-146/+214
|\
| * 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-103-77/+156
|
* Bug 775493 - Usage of underscore's in parameter namesDimitri van Heesch2017-01-081-2/+45
|
* Bug 776791 - [1.8.13 Regression] Segfault building the breathe docsalbert-github2017-01-041-1/+1
| | | | Protected against NULL pointer of variable al
* 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 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
|/ /
* | Bug 707266 - C++/CLI indexed property not documentedDimitri van Heesch2016-12-031-3/+3
| |
* | 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-2812-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-github2016-11-1312-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 outputDimitri van Heesch2016-11-271-0/+1
| | |
* | | 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
|/
* Replaced section marker before members by diamond shaped bulletDimitri van Heesch2016-11-061-1/+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
| |
* | 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-232-8/+13
| | | | in PDF output Data Fields
* Bug 773354 - "name" attribute of image map not urlencoded, not working in ChromeDimitri van Heesch2016-10-222-3/+2
|
* 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-181-8/+173
|\ | | | | Add support for more CSS and column/row spanning in markdown tables