summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Support flex-2.6.0Heiko Becker2015-11-226-7/+7
| | | | | | | | | | | | | | | | | | The version checks only considered YY_FLEX_SUBMINOR_VERSION and did not take YY_FLEX_MINOR_VERSION into account, which made them fail with flex-2.6.0.
* | | Fixed problem with latex and PDF bookmarksDimitri van Heesch2015-11-223-73/+34
| | |
* | | Markdown with @cond and @endcondalbert-github2015-11-221-0/+2
| | | | | | | | | | | | | | | In case markdown files are processed and they contain @cond and @endcond these are replaced wit C-style end and begin comments (and code in between is correctly removed). The C-Style comments should not be placed as they are not understood in a markdown context (analogous to what happens in Fortram, Pythone etc.). Note: in principle @cond should not be used as a markdown file is one "comment" block and thus @if should be used, though in any case no unwanted characters should be added.
* | | Fortran module private variables and EXTRACT_PRIVATE = NOalbert-github2015-11-221-2/+2
|/ / | | | | | | | | | | | | | | From the message in the doxygen forum(http://doxygen.10944.n7.nabble.com/Fortan-problems-td7434.html and http://doxygen.10944.n7.nabble.com/Fortran-module-private-variables-and-EXTRACT-PRIVATE-NO-td7423.html) B. If EXTRACT_PRIVATE = NO, module private functions are not listed (as expected) but module private variables are (bug!). C. Implicit PRIVATE/PUBLIC/PROTECTED statements in a module work as expected but are not "appended" to function/variable documentation. This is only a nuisance. Problem had a common cause, the protection was hard set to 'Public' instead of the read value (analogous to static)
* | Merge pull request #408 from albert-github/feature/bug_757621Dimitri van Heesch2015-11-151-0/+1
|\ \ | | | | | | Bug 757621 - unclosed tag, c# generics method with where
| * | Bug 757621 - unclosed tag, c# generics method with wherealbert-github2015-11-071-0/+1
| |/ | | | | | | | | In the routine the <dd> tag is used to do an indentation in the <dl> section, this <dd> was not closed in endConstraintList. Problem existed from the beginning (version Release-1.5.2-20070719, commit 29a8f14)
* | Merge pull request #407 from albert-github/feature/bug_main_md_titleDimitri van Heesch2015-11-151-2/+3
|\ \ | | | | | | Title in case of USE_MDFILE_AS_MAINPAGE
| * | Title in case of USE_MDFILE_AS_MAINPAGEalbert-github2015-11-021-2/+3
| |/ | | | | | | | | In case USE_MDFILE_AS_MAINPAGE is used the title in the HTML output is the project name followed by the word documentation and in the index of LATeX / rtf the value is "Main Page", this is even the case when a level 1 header is given. This is a bit contrary to the handling non main pages. With this patch in case of USE_MDFILE_AS_MAINPAGE and a level 1 header in the beginning of the main page file this level 1 header is used title
* | Bug 756604 - Unable to prevent a numbered listDimitri van Heesch2015-11-141-9/+30
| |
* | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2015-11-141-0/+7
|\ \ | |/
| * Merge pull request #404 from albert-github/feature/bug_css_filterDimitri van Heesch2015-10-311-0/+7
| |\ | | | | | | [Doxygen-users] plugin / filter not behaving as expected
| | * [Doxygen-users] plugin / filter not behaving as expectedalbert-github2015-10-141-0/+7
| | | | | | | | | | | | Added note about unsupported extensions
* | | Fixed a couple of small memory leaksDimitri van Heesch2015-11-142-3/+5
| | |
* | | Fixed link issue for MacOSX 10.11Dimitri van Heesch2015-11-141-0/+4
| | |
* | | Bug 756604 - Unable to prevent a numbered listDimitri van Heesch2015-11-017-7/+28
| | |
* | | Bug 754606 - Double anchors when using groupsDimitri van Heesch2015-11-011-9/+12
|/ /
* | Merge pull request #406 from alex85k/masterDimitri van Heesch2015-10-311-59/+59
|\ \ | | | | | | Fix Windows compatibility
| * | add spaces like "Doyxgen"CN_SPC->"Doyxgen" CN_SPCalex85k2015-10-281-59/+59
| | |
* | | Bug 744938 - PATCH: add option to build latex without timestampsDimitri van Heesch2015-10-312-8/+26
| | |
* | | Bug 755080 - xrefitem link to list incorrect when using SHORT_NAMESDimitri van Heesch2015-10-248-23/+20
|/ /
* | Bug 754184 - \bug paragraph doesn't end with a new sectioning commandDimitri van Heesch2015-10-201-19/+2
| |
* | Bug 756724 - Inline markdown links don't support reference targets that ↵Dimitri van Heesch2015-10-201-4/+16
| | | | | | | | contain )
* | Bug 756241 - Race condition in parallel DOT runsDimitri van Heesch2015-10-172-53/+75
|/
* Merge pull request #400 from albert-github/feature/bug_755783Dimitri van Heesch2015-10-041-1/+1
|\ | | | | Bug 755783 - RTF output has incomplete "References" and "Referenced by" sections
| * Bug 755783 - RTF output has incomplete "References" and "Referenced by" sectionsalbert-github2015-09-301-1/+1
| | | | | | | | Test for rtfSourceCode was incorrect (see also latexSourceCode) resulting in no output or double output depending on the settig of RTF_SOURCE_CODE
* | Merge pull request #399 from albert-github/feature/bug_755786Dimitri van Heesch2015-10-041-1/+2
|\ \ | | | | | | Bug 755786 - fatal: Cannot open 'graph_legend': No such file or direc…
| * | Bug 755786 - fatal: Cannot open 'graph_legend': No such file or directoryalbert-github2015-09-291-1/+2
| |/ | | | | | | | | For the graph_legend also a file definition is created although it is a generated file and therefore it should be excluded as well. (Problem occurs with any command that is used in FILE_VERSION_FILTER)
* | Bug 629249 - Incorrect "References" and "Referenced by"albert-github2015-09-301-0/+5
|/ | | | Discrepancy between number of push and pop calls (push was called with "{" but no pop with "}", in the later case the <*>. rule was used)
* Bug 751755 - using plantuml cause a popup "openwith" windows when calling ↵Dimitri van Heesch2015-09-211-1/+1
| | | | java.exe
* Removed BOM marker from greek translator to avoid Visual C warningsDimitri van Heesch2015-09-211-1/+1
|
* [Bug 755225] On Windows, generated layout is with UNIX EOLDimitri van Heesch2015-09-194-26/+30
|
* Fixed minor typos in commentsDimitri van Heesch2015-09-191-6/+4
|
* Updated the Greek translation (thanks to Παύλος Γκέσος)Dimitri van Heesch2015-09-191-49/+112
|
* Bug 753500 - $file when using @name is wrongDimitri van Heesch2015-09-145-13/+23
|
* Fixed a number of memory leaks in the template engineDimitri van Heesch2015-09-136-6/+70
|
* IncludeInfo class had uninitialized member variableDimitri van Heesch2015-09-131-1/+1
|
* Made several improvements to the performance of template engineDimitri van Heesch2015-09-135-1409/+1869
|
* Merge pull request #393 from scarabeusiv/masterDimitri van Heesch2015-09-131-2/+2
|\ | | | | Use STATIC libraries to prevent them being shared
| * Use STATIC libraries to prevent them being sharedTomáš Chvátal2015-09-011-2/+2
| | | | | | | | | | | | This can happen when user override definition of -DBUILD_SHARED_LIBS=ON. Without this hard-enforce the libraries would be generated as shared while never installed. Thus resulting in broken binaries.
* | RTF improvement: Example section was merged with next function titleMinGyu Kim2015-09-111-0/+1
| | | | | | | | | | | | | | Example section lacked of new paragraph(\par) because writeExample set m_omitParagraph = TRUE When the output file was open in MS word, example file name was followed by function title in the same line.
* | Template enhancements and various other small fixesDimitri van Heesch2015-09-0837-114/+545
|/
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2015-08-311-20/+2
|\
| * Merge pull request #381 from albert-github/feature/bug_646002Dimitri van Heesch2015-08-311-20/+2
| |\ | | | | | | Bug 646002 - htmlonly content appears in generated XML output
| | * Bug 646002 - htmlonly content appears in generated XML outputalbert-github2015-08-121-20/+2
| | | | | | | | | | | | | | | All the @*only comments appear in the xml document. In the other document formats only documentation of the relevant @*only (in HTML only @htmlonly) appears. This patch corrects this so only the @xmlonly documentation appears.
* | | Avoid using Resource::data as string, as it is not null terminated.Dimitri van Heesch2015-08-313-45/+30
|/ /
* | Merge branch 'feature/bug_extension' of ↵Dimitri van Heesch2015-08-313-67/+21
|\ \ | | | | | | | | | | | | | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_extension Conflicts: src/util.cpp
| * | Make list of default extensions consistent with language mapping listalbert-github2015-08-163-65/+23
| |/ | | | | | | In the forum a discrepancy was noted between config.l and config.xml (http://doxygen.10944.n7.nabble.com/FILE-PATTERNS-one-custom-plus-all-defaults-td7308.html). The config.xml list was based on the function initDefaultExtensionMapping in util.cpp and the list in the function Config::check in config.l. Now both routines use the same list.
* | Repaired breaking @include for LaTeX outputDimitri van Heesch2015-08-302-2/+4
| |
* | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2015-08-304-8/+20
|\ \
| * \ Merge pull request #382 from albert-github/feature/bug_config_typoDimitri van Heesch2015-08-291-2/+2
| |\ \ | | | | | | | | Correcting print format error in config.l