summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bug 753608 - Link of typedef within namespace on group pages missingDimitri van Heesch2016-02-081-17/+24
|
* Fixed issue escaping ndashes (\--) and mdashes (\---)Dimitri van Heesch2016-02-073-16/+14
|
* Fix for empty file nameDimitri van Heesch2016-02-071-0/+1
|
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2016-02-078-64/+71
|\
| * Merge pull request #450 from jwilk/spellingDimitri van Heesch2016-02-026-56/+55
| |\ | | | | | | Fix documentation typos
| | * Fix documentation typosJakub Wilk2016-02-026-56/+55
| | |
| * | Merge pull request #449 from albert-github/feature/bug_504305Dimitri van Heesch2016-02-021-0/+6
| |\ \ | | | | | | | | Bug 504305 - FILTER_PATTERNS won't take command with arguments
| | * | Bug 504305 - FILTER_PATTERNS won't take command with argumentsalbert-github2016-01-311-0/+6
| | |/ | | | | | | | | | INPUT_FILTER is a string so multiple values are read till the end of the line and quotes are automatically removed. FILTER_PATTERNS and FILTER_SOURCE_PATTERNS are list of strings so with multiple arguments for one extension quotes are mandatory, but they were not removed.
| * | Merge pull request #448 from albert-github/feature/bug_761139Dimitri van Heesch2016-02-021-8/+10
| |\ \ | | | | | | | | Bug 761139 - python unicode docstrings are ignored
| | * | Bug 761139 - python unicode docstrings are ignoredalbert-github2016-01-291-4/+6
| | | | | | | | | | | | | | | | End of the doctrings can be only triple double or single quotes not with optional u or r or even ! at the end.
| | * | Bug 761139 - python unicode docstrings are ignoredalbert-github2016-01-271-4/+4
| | |/ | | | | | | | | | Added support for raw and unicode docstrings in python scanner (was already available in python code scanner)
* | | Optimized use of convertNameToFile to improve performanceDimitri van Heesch2016-02-0712-141/+126
| | |
* | | Bug 752712 - last entry missing in a @name group of typedefsDimitri van Heesch2016-02-062-0/+11
|/ /
* | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2016-02-021-1/+1
|\ \ | |/
| * Merge pull request #447 from albert-github/feature/bug_761007Dimitri van Heesch2016-01-241-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-github2016-01-241-1/+1
| |/ | | | | | | | | | | opening bracket of the parameter list cause detection issues. Adding possibility to have spaces between ) and (
* | Reimplemented node renumbering for dot graph to improve performanceDimitri van Heesch2016-02-023-112/+105
| |
* | Improved sorting performance for directories and filesDimitri van Heesch2016-01-312-5/+32
| |
* | Minor performance improvement sorting directoriesDimitri van Heesch2016-01-311-1/+2
| |
* | Bug 760836 - Phantom variables/functions in XML, created from non-code filesDimitri van Heesch2016-01-311-1/+1
|/
* Merge pull request #437 from gruenich/masterDimitri van Heesch2016-01-237-30/+83
|\ | | | | Fix a bunch of compiler warnings
| * Update LICENSE file to latest from FSFChristoph Grüninger2016-01-231-22/+21
| | | | | | | | Refelcts new FSF address.
| * Fix order of member initilaizationChristoph Grüninger2016-01-232-2/+2
| |
| * Remove unused variablesChristoph Grüninger2016-01-234-6/+1
| |
| * Fix return-type warnings with -DNDEBUGChristoph Grüninger2016-01-231-0/+59
| |
* | Merge pull request #446 from albert-github/feature/bug_760970Dimitri van Heesch2016-01-231-2/+1
|\ \ | |/ |/| Bug 760970 - CASE_SENSE_NAMES ignored
| * Bug 760970 - CASE_SENSE_NAMES ignoredalbert-github2016-01-231-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_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.