Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'albert-github-feature/bug_593642' | Dimitri van Heesch | 2015-12-26 | 1 | -29/+110 |
|\ | |||||
| * | 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 |
| | | |||||
* | | Tweaked the htmlonly sections in the manual so it produces valid HTML output | Dimitri van Heesch | 2015-12-26 | 6 | -1179/+1229 |
|/ | |||||
* | 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 |
| | |||||
* | Fix error documentation of in flex debug script | 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 | 12 | -684/+807 |
| | |||||
* | 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) | ||||
* | | | 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 | ||||
* | | | Updated instructions to toggle debugging flex code | Dimitri van Heesch | 2015-12-13 | 1 | -25/+20 |
| | | | |||||
* | | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2015-12-12 | 1 | -0/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge pull request #423 from albert-github/feature/bug_doxyapp_clang | Dimitri van Heesch | 2015-12-12 | 1 | -0/+2 |
| |\ \ | | | | | | | | | doxyapp and CLANG linking | ||||
| | * | | doxyapp and CLANG linking | albert-github | 2015-12-12 | 1 | -0/+2 |
| |/ / | | | | | | | | | | In case CLANG is enabled for doxygen this library is also used for doxyapp, but the clang libraries were not included in the doxyapp CMake project. | ||||
* | | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2015-12-12 | 8 | -123/+29 |
|\ \ \ | |/ / | |||||
| * | | 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] | ||||
| * | | | Merge pull request #419 from albert-github/feature/flex_bison_option | Dimitri van Heesch | 2015-12-10 | 2 | -21/+21 |
| |\ \ \ | | | | | | | | | | | Adding compilation options for flex/lex and bison/yacc | ||||
| | * | | | Adding compilation options for flex/lex and bison/yacc | albert-github | 2015-12-08 | 2 | -21/+21 |
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding the options LAEX_FLAGS and YACC_FLAGS to the COMPILE_FLAGS for flex/lex bison/yacc to create more flexibility during compilation. Example: when one wants to compile e.g. fortranscanner.l with the flex debug flag -d one can perform the following steps: - touch fortranscanner.l in te src directory - run make LEX_FLAGS=-d or set environment variable LEX_FLAGS to -d run make to undo this touch again forttranscanner -l and run make (don't forget to unset the environment variable LEX_FLAGS) Analogous for bison/yacc wit the YACC_FLAGS | ||||
| * | | | Merge pull request #421 from albert-github/feature/py_obsolete | Dimitri van Heesch | 2015-12-10 | 3 | -97/+0 |
| |\ \ \ | | | | | | | | | | | Remove obsolete py files | ||||
| | * | | | Remove obsolete py files | albert-github | 2015-12-09 | 3 | -97/+0 |
| | |/ / | |||||
| * | | | Merge pull request #422 from albert-github/feature/bug_clang_generation | Dimitri van Heesch | 2015-12-10 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | | | Adjusted used option for CLANG usage with CMake in documentation | ||||
| | * | | | Adjusted used option for CLANG usage with CMake in documentation | albert-github | 2015-12-09 | 1 | -1/+1 |
| | |/ / | |||||
| * | | | Merge pull request #420 from albert-github/feature/bug_csharp_set_code | Dimitri van Heesch | 2015-12-10 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |/| | | Support set in code highlighting | ||||
| | * | | Support set in code highlighting | albert-github | 2015-12-09 | 1 | -1/+1 |
| |/ / | | | | | | | | | | Analogous to the C# property get also the property set is supported | ||||
* | | | Made paragraph spacing more flexible in the LaTeX output to prevent page ↵ | Dimitri van Heesch | 2015-12-12 | 2 | -2/+2 |
|/ / | | | | | | | overflows | ||||
* | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2015-12-06 | 8 | -5/+13 |
|\ \ | |||||
| * \ | Merge pull request #415 from albert-github/feature/bug_758132_1 | Dimitri van Heesch | 2015-12-03 | 6 | -3/+10 |
| |\ \ | | | | | | | | | Bug 758132 - Brief description of non documented functions | ||||
| | * | | Bug 758132 - Brief description of non documented functions | albert-github | 2015-11-22 | 6 | -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-rev | Dimitri van Heesch | 2015-12-03 | 1 | -0/+1 |
| |\ \ \ | | | | | | | | | | | Fix computeCommonDirPrefix sometimes not finding the correct prefix | ||||
| | * | | | Fix computeCommonDirPrefix sometimes not finding the correct prefix | Tomasz Śniatowski | 2015-12-03 | 1 | -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/master | Dimitri van Heesch | 2015-11-25 | 2 | -2/+2 |
| |\ \ \ | | |/ / | |/| | | Fixed preprocessor macros for flex version check | ||||
| | * | | Fixed preprocessor macros for flex version check | lameventanas | 2015-11-25 | 2 | -2/+2 |
| |/ / | |||||
* | | | Bug 758900 - C++ templated member-function appears both as public and private | Dimitri van Heesch | 2015-12-06 | 1 | -0/+2 |
|/ / | |||||
* | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2015-11-22 | 0 | -0/+0 |
|\ \ | |/ |