Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix documentation typos | Jakub Wilk | 2016-02-02 | 6 | -56/+55 |
| | |||||
* | Merge pull request #447 from albert-github/feature/bug_761007 | Dimitri van Heesch | 2016-01-24 | 1 | -1/+1 |
|\ | | | | | Bug 761007 - Spaces between the closing bracket of the typename and the opening bracket of the parameter list cause detection issues. | ||||
| * | Bug 761007 - Spaces between the closing bracket of the typename and the ↵ | albert-github | 2016-01-24 | 1 | -1/+1 |
|/ | | | | | | opening bracket of the parameter list cause detection issues. Adding possibility to have spaces between ) and ( | ||||
* | Merge pull request #437 from gruenich/master | Dimitri van Heesch | 2016-01-23 | 7 | -30/+83 |
|\ | | | | | Fix a bunch of compiler warnings | ||||
| * | Update LICENSE file to latest from FSF | Christoph Grüninger | 2016-01-23 | 1 | -22/+21 |
| | | | | | | | | Refelcts new FSF address. | ||||
| * | Fix order of member initilaization | Christoph Grüninger | 2016-01-23 | 2 | -2/+2 |
| | | |||||
| * | Remove unused variables | Christoph Grüninger | 2016-01-23 | 4 | -6/+1 |
| | | |||||
| * | Fix return-type warnings with -DNDEBUG | Christoph Grüninger | 2016-01-23 | 1 | -0/+59 |
| | | |||||
* | | Merge pull request #446 from albert-github/feature/bug_760970 | Dimitri van Heesch | 2016-01-23 | 1 | -2/+1 |
|\ \ | |/ |/| | Bug 760970 - CASE_SENSE_NAMES ignored | ||||
| * | Bug 760970 - CASE_SENSE_NAMES ignored | albert-github | 2016-01-23 | 1 | -2/+1 |
|/ | | | | | In case SHORT_NAMES was not selected the page bane was used as fileName in its bare for, this is a regression of "Bug 755080 - xrefitem link to list incorrect when using SHORT_NAMES (https://bugzilla.gnome.org/show_bug.cgi?id=755080 https://github.com/doxygen/doxygen/commit/af5c5b37c5464afb6a2df71edf6f9e82ece75187) (We use ::convertNameToFile to get the routine from util.cpp and not from definition) | ||||
* | Merge pull request #445 from albert-github/feature/bug_unused_variables | Dimitri van Heesch | 2016-01-17 | 2 | -5/+0 |
|\ | | | | | Remove unused variables | ||||
| * | Remove unused variables | albert-github | 2016-01-17 | 2 | -5/+0 |
| | | |||||
* | | Merge pull request #443 from albert-github/feature/bug_latex_source_reference | Dimitri van Heesch | 2016-01-17 | 1 | -1/+1 |
|\ \ | | | | | | | Problem jumping to line number in source code due to wrong hypertarget name | ||||
| * | | Problem jumping to line number in source code due to wrong hypertarget name | albert-github | 2016-01-17 | 1 | -1/+1 |
| |/ | | | | | | | | | When having a line like "Definition at line 30 of file test.cpp." in the LaTeX document with source code the test.cpp is linked to the file but the 30 isn't (in HTML it is). Problem is that in the hypertarget the extension is still present. This patch corrects this. | ||||
* | | Merge pull request #444 from albert-github/feature/bug_build_doxyapp | Dimitri van Heesch | 2016-01-17 | 2 | -13/+22 |
|\ \ | |/ |/| | Building doxyapp fails after update of config methodology to improve performance | ||||
| * | Building doxyapp fails after update of config methodology to improve performance | albert-github | 2016-01-17 | 2 | -13/+22 |
|/ | | | | This is a regressing on the "Changed configuration mechanism to directly access options in order to improve performance ( a93ec7221d1a258f0268e0c081782478372efe0b) | ||||
* | Merge pull request #441 from albert-github/feature/bug_image_in_table | Dimitri van Heesch | 2016-01-17 | 3 | -1/+15 |
|\ | | | | | PDF generation stops when image with caption is included in a table. | ||||
| * | PDF generation stops when image with caption is included in a table. | albert-github | 2016-01-15 | 2 | -1/+8 |
| | | | | | | | | | | - patch should only be applied to images. - added doxyfigcaption to manual.sty for completeness, when in future a table with an image and caption might appear in the documentation. | ||||
| * | PDF generation stops when image with caption is included in a table. | albert-github | 2016-01-13 | 2 | -2/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | In case an image is included in a table and this image has a caption the generation of a PDF stops with the message: ! Misplaced \noalign. \caption ->\noalign \bgroup \@ifnextchar [{\egroup \LT@c@ption \@firstofone ... l.45 \end{longtabu} This problem has in general been described in: http://tex.stackexchange.com/questions/85919/adding-a-caption-to-a-graphic-inside-a-longtable In this patch the suggestion from this reference is implemented by defining \doxyfigcaption and using this where a caption is required. | ||||
* | | Merge branch 'sizeofvoid-master' | Dimitri van Heesch | 2016-01-17 | 1 | -1/+1 |
|\ \ | |||||
| * \ | Merge branch 'master' of https://github.com/sizeofvoid/doxygen into ↵ | Dimitri van Heesch | 2016-01-17 | 1 | -1/+1 |
| |\ \ |/ / / | | | | | | | sizeofvoid-master | ||||
| * | | fix ninja build error | Rafael Sadowski | 2016-01-16 | 2 | -21/+21 |
| |/ | | | | | | | error: build.ninja:1548: bad $-escape (literal $ must be written as $$) | ||||
* | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2016-01-17 | 2 | -2/+4 |
|\ \ | |/ | |||||
| * | Merge pull request #440 from albert-github/feature/bug_pdf_pagenumbering | Dimitri van Heesch | 2016-01-09 | 2 | -2/+4 |
| |\ | | | | | | | Latex page numbering | ||||
| | * | Latex page numbering | albert-github | 2016-01-09 | 2 | -2/+4 |
| |/ | | | | | | | | | | | In the documentation generated by doxygen the table of contents does not start with page number i but with iii, by setting the pagenumbering}{roman} after the clearemptydoublepage titlepage this is corrected. In the beginning of the documentation we set the page numbering to "alph" so it won't interfere with the numbers in the table of contents and the real documentation. For the doxygen manual similar reasoning is true, furthermore the table of contents was on the left side page (when printed double sided), yhis is corrected as well. | ||||
* | | Changed configuration mechanism to directly access options in order to ↵ | Dimitri van Heesch | 2016-01-17 | 119 | -2648/+2894 |
| | | | | | | | | improve performance | ||||
* | | Bug 722654 - Inherited member of template class issues warning and is not ↵ | Dimitri van Heesch | 2016-01-09 | 2 | -8/+13 |
|/ | | | | documented | ||||
* | Updated README.md to include code docs | Dimitri van Heesch | 2016-01-07 | 1 | -0/+2 |
| | |||||
* | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2016-01-07 | 3 | -92/+123 |
|\ | |||||
| * | Merge pull request #438 from albert-github/feature/bug_760086 | Dimitri van Heesch | 2016-01-07 | 2 | -85/+98 |
| |\ | | | | | | | Bug 760086 - Figure title needs to be on separate line in order for it to work | ||||
| | * | 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. | ||||
| * | | Merge pull request #436 from albert-github/feature/Fortran_inline_and_crash | Dimitri van Heesch | 2016-01-02 | 1 | -1/+4 |
| |\ \ | | |/ | |/| | Fortran inline source code and crash on Linux | ||||
| | * | 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. | ||||
* | | Added .codedocs file | Dimitri van Heesch | 2016-01-07 | 1 | -0/+3 |
| | | |||||
* | | Adjusted Doxygen to doxygen in running text in the manual | Dimitri van Heesch | 2016-01-03 | 11 | -36/+36 |
| | | |||||
* | | Minor correction for BUILD.txt | Dimitri van Heesch | 2016-01-03 | 1 | -1/+2 |
| | | |||||
* | | Minor update to the installation instructions | Dimitri van Heesch | 2015-12-31 | 1 | -2/+3 |
|/ | |||||
* | Bump version for GIT repo | Dimitri van Heesch | 2015-12-30 | 1 | -1/+1 |
| | |||||
* | Updated changelog for 1.8.11Release_1_8_11 | Dimitri van Heesch | 2015-12-29 | 1 | -0/+157 |
| | |||||
* | 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 |
|\ | |||||
| * | Merge pull request #432 from albert-github/feature/bug_595186 | Dimitri van Heesch | 2015-12-27 | 1 | -9/+0 |
| |\ | | | | | | | Bug 595186 - Python ignores \private tag | ||||
| | * | 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 |