Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Support flex-2.6.0 | Heiko Becker | 2015-11-22 | 6 | -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 bookmarks | Dimitri van Heesch | 2015-11-22 | 3 | -73/+34 | |
| | | | ||||||
* | | | Markdown with @cond and @endcond | albert-github | 2015-11-22 | 1 | -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 = NO | albert-github | 2015-11-22 | 1 | -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_757621 | Dimitri van Heesch | 2015-11-15 | 1 | -0/+1 | |
|\ \ | | | | | | | Bug 757621 - unclosed tag, c# generics method with where | |||||
| * | | Bug 757621 - unclosed tag, c# generics method with where | albert-github | 2015-11-07 | 1 | -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_title | Dimitri van Heesch | 2015-11-15 | 1 | -2/+3 | |
|\ \ | | | | | | | Title in case of USE_MDFILE_AS_MAINPAGE | |||||
| * | | Title in case of USE_MDFILE_AS_MAINPAGE | albert-github | 2015-11-02 | 1 | -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 list | Dimitri van Heesch | 2015-11-14 | 1 | -9/+30 | |
| | | ||||||
* | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2015-11-14 | 1 | -0/+7 | |
|\ \ | |/ | ||||||
| * | Merge pull request #404 from albert-github/feature/bug_css_filter | Dimitri van Heesch | 2015-10-31 | 1 | -0/+7 | |
| |\ | | | | | | | [Doxygen-users] plugin / filter not behaving as expected | |||||
| | * | [Doxygen-users] plugin / filter not behaving as expected | albert-github | 2015-10-14 | 1 | -0/+7 | |
| | | | | | | | | | | | | Added note about unsupported extensions | |||||
* | | | Fixed a couple of small memory leaks | Dimitri van Heesch | 2015-11-14 | 2 | -3/+5 | |
| | | | ||||||
* | | | Fixed link issue for MacOSX 10.11 | Dimitri van Heesch | 2015-11-14 | 1 | -0/+4 | |
| | | | ||||||
* | | | Bug 756604 - Unable to prevent a numbered list | Dimitri van Heesch | 2015-11-01 | 7 | -7/+28 | |
| | | | ||||||
* | | | Bug 754606 - Double anchors when using groups | Dimitri van Heesch | 2015-11-01 | 1 | -9/+12 | |
|/ / | ||||||
* | | Merge pull request #406 from alex85k/master | Dimitri van Heesch | 2015-10-31 | 1 | -59/+59 | |
|\ \ | | | | | | | Fix Windows compatibility | |||||
| * | | add spaces like "Doyxgen"CN_SPC->"Doyxgen" CN_SPC | alex85k | 2015-10-28 | 1 | -59/+59 | |
| | | | ||||||
* | | | Bug 744938 - PATCH: add option to build latex without timestamps | Dimitri van Heesch | 2015-10-31 | 2 | -8/+26 | |
| | | | ||||||
* | | | Bug 755080 - xrefitem link to list incorrect when using SHORT_NAMES | Dimitri van Heesch | 2015-10-24 | 8 | -23/+20 | |
|/ / | ||||||
* | | Bug 754184 - \bug paragraph doesn't end with a new sectioning command | Dimitri van Heesch | 2015-10-20 | 1 | -19/+2 | |
| | | ||||||
* | | Bug 756724 - Inline markdown links don't support reference targets that ↵ | Dimitri van Heesch | 2015-10-20 | 1 | -4/+16 | |
| | | | | | | | | contain ) | |||||
* | | Bug 756241 - Race condition in parallel DOT runs | Dimitri van Heesch | 2015-10-17 | 2 | -53/+75 | |
|/ | ||||||
* | Merge pull request #400 from albert-github/feature/bug_755783 | Dimitri van Heesch | 2015-10-04 | 1 | -1/+1 | |
|\ | | | | | Bug 755783 - RTF output has incomplete "References" and "Referenced by" sections | |||||
| * | Bug 755783 - RTF output has incomplete "References" and "Referenced by" sections | albert-github | 2015-09-30 | 1 | -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_755786 | Dimitri van Heesch | 2015-10-04 | 1 | -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 directory | albert-github | 2015-09-29 | 1 | -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-github | 2015-09-30 | 1 | -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 Heesch | 2015-09-21 | 1 | -1/+1 | |
| | | | | java.exe | |||||
* | Removed BOM marker from greek translator to avoid Visual C warnings | Dimitri van Heesch | 2015-09-21 | 1 | -1/+1 | |
| | ||||||
* | [Bug 755225] On Windows, generated layout is with UNIX EOL | Dimitri van Heesch | 2015-09-19 | 4 | -26/+30 | |
| | ||||||
* | Fixed minor typos in comments | Dimitri van Heesch | 2015-09-19 | 1 | -6/+4 | |
| | ||||||
* | Updated the Greek translation (thanks to Παύλος Γκέσος) | Dimitri van Heesch | 2015-09-19 | 1 | -49/+112 | |
| | ||||||
* | Bug 753500 - $file when using @name is wrong | Dimitri van Heesch | 2015-09-14 | 5 | -13/+23 | |
| | ||||||
* | Fixed a number of memory leaks in the template engine | Dimitri van Heesch | 2015-09-13 | 6 | -6/+70 | |
| | ||||||
* | IncludeInfo class had uninitialized member variable | Dimitri van Heesch | 2015-09-13 | 1 | -1/+1 | |
| | ||||||
* | Made several improvements to the performance of template engine | Dimitri van Heesch | 2015-09-13 | 5 | -1409/+1869 | |
| | ||||||
* | Merge pull request #393 from scarabeusiv/master | Dimitri van Heesch | 2015-09-13 | 1 | -2/+2 | |
|\ | | | | | Use STATIC libraries to prevent them being shared | |||||
| * | Use STATIC libraries to prevent them being shared | Tomáš Chvátal | 2015-09-01 | 1 | -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 title | MinGyu Kim | 2015-09-11 | 1 | -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 fixes | Dimitri van Heesch | 2015-09-08 | 37 | -114/+545 | |
|/ | ||||||
* | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2015-08-31 | 1 | -20/+2 | |
|\ | ||||||
| * | Merge pull request #381 from albert-github/feature/bug_646002 | Dimitri van Heesch | 2015-08-31 | 1 | -20/+2 | |
| |\ | | | | | | | Bug 646002 - htmlonly content appears in generated XML output | |||||
| | * | Bug 646002 - htmlonly content appears in generated XML output | albert-github | 2015-08-12 | 1 | -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 Heesch | 2015-08-31 | 3 | -45/+30 | |
|/ / | ||||||
* | | Merge branch 'feature/bug_extension' of ↵ | Dimitri van Heesch | 2015-08-31 | 3 | -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 list | albert-github | 2015-08-16 | 3 | -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 output | Dimitri van Heesch | 2015-08-30 | 2 | -2/+4 | |
| | | ||||||
* | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2015-08-30 | 4 | -8/+20 | |
|\ \ | ||||||
| * \ | Merge pull request #382 from albert-github/feature/bug_config_typo | Dimitri van Heesch | 2015-08-29 | 1 | -2/+2 | |
| |\ \ | | | | | | | | | Correcting print format error in config.l |