summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix return-type warnings with -DNDEBUGChristoph Grüninger2016-01-231-0/+59
|
* Merge pull request #445 from albert-github/feature/bug_unused_variablesDimitri van Heesch2016-01-172-5/+0
|\ | | | | Remove unused variables
| * Remove unused variablesalbert-github2016-01-172-5/+0
| |
* | Merge pull request #443 from albert-github/feature/bug_latex_source_referenceDimitri van Heesch2016-01-171-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 namealbert-github2016-01-171-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_doxyappDimitri van Heesch2016-01-172-13/+22
|\ \ | |/ |/| Building doxyapp fails after update of config methodology to improve performance
| * Building doxyapp fails after update of config methodology to improve performancealbert-github2016-01-172-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_tableDimitri van Heesch2016-01-173-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-github2016-01-152-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-github2016-01-132-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 Heesch2016-01-171-1/+1
|\ \
| * \ Merge branch 'master' of https://github.com/sizeofvoid/doxygen into ↵Dimitri van Heesch2016-01-171-1/+1
| |\ \ |/ / / | | | | | | sizeofvoid-master
| * | fix ninja build errorRafael Sadowski2016-01-162-21/+21
| |/ | | | | | | error: build.ninja:1548: bad $-escape (literal $ must be written as $$)
* | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2016-01-172-2/+4
|\ \ | |/
| * Merge pull request #440 from albert-github/feature/bug_pdf_pagenumberingDimitri van Heesch2016-01-092-2/+4
| |\ | | | | | | Latex page numbering
| | * Latex page numberingalbert-github2016-01-092-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 Heesch2016-01-17119-2648/+2894
| | | | | | | | improve performance
* | Bug 722654 - Inherited member of template class issues warning and is not ↵Dimitri van Heesch2016-01-092-8/+13
|/ | | | documented
* Updated README.md to include code docsDimitri van Heesch2016-01-071-0/+2
|
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2016-01-073-92/+123
|\
| * Merge pull request #438 from albert-github/feature/bug_760086Dimitri van Heesch2016-01-072-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 workalbert-github2016-01-062-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_700381Dimitri van Heesch2016-01-021-6/+21
| |\ | | | | | | Bug 700381 - error state 21 with fortran code (fixed format)
| | * Bug 700381 - error state 21 with fortran code (fixed format)albert-github2016-01-021-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_crashDimitri van Heesch2016-01-021-1/+4
| |\ \ | | |/ | |/| Fortran inline source code and crash on Linux
| | * Fortran inline source code and crash on Linuxalbert-github2016-01-021-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 fileDimitri van Heesch2016-01-071-0/+3
| |
* | Adjusted Doxygen to doxygen in running text in the manualDimitri van Heesch2016-01-0311-36/+36
| |
* | Minor correction for BUILD.txtDimitri van Heesch2016-01-031-1/+2
| |
* | Minor update to the installation instructionsDimitri van Heesch2015-12-311-2/+3
|/
* Bump version for GIT repoDimitri van Heesch2015-12-301-1/+1
|
* Updated changelog for 1.8.11Release_1_8_11Dimitri van Heesch2015-12-291-0/+157
|
* Bug 742715 - Unnamed structs gives: QGDict::hashAsciiKey: Invalid null keyDimitri van Heesch2015-12-282-5/+15
|
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2015-12-281-10/+19
|\
| * Merge pull request #432 from albert-github/feature/bug_595186Dimitri van Heesch2015-12-271-9/+0
| |\ | | | | | | Bug 595186 - Python ignores \private tag
| | * Bug 595186 - Python ignores \private tagalbert-github2015-12-271-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_732356Dimitri van Heesch2015-12-261-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 valuesalbert-github2015-12-261-1/+1
| | | | | | | | | | | | Decrement brace count only in case of a ')' not in case of a ','
| * | Merge pull request #431 from albert-github/feature/bug_361814Dimitri van Heesch2015-12-261-0/+14
| |\ \ | | | | | | | | Bug 361814 - python: tuple assignment not recognized as variable initialization
| | * | Bug 361814 - python: tuple assignment not recognized as variable initializationalbert-github2015-12-261-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_641036Dimitri van Heesch2015-12-261-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 correctlyalbert-github2015-12-251-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 Heesch2015-12-281-1/+1
| | | | | | | | | | | | function (C++)
* | | Bug 758132 - Brief description of non documented functions (fixes)Dimitri van Heesch2015-12-283-8/+6
| | |
* | | Bug 745659 - The table in classes.html has no class attributeDimitri van Heesch2015-12-282-2/+14
| | |
* | | Bug 752845 - Non-alphanumeric characters in Markdown links don't work properlyDimitri van Heesch2015-12-281-2/+2
| | |
* | | Bug 731509 - Markdown backticks not processed within Markdown links.Dimitri van Heesch2015-12-281-1/+2
| | |
* | | Bug 746361 - Doxygen thinks C++ class is Objective-CDimitri van Heesch2015-12-272-1/+7
|/ /
* | Merge branch 'albert-github-feature/bug_593642'Dimitri van Heesch2015-12-261-29/+110
|\ \
| * | Minor change to pycode.l:codifyLinesDimitri van Heesch2015-12-261-3/+3
| | |