summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* const-ifyAdrian Negreanu2017-09-259-67/+69
|
* Merge pull request #595 from albert-github/feature/bug_776870Dimitri van Heesch2017-09-211-2/+2
|\ | | | | Bug 776870 - XML Parsing Error for operator<< methods when outputing to XHTML
| * Bug 776870 - XML Parsing Error for operator<< methods when outputing to XHTMLalbert-github2017-08-251-2/+2
| | | | | | | | The < sign in the title has to be escaped, especially in case of xhtml.
* | Merge pull request #603 from lrineau/masterDimitri van Heesch2017-09-211-2/+2
|\ \ | | | | | | Suppression warnings about deprecated directive
| * | Suppression warnings about deprecated directiveLaurent Rineau2017-09-191-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ``` constexp.y:46.1-13: warning: deprecated directive, use ‘%name-prefix’ [-Wdeprecated] %name-prefix="constexpYY" ^^^^^^^^^^^^^ [...]/src/constexp.y:46.1-13: warning: deprecated directive, use ‘%name-prefix’ [-Wdeprecated] %name-prefix="constexpYY" ^^^^^^^^^^^^^ ```
* | | Merge pull request #600 from albert-github/feature/bug_778730Dimitri van Heesch2017-09-214-16/+34
|\ \ \ | |/ / |/| | Bug 778730 - doxygen build fails
| * | Bug 778730 - doxygen build failsalbert-github2017-09-034-16/+34
| | | | | | | | | | | | | | | When a hyperlink splits across a page boundary it can come to the problem of "\pdfendlink ended up in different nesting level than \pdfstartlink". To overcome this problem the \hyperlink is packed into a "\mbox" construct (as suffested e.g. in https://tex.stackexchange.com/questions/1522/pdfendlink-ended-up-in-different-nesting-level-than-pdfstartlink)
* | | Further cleanup of lodepng codeDimitri van Heesch2017-09-182-176/+30
| | |
* | | Stripped unused LodePNG code to prevent false positives for coverityDimitri van Heesch2017-09-182-3223/+206
| | |
* | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2017-09-1617-518/+747
|\ \ \ | |/ /
| * | Merge pull request #587 from brglng/patch-1Dimitri van Heesch2017-09-021-2/+2
| |\ \ | | | | | | | | Improve Chinese translation
| | * | Improve Chinese translationZhaosheng Pan2017-08-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | "References" -> 引用了 "Referenced by" -> 被这些函数引用 These makes more sense than "参考" and "参考自"。
| * | | Merge pull request #589 from albert-github/feature/bug_786409Dimitri van Heesch2017-09-021-0/+11
| |\ \ \ | | | | | | | | | | Bug 786409 - parsing error in Fortran file with preprocessing
| | * | | Bug 786409 - parsing error in Fortran file with preprocessingalbert-github2017-08-171-0/+11
| | |/ / | | | | | | | | | | | | Problem with ' (single quote) in Fortran. A string in Fortran can be between single or double quotes.
| * | | Merge pull request #590 from albert-github/feature/bug_786409_2Dimitri van Heesch2017-09-021-1/+1
| |\ \ \ | | | | | | | | | | Bug 786409 - parsing error in Fortran file with preprocessing
| | * | | Bug 786409 - parsing error in Fortran file with preprocessingalbert-github2017-08-181-1/+1
| | |/ / | | | | | | | | | | | | the // is in Fortran the indication for string concatenation and not for comment and should thus be ignored during, Fortran, preprocessing
| * | | Merge pull request #592 from albert-github/feature/bug_733705Dimitri van Heesch2017-09-023-75/+115
| |\ \ \ | | | | | | | | | | Bug 733705 - parser misinterpreting fortran
| | * | | Bug 733705 - parser misinterpreting fortranalbert-github2017-08-233-75/+115
| | | |/ | | |/| | | | | | | | | Corrected handling of (local) variables as functions as well as handling of non Fortran variables used in Fortran code.
| * | | Merge pull request #594 from albert-github/feature/regression_586Dimitri van Heesch2017-09-022-11/+11
| |\ \ \ | | | | | | | | | | Marks JS as freely licensed (regression pull request 586)
| | * | | Marks JS as freely licensed (regression pull request 586)albert-github2017-08-252-11/+11
| | |/ / | | | | | | | | | | | | In case of xhtml the & has to be escaped
| * | | Bug 784281 - Problem RTF output: The class list "classes" within the ↵albert-github2017-08-261-0/+14
| |/ / | | | | | | | | | | | | | | | namespace report is wrong indicated. Added extra paragraph end after short description just for classes.
| * | Merge branch 'master' into librejs_fixesDimitri van Heesch2017-08-2111-23/+207
| |\ \
| | * \ Merge pull request #582 from artur-kink/masterDimitri van Heesch2017-08-211-1/+6
| | |\ \ | | | | | | | | | | Fixup man page NAME section when page has title
| | | * | Fixup man page NAME section when page has titleArtur Kink2017-07-191-1/+6
| | | | |
| | * | | Merge pull request #576 from analizo/doxyparseDimitri van Heesch2017-08-213-2/+69
| | |\ \ \ | | | | | | | | | | | | add the number of conditionals path and bugfix
| | | * | | add the number of conditionals path and bugfixJoenio Costa2017-06-283-2/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Rebased with upstream master * Added build instructions to README * Bug 398942 - fixes the problem with instance variables and arguments with the same name 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> Signed-off-by: Jonathan Moraes <arkyebr@gmail.com>
| | * | | | Merge pull request #570 from grw1983/masterDimitri van Heesch2017-08-211-2/+2
| | |\ \ \ \ | | | | | | | | | | | | | | Fix whitespace handling in vhdldocgen.cpp when generating a flowchart
| | | * | | | Doxygen/VHDLdocgen:Guenther R. Wenninger2017-05-291-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix whitespace handling in vhdldocgen.cpp when generating a flowchart.
| | * | | | | Merge pull request #574 from brgl/fix_buildroot_buildDimitri van Heesch2017-08-211-1/+1
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | build: fix the way lang_cfg.h is generated
| | | * | | | | build: fix the way lang_cfg.h is generatedBartosz Golaszewski2017-06-211-1/+1
| | | | |/ / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This header is generated by running cmake/lang_cfg.cmake and redirecting its stderr. If any warning is emitted by this script, it ends up in the generated header and breaks the build. To avoid such problems: pass the path to the header as an argument to the cmake script and use the cmake 'file' command instead of 'message'. We can't even use message(STATUS...) as - although it prints to stdout as opposed to other types of messages - it prepends all output with a double hyphen.
| | * | | | | Merge pull request #571 from albert-github/feature/bug_652086Dimitri van Heesch2017-08-211-13/+57
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | Bug 652086 - does ALIAS work for VHDL code?
| | | * | | | | Bug 652086 - does ALIAS work for VHDL code?albert-github2017-06-041-13/+57
| | | | |/ / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | Terminating of the VHDL comment was not found as a result of the test against python. Added handling of end of python '#' comment and VHDL '--!' comment
| | * | | | | Merge pull request #568 from kossebau/makeNavEntriesNamespacesAndFilesLinkedDimitri van Heesch2017-08-211-3/+3
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | Add links behind nav entries "Namespaces" and "Files" (matching "Classes")
| | | * | | | | Add links behind nav entries "Namespaces" and "Files" (matching "Classes")Friedrich W. H. Kossebau2017-06-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When layout file has "namespacelist" resp. "filelist" set to visible=no, the files "namespaces.html" resp. "files.html" are still generated, but not reachable. So same fix as done for "classlist" should be used, cmp. 700a9ac3c177fdef25b9b00ed6bb5e0ea963d236 Also gives consistent result & at least in QCH files fix the error message shown when clicking on "Namespaces" or "Files" section titles.
| | | * | | | | Fetch filename property from object instead of hardcoded duplicated stringFriedrich W. H. Kossebau2017-06-131-1/+1
| | | | |/ / / | | | |/| | |
| * | | | | | Marks JS as freely licensedzachwick2017-08-044-421/+469
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Marking the resulting JS in this way ensures that visitors to the resulting HTML documentation do not have to choose between running non-free JS and experiencing the HTML documentation as it was intended. The JS was already freely licensed, so this change just ensures that the appropriate labelling occurs so that GNU LibreJS [0] parses the JS correctly as freely licensed. [0] https://www.gnu.org/software/librejs/ Signed-off-by: zachwick <zach@zachwick.com>
* | | | | | New table features mentioned in the documentation were not enabled.Dimitri van Heesch2017-09-161-1/+1
| |/ / / / |/| | | |
* | | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2017-08-206-15/+15
|\ \ \ \ \ | |/ / / /
| * | | | Misc. doxy and comment typosluzpaz2017-08-025-14/+14
| | | | |
| * | | | Call endMemberItem consistently.Alastair D'Silva2017-07-251-1/+1
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When generating man pages, enums erroneously output their description on the same line as the definition, with a trailing '"'. This is due to endMemberItem being called after the member description is emitted, rather than before, as it is elsewhere. This patch moves the call to the same place where it is called elsewhere. Bad output: enum foo { FOO = 0 } Description. " Good output: enum foo { FOO = 0 } Description. Signed-off-by: Alastair D'Silva <alastair@d-silva.org>
* | | | Fixes for cross platform build with new LLVM/CLANG versionDimitri van Heesch2017-08-202-5/+13
| | | |
* | | | Merge branch 'master' of https://github.com/dvj/doxygen into dvj-masterDimitri van Heesch2017-07-083-1/+61
|\ \ \ \ | |/ / / |/| | |
| * | | fix spellingDoug Johnston2017-05-311-1/+1
| | | |
| * | | make use of clang compilation databaseDoug Johnston2017-04-063-1/+61
| | | | | | | | | | | | | | | | See: https://clang.llvm.org/docs/JSONCompilationDatabase.html
* | | | 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
|\ \