summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete py filesalbert-github2015-12-093-97/+0
|
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2015-12-068-5/+13
|\
| * Merge pull request #415 from albert-github/feature/bug_758132_1Dimitri van Heesch2015-12-036-3/+10
| |\ | | | | | | Bug 758132 - Brief description of non documented functions
| | * Bug 758132 - Brief description of non documented functionsalbert-github2015-11-226-3/+10
| | | | | | | | | | | | | | | In case a function or an other item is not documented and EXTRACT_ALL has not been specified it should not appear in the list with brief description of functions etc. (This patch supersedes the patch as proposed in pull request 411 based on the comments from Dimitri van Heesch)
| * | Merge pull request #417 from ilor/dir-prefix-find-revDimitri van Heesch2015-12-031-0/+1
| |\ \ | | | | | | | | Fix computeCommonDirPrefix sometimes not finding the correct prefix
| | * | Fix computeCommonDirPrefix sometimes not finding the correct prefixTomasz Śniatowski2015-12-031-0/+1
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | The code in some cases would search backwards in a string starting from an offset beyond the string's length. Adjust so that doesn't happen and the code doesn't mistakenly assume there is no common dir prefix. This bug has in some scenarios led to absolute paths being used for dir_(md5).html links, making doxygen output needlessly depend on details of build-time paths.
| * | Merge pull request #416 from lameventanas/masterDimitri van Heesch2015-11-252-2/+2
| |\ \ | | |/ | |/| Fixed preprocessor macros for flex version check
| | * Fixed preprocessor macros for flex version checklameventanas2015-11-252-2/+2
| |/
* | Bug 758900 - C++ templated member-function appears both as public and privateDimitri van Heesch2015-12-061-0/+2
|/
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2015-11-220-0/+0
|\
| * Merge pull request #410 from albert-github/feature/bug_markdown_condDimitri van Heesch2015-11-151-0/+2
| |\ | | | | | | Markdown with @cond and @endcond
| | * Markdown with @cond and @endcondalbert-github2015-11-141-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.
| * | Merge pull request #409 from albert-github/feature/bug_privateDimitri van Heesch2015-11-151-2/+2
| |\ \ | | | | | | | | Fortran module private variables and EXTRACT_PRIVATE = NO
| | * | Fortran module private variables and EXTRACT_PRIVATE = NOalbert-github2015-11-081-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)
* | | Support flex-2.6.0Dimitri van Heesch2015-11-226-10/+10
| | |
* | | 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
* | Fix for Travis Build (take 3)Dimitri van Heesch2015-11-141-1/+7
| |
* | Fix for Travis Build (take 2)Dimitri van Heesch2015-11-141-1/+1
| |
* | Bug 756604 - Unable to prevent a numbered listDimitri van Heesch2015-11-143-10/+33
| |
* | 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
| | |
* | | Fix for failing Travis buildDimitri van Heesch2015-11-141-1/+0
| | |
* | | 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-312-60/+62
|\ \ | | | | | | Fix Windows compatibility
| * | add spaces like "Doyxgen"CN_SPC->"Doyxgen" CN_SPCalex85k2015-10-281-59/+59
| | |
| * | allow building with custom iconv on Windowsalex85k2015-10-281-1/+3
| | |
* | | 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
|/ /
* | Merge pull request #405 from albert-github/feature/bug_toc_alignDimitri van Heesch2015-10-241-1/+1
|\ \ | | | | | | Right alignment of in page table of contents
| * | Right alignment of in page table of contentsalbert-github2015-10-241-1/+1
|/ / | | | | | | The in page table of contents (@tableofcontents) should be right aligned with other "box" elements like div.fragment and pre.fragment
* | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2015-10-220-0/+0
|\ \
| * \ Merge pull request #397 from madebr/vhdlDimitri van Heesch2015-10-181-1/+1
| |\ \ | | | | | | | | Fix hexChar for inputs 0 <= i < 10
| | * | Fix hexChar for inputs 0 <= i < 10Anonymous Maarten2015-09-161-1/+1
| | | |
| * | | Merge pull request #403 from t-b/fix_typoDimitri van Heesch2015-10-181-1/+1
| |\ \ \ | | | | | | | | | | Fix typo in function name
| | * | | Fix typo in function nameThomas Braun2015-10-131-1/+1
| | | |/ | | |/| | | | | | | | | | | | | | | | | As both declarations should only differ by cv-qualifiers. Signed-off-by: Thomas Braun <thomas.braun@byte-physics.de>
* | | | Bug 754184 - \bug paragraph doesn't end with a new sectioning commandDimitri van Heesch2015-10-201-19/+2
| | | |
* | | | Fix hexChar for inputs 0 <= i < 10Anonymous Maarten2015-10-201-1/+1
| | | |
* | | | Fix typo in function nameThomas Braun2015-10-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | As both declarations should only differ by cv-qualifiers. Signed-off-by: Thomas Braun <thomas.braun@byte-physics.de>
* | | | Bug 756724 - Inline markdown links don't support reference targets that ↵Dimitri van Heesch2015-10-201-4/+16
|/ / / | | | | | | | | | contain )