summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use language identifier instead of file extension for language attributeDimitri van Heesch2017-09-283-4/+4
|
* Merge branch 'master' of https://github.com/shi-yan/doxygen into shi-yan-masterDimitri van Heesch2017-09-283-3/+4
|\
| * fix test to support new programlisting attributeShi Yan2017-09-261-2/+2
| | | | | | | | | | fix unit test to support the new programlisting attribute "language"
| * update compound.xsd to add language attributeShi Yan2017-09-041-0/+1
| | | | | | | | | | | | | | add language attribute (optional) to listingType Changes to be committed: modified: templates/xml/compound.xsd
| * Use language in stead of lang for language name attributeShi Yan2017-08-221-1/+1
| |
| * Add language type attribute to programlisting tagShi Yan2017-08-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The current programlisting tag doesn't have any attribute to indicate the code's language. This makes code highlighting customization difficult. For example, the current doxygen generated document doesn't hightlight javascript code block. If one wants to customize the code block by parsing the xml files and uses 3rd party syntax highlighter, there is no way to tell from the xml file what language the code snippet is using. This change introduces an attribute "lang" to the programlisting tag.
* | Merge pull request #605 from albert-github/feature/bug_js_regression_2Dimitri van Heesch2017-09-281-1/+1
|\ \ | | | | | | Mark JS as freely available (regression 2)
| * | Mark JS as freely available (regression 2)albert-github2017-09-281-1/+1
| | | | | | | | | | | | | | | result of extra ';' was that part of the html file was not written and thus no correct end of script and thus garbled output. (problem was missed at first regression fix)
* | | Merge pull request #606 from albert-github/feature/bug_743367Dimitri van Heesch2017-09-282-7/+16
|\ \ \ | | | | | | | | Bug 743367 - Duplicate attribute (target="_top" target="_top") generated in .SVG files
| * | | Bug 743367 - Duplicate attribute (target="_top" target="_top") generated in ↵albert-github2017-09-282-7/+16
| |/ / | | | | | | | | | | | | | | | .SVG files prevent to write multiple target attributes in one tag.
* | | Removed -Wno-deprecated flag from bison as it is not support on the bison ↵Dimitri van Heesch2017-09-281-2/+2
|/ / | | | | | | 2.3 that ships with XCode
* | Merge pull request #604 from groleo/constDimitri van Heesch2017-09-259-67/+69
|\ \ | | | | | | const-ify
| * | 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)
* | | | Merge pull request #599 from albert-github/feature/bug_spellingDimitri van Heesch2017-09-211-1/+1
|\ \ \ \ | | | | | | | | | | Spelling correction
| * | | | Spelling correctionalbert-github2017-09-021-1/+1
| |/ / /
* | | | Merge pull request #597 from evelikov/visibility-hiddenDimitri van Heesch2017-09-191-0/+7
|\ \ \ \ | |_|/ / |/| | | Use -fvisibility=hidden with GCC/Clang
| * | | Use hidden symbol visibility by defaultEmil Velikov2017-09-041-0/+7
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | Allows us to hide all the internal symbols from the final binary. Shaving some 10+% of its size. v2: use CMAKE_{LANG}_VISIBILITY_PRESET v3: add CMP0063 guard Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
* | | 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-1637-613/+1460
|\ \ \ | | |/ | |/|
| * | 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
| * | | Merge pull request #596 from albert-github/feature/bug_784281Dimitri van Heesch2017-09-021-0/+14
| |\ \ \ | | | | | | | | | | Bug 784281 - Problem RTF output: The class list "classes" within the namespace report is wrong indicated.
| | * | | 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 pull request #598 from doxygen/doxygen-travis-texDimitri van Heesch2017-09-021-2/+0
| |\ \ \ | | | | | | | | | | Update .travis.yml
| | * | | Update .travis.ymlDimitri van Heesch2017-09-021-2/+0
| |/ / / | | | | | | | | Trial with using trusty and default tex live distribution
| * | | Update .travis.ymlDimitri van Heesch2017-09-021-0/+1
| |/ / | | | | | | texlive ppa doesn't provide support for ubuntu trusty anymore, cause the build to fail.
| * | Merge pull request #586 from zachwick/librejs_fixesDimitri van Heesch2017-08-2118-478/+1126
| |\ \ | | | | | | | | Marks JS as freely licensed
| | * \ Merge branch 'master' into librejs_fixesDimitri van Heesch2017-08-2118-115/+269
| | |\ \ | | |/ / | |/| |
| * | | 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 #581 from jannick0/masterDimitri van Heesch2017-08-211-1/+1
| |\ \ \ \ | | | | | | | | | | | | [preprocessing.doc] typo amended
| | * | | | [preprocessing.doc] typo amendedjannick02017-07-151-1/+1
| | |/ / / | | | | | | | | | | The preprocessor should read as amended.
| * | | | Merge pull request #576 from analizo/doxyparseDimitri van Heesch2017-08-216-30/+116
| |\ \ \ \ | | | | | | | | | | | | add the number of conditionals path and bugfix
| | * | | | add the number of conditionals path and bugfixJoenio Costa2017-06-286-30/+116
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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