summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Merge pull request #369 from albert-github/feature/bug_682373Dimitri van Heesch2015-07-262-0/+3
|\ \ \ \ | | | | | | | | | | Bug 682373 - Math does not work in LaTeX with custom header and footer.
| * | | | Bug 682373 - Math does not work in LaTeX with custom header and footer.albert-github2015-07-242-0/+3
| |/ / / | | | | | | | | | | | | Reset current directory in case of return.
* | | | Merge pull request #356 from albert-github/feature/bug_149792Dimitri van Heesch2015-07-261-7/+23
|\ \ \ \ | | | | | | | | | | Bug 149792 - Mainpage title has wrong style in RTF
| * | | | Bug 149792 - Mainpage title has wrong style in RTFalbert-github2015-06-151-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | Removal of "begin body" from text (only visible in Open and Libre Office, not in Word). Replace AUTHOR by the author specified in rtf configuration file.
| * | | | Bug 149792 - Mainpage title has wrong style in RTFalbert-github2015-06-141-1/+1
| | | | | | | | | | | | | | | | | | | | Translate the word Version as well.
| * | | | Bug 149792 - Mainpage title has wrong style in RTFalbert-github2015-06-141-3/+14
| | |_|/ | |/| | | | | | | | | | Set the TITLE as the PROJECT_NAME and the CREATEDATE as the date of creation.
* | | | Merge pull request #362 from albert-github/feature/bug_htags_spellDimitri van Heesch2015-07-261-1/+1
|\ \ \ \ | |_|_|/ |/| | | Spelling correction for error message with USE_HTAGS usage
| * | | Spelling correction for error message with USE_HTAGS usagealbert-github2015-07-051-1/+1
| | | |
| * | | Revert "Spelling correction for error message with USE_HTAGS usage"albert-github2015-07-051-1/+1
| | | | | | | | | | | | | | | | This reverts commit 0d060c455207ab32092e5a7edcd5457bb00f4653.
| * | | Spelling correction for error message with USE_HTAGS usagealbert-github2015-07-051-1/+1
| | | |
* | | | Merge pull request #365 from jcrada/masterDimitri van Heesch2015-07-251-18/+2
|\ \ \ \ | |_|_|/ |/| | | Fixes bug 485701: Angle brackets (< and >) not escaped in HTML formula alt text
| * | | Bug 485701: Fixes angle brackets (< and >) not escaped in HTML formula alt textJuan Rada-Vilela2015-07-241-18/+0
| | | |
| * | | Fixes bug 485701: Angle brackets (< and >) not escaped in HTML formula alt textJuan Rada-Vilela2015-07-121-0/+2
| |/ /
* | | Undo _doxygen to libdoxygen target changeDimitri van Heesch2015-07-211-2/+2
| | |
* | | Bug 751300 - Doxygen don't support longer key in bibtexDimitri van Heesch2015-07-191-2/+2
| | |
* | | Bug 751321 - \cite still rejects valid BibTeX keysDimitri van Heesch2015-07-192-2/+2
| | |
* | | Bug 751984 - PATCH: Honour SOURCE_DATE_EPOCH environment variable for ↵Dimitri van Heesch2015-07-191-0/+30
| | | | | | | | | | | | reproducible output
* | | rename build target _doxygen to libdoxygenDimitri van Heesch2015-07-181-2/+2
| | |
* | | Updated italian translation and translator email addressAlessandro Falappa2015-07-161-4/+129
| | |
* | | Using tabu package for LaTeX tablesDimitri van Heesch2015-07-125-11/+50
|/ /
* | Updated installation section of the manualDimitri van Heesch2015-06-271-1/+1
| |
* | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2015-06-261-1/+116
|\ \
| * | Update translator_cn.hLian Yang2015-06-241-1/+116
| | | | | | | | | update to 1.8.4
* | | Bug 751455 - class scoped enum documentation appearing at group level ↵Dimitri van Heesch2015-06-262-1/+11
|/ / | | | | | | instead of class level
* | Fixed regression in argument processingDimitri van Heesch2015-06-211-4/+4
|/
* Bug 744762 - Using TAGFILES prevents symbol extractionDimitri van Heesch2015-06-113-2/+15
|
* sqlite3: add schema commentsAdrian Negreanu2015-06-091-107/+127
| | | | | | | | Comments should help DB users that are unfamiliar to doxygen internals. You can dump the schema with: echo ".schema" | sqlite3 doxygen_sqlite3.db
* sqlite3: fix constnessAdrian Negreanu2015-06-091-1/+2
| | | | | :const was binded only when al->constSpecifier was non-NULL. Fix that by removing the test on al->constSpecifier
* Merge pull request #341 from groleo/INPUT-messageDimitri van Heesch2015-06-061-1/+1
|\ | | | | specify that doxygen searches files in INPUT tag
| * specify that doxygen searches files in INPUT tagAdrian Negreanu2015-05-221-1/+1
| |
* | Merge pull request #344 from hcw70/masterDimitri van Heesch2015-06-062-7/+8
|\ \ | | | | | | Fix nesting of XML tag "literallayout" for docbook output of enums.
| * | Escape "@" in names as it is not allowed in XML / Docbook names (comming ↵Hauke Wintjen2015-05-271-0/+1
| | | | | | | | | | | | from anon namespaces)
| * | Fix nesting of XML tag "literallayout" for docbook output of enums.Hauke Wintjen2015-05-271-7/+7
| |/
* | Merge pull request #346 from albert-github/feature/bug_750016Dimitri van Heesch2015-06-061-2/+8
|\ \ | | | | | | Bug 750016 - FILE_PATTERNS ignores arbitrary extensions
| * | Bug 750016 - FILE_PATTERNS ignores arbitrary extensionsalbert-github2015-05-301-2/+8
| |/ | | | | | | Added note to the documentation of FILE_PATTERNS and added cross reference at INPUT configuration options.
| * Bug 746734 - Don't warn about missing documentation for deleted functions.Dimitri van Heesch2015-05-035-4/+16
| |
| * Bug 748208 - Bug #313527 regression - Enum in bitfield is not parsed properly.Dimitri van Heesch2015-05-031-1/+7
| |
| * Various VHDL related fixesDimitri van Heesch2015-04-271-0/+13
| |
| * Bug 746417 - Nested list in C# XML comments closes outer list prematurelyDimitri van Heesch2015-04-261-2/+3
| |
| * Merge pull request #331 from groleo/masterDimitri van Heesch2015-04-191-5/+5
| |\ | | | | | | xml: use STRIP_FROM_PATH on @file attributes.
| | * xml: use STRIP_FROM_PATH on @file attributes.Adrian Negreanu2015-04-171-5/+5
| | |
| * | Removed dbus XML parser, various refinementsDimitri van Heesch2015-04-197-922/+39
| | |
| * | Merge branch 'master' of https://github.com/Cryclops/doxygen into ↵Dimitri van Heesch2015-04-167-18/+482
| |\ \ | | |/ | |/| | | | Cryclops-master
| | * Add support for basic XML syntax highlighting.Weston Thayer2015-01-067-18/+482
| | |
* | | Added support for language codesDimitri van Heesch2015-05-312-10/+3
| | |
* | | Further cmake changesDimitri van Heesch2015-05-312-2/+4
| | | | | | | | | | | | | | | | | | | | | - made static build option for all windows targets - made wizard flex interactive - add 64bit support for libiconv on windows build - updated test mechanism
* | | Removed old build files, added install targets and other optionsDimitri van Heesch2015-05-177-545/+5
| | |
* | | Replace to_c_cmd by resource compilerDimitri van Heesch2015-05-162-65/+225
| | |
* | | drop #include <unistd.h>Adrian Negreanu2015-05-1518-38/+34
| | | | | | | | | | | | Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
* | | move layout_default.xml to templates/html/Adrian Negreanu2015-05-151-194/+0
| | |