Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed configuration mechanism to directly access options in order to ↵ | Dimitri van Heesch | 2016-01-17 | 116 | -2643/+2880 |
| | | | | improve performance | ||||
* | Bug 722654 - Inherited member of template class issues warning and is not ↵ | Dimitri van Heesch | 2016-01-09 | 2 | -8/+13 |
| | | | | documented | ||||
* | Bug 760086 - Figure title needs to be on separate line in order for it to work | albert-github | 2016-01-06 | 2 | -85/+98 |
| | | | | Implemented caption possibility in RTF documentation for the different image formats, including some streamlining of the code. | ||||
* | Merge pull request #435 from albert-github/feature/bug_700381 | Dimitri van Heesch | 2016-01-02 | 1 | -6/+21 |
|\ | | | | | Bug 700381 - error state 21 with fortran code (fixed format) | ||||
| * | Bug 700381 - error state 21 with fortran code (fixed format) | albert-github | 2016-01-02 | 1 | -6/+21 |
| | | | | | | | | Problem is caused by similar quotes inside quotes, in Fortran it is possible to "escape" quotes by doubling them. | ||||
* | | Fortran inline source code and crash on Linux | albert-github | 2016-01-02 | 1 | -1/+4 |
|/ | | | | | This patch fixes a problem on Linux where in a number of cases doxygen crashed when an unnamed interface existed and the routine itself was in the same source file. Furthermore the end line of routines is set correctly so inline source code in Fortran will be possible as well. | ||||
* | Bug 742715 - Unnamed structs gives: QGDict::hashAsciiKey: Invalid null key | Dimitri van Heesch | 2015-12-28 | 2 | -5/+15 |
| | |||||
* | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2015-12-28 | 1 | -10/+19 |
|\ | |||||
| * | Bug 595186 - Python ignores \private tag | albert-github | 2015-12-27 | 1 | -9/+0 |
| | | | | | | | | Don't overwrite the protection settings in current entry, they may result from a comment block | ||||
| * | Merge pull request #429 from albert-github/feature/bug_732356 | Dimitri van Heesch | 2015-12-26 | 1 | -1/+1 |
| |\ | | | | | | | Bug 732356 - doxygen's \param command is confused by some python default values | ||||
| | * | Bug 732356 - doxygen's \param command is confused by some python default values | albert-github | 2015-12-26 | 1 | -1/+1 |
| | | | | | | | | | | | | Decrement brace count only in case of a ')' not in case of a ',' | ||||
| * | | Merge pull request #431 from albert-github/feature/bug_361814 | Dimitri van Heesch | 2015-12-26 | 1 | -0/+14 |
| |\ \ | | | | | | | | | Bug 361814 - python: tuple assignment not recognized as variable initialization | ||||
| | * | | Bug 361814 - python: tuple assignment not recognized as variable initialization | albert-github | 2015-12-26 | 1 | -0/+14 |
| | |/ | | | | | | | | | | | | | | | | | | | added possibility for the separate variables from a tuple assignment: a,b,c = and (a,b,c) = | ||||
| * | | Merge pull request #427 from albert-github/feature/bug_641036 | Dimitri van Heesch | 2015-12-26 | 1 | -0/+4 |
| |\ \ | | | | | | | | | Bug 641036 - python script with #!/usr/bin/python are not documented correctly | ||||
| | * | | Bug 641036 - python script with #!/usr/bin/python are not documented correctly | albert-github | 2015-12-25 | 1 | -0/+4 |
| | |/ | | | | | | | | | | Handle #! at first line as a special comment (on *nix systems starts the mentioned program with the file as input) | ||||
* | | | Bug 755939 - Warning refers to incorrect line for undocumented member ↵ | Dimitri van Heesch | 2015-12-28 | 1 | -1/+1 |
| | | | | | | | | | | | | function (C++) | ||||
* | | | Bug 758132 - Brief description of non documented functions (fixes) | Dimitri van Heesch | 2015-12-28 | 3 | -8/+6 |
| | | | |||||
* | | | Bug 745659 - The table in classes.html has no class attribute | Dimitri van Heesch | 2015-12-28 | 1 | -1/+1 |
| | | | |||||
* | | | Bug 752845 - Non-alphanumeric characters in Markdown links don't work properly | Dimitri van Heesch | 2015-12-28 | 1 | -2/+2 |
| | | | |||||
* | | | Bug 731509 - Markdown backticks not processed within Markdown links. | Dimitri van Heesch | 2015-12-28 | 1 | -1/+2 |
| | | | |||||
* | | | Bug 746361 - Doxygen thinks C++ class is Objective-C | Dimitri van Heesch | 2015-12-27 | 2 | -1/+7 |
|/ / | |||||
* | | Minor change to pycode.l:codifyLines | Dimitri van Heesch | 2015-12-26 | 1 | -3/+3 |
| | | |||||
* | | Merge branch 'feature/bug_593642' of ↵ | Dimitri van Heesch | 2015-12-26 | 1 | -29/+110 |
|\ \ | | | | | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_593642 | ||||
| * | | Bug 593642 - Python: STRIP_CODE_COMMENTS Doesn't work within the source code | albert-github | 2015-12-25 | 1 | -29/+110 |
| |/ | | | | | | | In case STRIP_CODE_COMMENTS is set the doxygen specific comment is stripped from the output. | ||||
* | | Merge pull request #428 from albert-github/feature/bug_578720 | Dimitri van Heesch | 2015-12-26 | 2 | -0/+2 |
|\ \ | | | | | | | Bug 578720 - [Python] Add pyw as a valid extension | ||||
| * | | Bug 578720 - [Python] Add pyw as a valid extension | albert-github | 2015-12-26 | 2 | -0/+2 |
| |/ | | | | | | | Added pyw as extension, based also on: https://docs.python.org/2/tutorial/appendix.html (15.1.2. Executable Python Scripts) | ||||
* | | Merge pull request #430 from albert-github/feature/bug_735152 | Dimitri van Heesch | 2015-12-26 | 3 | -7/+33 |
|\ \ | | | | | | | Bug 735152 - Python: Allow undocumented "cls" parameter for class methods | ||||
| * | | Bug 735152 - Python: Allow undocumented "cls" parameter for class methods | albert-github | 2015-12-26 | 3 | -7/+33 |
| |/ | | | | | | | Made 'cls' parameter analogous to the 'self' parameter. See also https://www.python.org/dev/peps/pep-0008 (paragraph: Function and method arguments) | ||||
* | | Bug 746162 - formulas creating invalid HTML code | Dimitri van Heesch | 2015-12-26 | 2 | -11/+58 |
|/ | |||||
* | Bug 759622 - problems with charset using plantuml | Dimitri van Heesch | 2015-12-20 | 1 | -1/+1 |
| | |||||
* | Bug 757812 - Doxygen do not support comparison angle bracket in template | Dimitri van Heesch | 2015-12-20 | 1 | -2/+2 |
| | |||||
* | Bug 757300 - Failed to document nested classes with "reference to array" ↵ | Dimitri van Heesch | 2015-12-20 | 1 | -1/+1 |
| | | | | parameters | ||||
* | Bug 758495 - Bug in VHDL parser + other fixes | Dimitri van Heesch | 2015-12-20 | 3 | -20/+139 |
| | |||||
* | Bug 759381 - unable to @ref or @link C++ templated operator overloads | Dimitri van Heesch | 2015-12-19 | 1 | -1/+6 |
| | |||||
* | Reverted change that caused doxygen to return error code 2 when it produced ↵ | Dimitri van Heesch | 2015-12-19 | 4 | -8/+7 |
| | | | | a warning | ||||
* | Bug 759177 - Markdown fenced code blocks not parsed properly in comment | Dimitri van Heesch | 2015-12-19 | 1 | -4/+4 |
| | |||||
* | Merge pull request #424 from albert-github/feature/bug_py_types | Dimitri van Heesch | 2015-12-19 | 1 | -5/+25 |
|\ | | | | | Correct / set types for python variables | ||||
| * | Correct / set types for python variables | albert-github | 2015-12-12 | 1 | -5/+25 |
| | | | | | | | | | | | | | | | | | | | | The bool python type was not handled. In case of the initialization by means of a method call a variables was was aid to be a tuple (e.g. env= os.environ.copy()) Methods with initialization with defaults were shown without arguments in the brief description (e.g. def create_dir(dir, create=True):) Arguments with values in method calls were seen as variables variables in case of continuation lines (e.g. parser.add_argument("--https_proxy", nargs="?", help="Proxy to be used for https requests", action="store", const="myproxy.domain.com:8080") in this case action was seen as variable). | ||||
* | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2015-12-19 | 5 | -470/+494 |
|\ \ | |||||
| * \ | Merge pull request #412 from bagage/master | Dimitri van Heesch | 2015-12-17 | 5 | -470/+494 |
| |\ \ | | |/ | |/| | Add WARN_AS_ERROR option to stop execution at first warning (equivalent of compilers' -Werror option) | ||||
| | * | Add WARN_AS_ERROR option to stop execution at first warning (equivalent of ↵ | Gautier Pelloux-Prayer | 2015-12-16 | 5 | -470/+494 |
| | | | | | | | | | | | | compilers' -Werror option) | ||||
| | * | Merge pull request #410 from albert-github/feature/bug_markdown_cond | Dimitri van Heesch | 2015-11-15 | 1 | -0/+2 |
| | |\ | | | | | | | | | Markdown with @cond and @endcond | ||||
| | | * | Markdown with @cond and @endcond | albert-github | 2015-11-14 | 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. | ||||
| | * | | Merge pull request #409 from albert-github/feature/bug_private | Dimitri van Heesch | 2015-11-15 | 1 | -2/+2 |
| | |\ \ | | | | | | | | | | | Fortran module private variables and EXTRACT_PRIVATE = NO | ||||
| | | * | | Fortran module private variables and EXTRACT_PRIVATE = NO | albert-github | 2015-11-08 | 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) | ||||
* | | | | Bug 759281 - Doxygen parser confused by C++11 attributes | Dimitri van Heesch | 2015-12-13 | 1 | -7/+18 |
| | | | | |||||
* | | | | Bug 759247 - C++11 unified initializer for array with templates treated as ↵ | Dimitri van Heesch | 2015-12-13 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | function | ||||
* | | | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2015-12-12 | 7 | -122/+28 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge pull request #418 from albert-github/feature/bug_606104 | Dimitri van Heesch | 2015-12-10 | 1 | -3/+6 |
| |\ \ \ | | | | | | | | | | | Bug 606104 - Deprecated list: Wrong prefix '<globalScope>::' for global functions | ||||
| | * | | | Bug 606104 - Deprecated list: Wrong prefix '<globalScope>::' for global ↵ | albert-github | 2015-12-06 | 1 | -3/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | functions The globalScope as shown in the output has no meaning and is confusing (and is also lacking the starting <). This problem is a regression from: Bug 740218 - Full scope needed when making link inside cross-referenced section [with test case] |