summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* bison: use %declarations instead of command line options.Adrian Negreanu2016-09-212-2/+4
|
* flex: use %option instead of command line options.Adrian Negreanu2016-09-2120-18/+57
|
* Fixed cross referencing issue when using bitfields.Dimitri van Heesch2016-09-201-1/+1
|
* Merge pull request #523 from albert-github/feature/bug_771344Dimitri van Heesch2016-09-191-1/+1
|\ | | | | Bug 771344 - Class name 'internal' breaks class hierarchy in C++
| * Bug 771344 - Class name 'internal' breaks class hierarchy in C++albert-github2016-09-181-1/+1
| | | | | | | | | | | | Analogous to the rule for: <FindMembers>{B}*"internal"{BN}*":"{BN}* reject the "internal" keyword in case not in Cli
* | Merge pull request #522 from magol/patch-2Dimitri van Heesch2016-09-121-161/+345
|\ \ | |/ |/| Update Swedish translation
| * Update Swedish translationMagnus Österlund2016-09-121-161/+345
|/
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2016-09-113-7/+22
|\
| * Merge pull request #517 from dallerk/plantuml_cfgDimitri van Heesch2016-09-062-0/+15
| |\ | | | | | | Option for PlantUML configuration file
| | * Option for PlantUML configuration fileDennis Allerkamp2016-09-032-0/+15
| | |
| * | Merge pull request #519 from pawelsel/translate_plDimitri van Heesch2016-09-061-7/+7
| |\ \ | | | | | | | | Updated the Polish translation
| | * | Updated the Polish translationPaweł Seledec2016-09-061-7/+7
| |/ / | | | | | | | | | Some words was not translated. Additionally, fixed some typos.
* | | Bug 771199 - Web-page bug: Comment blocks in VHDLDimitri van Heesch2016-09-111-2/+1
|/ /
* | Bumped version number for git/development versionDimitri van Heesch2016-09-051-1/+1
| |
* | Updated changelog for 1.8.12 releaseRelease_1_8_12Dimitri van Heesch2016-09-051-0/+160
| |
* | Fixed two regressions found during extensive testingDimitri van Heesch2016-09-052-5/+13
| |
* | Update copyright year in docsDimitri van Heesch2016-09-041-1/+1
|/
* Python strip code commentsalbert-github2016-09-031-1/+1
| | | | | | | | | | | | | | | | In python the STRIP_CODE_COMMENTS didn't work properly, the "## /file" was not seen by the rule <*>{POUNDCOMMENT}" as the longer "<*>"#".* took precedence. Example file bb.py: ## \file # ## pyfie docu # \include aa.h # \include bb.py # \include cc.f # def pyfie(): pass
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2016-09-032-10/+19
|\
| * Merge pull request #451 from albert-github/feature/bug_761641Dimitri van Heesch2016-09-032-10/+19
| |\ | | | | | | Bug 761471 - Do not allow ligatures in log output
| | * Bug 761471 - Do not allow ligatures in log outputalbert-github2016-02-062-10/+19
| | | | | | | | | | | | | | | Replacing QTextEdit by QTextBrowser. Need to have 1 <pre> block as otherwise an empty line appears between 2 blocks appears as data is read in parts.
* | | Sorting in latex index and missing \@ in indexalbert-github2016-09-032-27/+6
|/ / | | | | | | | | | | When looking at the index of the doxygen (pdf) manual we see that __init__ is on a bit strnge place (between "\" items) and that the item "\@" is missing. Made handling of the index consistent by using latex... routines and adjusting the label routine in respect to the @.
* | Merge branch 'albert-github-feature/bug_766059'Dimitri van Heesch2016-09-033-2/+27
|\ \
| * | Added missing freeDimitri van Heesch2016-09-031-0/+1
| | |
| * | Merge branch 'feature/bug_766059' of ↵Dimitri van Heesch2016-09-033-2/+26
| |\ \ |/ / / | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_766059
| * | Bug 766059 - DOT_PATH not expandedalbert-github2016-09-013-2/+26
| | | | | | | | | | | | | | | | | | The original problem in this bug request was that forward slashes were used in the PATH instead of backslashes. In the command shell this does not result in problems, but when calling a program from within doxygen this leads to the problem that the executable cannot be found. In this patch the PATH variable is, just for the process, changed in such a way that ther are back slashes instead of forward slashes (Windows only, not on Cygwin).
* | | Bug 770660 - Code snippet always shows line numbers from 1albert-github2016-09-0319-43/+211
| | | | | | | | | | | | | | | | | | | | | | | | | | | This patch makes the handling of the \snippet and other commands consistent between the different languages (no line numbers anymore with python) and also introduces analogous to \includelineno the command \snippetlineno. Some non relevant changes: - *code.l Calculation of the end line was incorrect, in case of a snippet the end line was the number of lines of the snippet and not reltive to the start line. - *code.l made consistent over the different laguages, enabling exBlock and inlineFragment - testing/indexpage.xml in test 14 the \snippet command was used with python and giving line numbers, linenumbers are now gone (consistency)
* | | Another possible fixDimitri van Heesch2016-09-021-1/+1
| | |
* | | Fix for error in travis.ymlDimitri van Heesch2016-09-021-2/+1
| | |
* | | Split apt-get install commands in travis config in an attempt to reduce timeoutsDimitri van Heesch2016-09-021-2/+6
| | |
* | | Bug 770747 - Broken links in HTML output with SHOW_FILES=NODimitri van Heesch2016-09-023-1/+17
| | |
* | | Merge pull request #497 from groleo/masterDimitri van Heesch2016-09-022-81/+225
|\ \ \ | | | | | | | | sqlite3gen: insert xrefs using integer refids
| * | | sqlite3gen: stripWhitespace on bitfield's textAdrian Negreanu2016-08-091-1/+1
| | | |
| * | | sqlite3gen: stripFromPath on all calls to insertFileAdrian Negreanu2016-08-091-5/+5
| | | |
| * | | sqlite3gen: sync with xmlgenAdrian Negreanu2016-08-092-56/+200
| | | | | | | | | | | | | | | | | | | | Modified the memberdef table so that it includes all elements xmlgen dups for a memberdef.
| * | | sqlite3gen: insert xrefs using integer refidsAdrian Negreanu2016-08-051-22/+22
| | | |
* | | | Removed ambiguity in the XML schema definitionDimitri van Heesch2016-09-021-2/+2
| |/ / |/| |
* | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2016-08-3110-3/+49
|\ \ \
| * \ \ Merge pull request #511 from albert-github/feature/bug_code_unparsedDimitri van Heesch2016-08-311-3/+3
| |\ \ \ | | | | | | | | | | Bug 737472 - HTML code special commands unconditionally include line numbers
| | * | | Code with "extension" unparsed shows line numbersalbert-github2016-08-301-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When using a code fragment in "regular" documentation like: @code This is a code fragment @endcode this is shown without line numbers but when using {unparsed} or another unknown extension, so @code{unparsed} This is a code fragment @endcode line numbers were shown. (similar for the markdown fenced block).
| * | | | Merge pull request #510 from albert-github/feature/bug_clang_warningsDimitri van Heesch2016-08-319-0/+46
| |\ \ \ \ | | | | | | | | | | | | Warnings from CLANG compiler
| | * | | | Warnings from CLANG compileralbert-github2016-08-289-0/+46
| | | | | | | | | | | | | | | | | | | | | | | | The CLANG compiler gave some warnings after pull request #503 ("Introducing commands includedoc and snippetdoc ") at places that are not / should not be reachable.
* | | | | | Unified display of enum values across output formats and languagesDimitri van Heesch2016-08-3113-118/+293
|/ / / / /
* | | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2016-08-281-14/+26
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge pull request #506 from albert-github/feature/bug_python_initDimitri van Heesch2016-08-281-14/+26
| |\ \ \ \ | | |/ / / | |/| | | Initialization of python variables and type determination
| | * | | Initialization of python variables and type determinationalbert-github2016-08-241-14/+26
| | | | | | | | | | | | | | | | | | | | A bit better python initialization (not only the fist "word") and subsequent determination of the type.
* | | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2016-08-2815-31/+225
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #509 from albert-github/feature/bug_fortran_preproc_stringDimitri van Heesch2016-08-281-0/+16
| |\ \ \ \ | | | | | | | | | | | | FORTRAN determination string in preprocessing
| | * | | | FORTRAN determination string in preprocessingalbert-github2016-08-281-0/+16
| | |/ / / | | | | | | | | | | | | | | | In FORTRAN a string can start (and end) either with a double quote or a single quote. The later was not considered in the preprocessing resulting in unwanted substitutions in strings.
| * | | | Merge pull request #508 from albert-github/feature/bug_742452_625602Dimitri van Heesch2016-08-281-3/+28
| |\ \ \ \ | | | | | | | | | | | | Bug 742452 - Fortran: attributes after a blank line are ignored / Bug 625602 - FORTRAN: comment in subroutine argument list