summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added \latexinclude command (thanks to Juan Zaratiegui for the patch)Dimitri van Heesch2014-03-2717-3/+64
|
* Disabled config dependency check to avoid regressionDimitri van Heesch2014-03-231-0/+4
|
* Merge branch 'template'Dimitri van Heesch2014-03-232-16/+272
|\
| * Add index support to contextDimitri van Heesch2014-03-232-16/+272
| |
* | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2014-03-235-13/+30
|\ \
| * \ Merge pull request #147 from albert-github/feature/bug_chm_multiple_imagesDimitri van Heesch2014-03-231-1/+1
| |\ \ | | | | | | | | Chm don't add images multiple times
| | * | Chm don't add images multiple timesalbert-github2014-03-231-1/+1
| | | | | | | | | | | | | | | | Don 't add image to list in case it is already present (happened for image extsearch_flow.png in the doxygen manual).
| * | | Merge pull request #146 from albert-github/feature/extension_chm_prev_nextDimitri van Heesch2014-03-232-7/+24
| |\ \ \ | | | | | | | | | | Enable Previous and Next buttons in chm output file
| | * | | Enable Previous and Next buttons in chm output filealbert-github2014-03-232-7/+24
| | |/ / | | | | | | | | | | | | Enables the Previous and Next buttons in case of a binary table of contents in the chm output file (binary toc is a requirement for the Precious and Next buttons).
| * | | Merge pull request #145 from albert-github/feature/bug_changelogDimitri van Heesch2014-03-231-1/+1
| |\ \ \ | | | | | | | | | | Superfluous < sign
| | * | | Superfluous < signalbert-github2014-03-231-1/+1
| | |/ / | | | | | | | | | | | | Removed superfluous < sign
| * | | Merge pull request #144 from albert-github/feature/bug_726734Dimitri van Heesch2014-03-231-2/+2
| |\ \ \ | | | | | | | | | | Bug 726734 - alignment of blockquotes in pdf
| | * | | Bug 726734 - alignment of blockquotes in pdfalbert-github2014-03-191-2/+2
| | |/ / | | | | | | | | | | | | The quote instead of quotation does align multi level block quotes
| * | | Merge pull request #143 from albert-github/feature/bug_726722Dimitri van Heesch2014-03-231-2/+2
| |\ \ \ | | | | | | | | | | Bug 726722 - Blockquote followed by text inserts an extra paragraph
| | * | | Bug 726722 - Blockquote followed by text inserts an extra paragraphalbert-github2014-03-191-2/+2
| | |/ / | | | | | | | | | | | | Remove superfluous \n from intermediate output.
* | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2014-03-232-4/+13
|\ \ \ \ | |/ / /
| * | | Merge pull request #139 from rkawulak/patch-2Dimitri van Heesch2014-03-231-1/+9
| |\ \ \ | | | | | | | | | | Update doctokenizer.l
| | * | | Update doctokenizer.lrkawulak2014-03-171-1/+9
| | |/ / | | | | | | | | Added support for Subversion fixed-length keyword syntax (see: http://sourceforge.net/p/doxygen/discussion/130996/thread/1c641a9f/).
| * | | Merge pull request #137 from agateau/wip/list-only-own-pages-in-related-pagesDimitri van Heesch2014-03-231-3/+4
| |\ \ \ | | | | | | | | | | List only the project pages in "Related Pages"
| | * | | List only the project pages in "Related Pages"Aurélien Gâteau2014-03-181-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | This avoids cluttering "Related Pages" with links to pages from external projects.
* | | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2014-03-237-14/+124
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #130 from ↵Dimitri van Heesch2014-03-237-14/+124
| |\ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | albert-github/feature/bug_doxywizard_logo_expert_mode Extension in config.xml if type=string with format=image
| | * | | Extension in config.xml if type=string with format=imagealbert-github2014-03-017-14/+124
| | |/ / | | | | | | | | | | | | | | | | | | | | In case of a project logo a preview is shown in the "wizard mode". In "expert mode" only the name is shown. In this patch the config.xml the type=string possibilities are extended with format=image (config.xml, configgen.py, config.h). The doxywizard has been extended so that in "expert mode" this type is supported and that a preview is given (expert.cpp, inputstring.cpp and inputstring.h), furthermore in wizard.cpp a minimum label size has been defined to prevent jumping of the items in case of switching between a message text and an icon.
* | | | Removed message, minor restructuringDimitri van Heesch2014-03-231-6/+7
| | | |
* | | | Merge branch 'master' of https://github.com/groleo/doxygen-1 into groleo-masterDimitri van Heesch2014-03-231-0/+19
|\ \ \ \ | |_|_|/ |/| | |
| * | | config.l: dependency checks for booleansAdrian Negreanu2014-03-061-0/+19
| | |/ | |/| | | | | | | | | | | | | | | | | | | Disable the boolean option that has its dependency disabled. This fixes the case where GENERATE_TREE_VIEW is set to TRUE even when its dependency GENERATE_HTML is FALSE. Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
* | | Bug 726294 - Markdown Extra - fenced code block: '>' before tab width parsed ↵Dimitri van Heesch2014-03-171-10/+27
| | | | | | | | | | | | as block quote
* | | Reverted #132 after submitter reported that it did not workDimitri van Heesch2014-03-162-4/+3
| |/ |/|
* | Fixed compiler warnings in section.hDimitri van Heesch2014-03-151-4/+4
| |
* | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2014-03-1510-56/+173
|\ \
| * \ Merge pull request #132 from mr-c/clangfixDimitri van Heesch2014-03-152-3/+4
| |\ \ | | | | | | | | pass libclang header file location; add paths for Ubuntu's llvm-3.4
| | * | pass libclang header file location; add paths for Ubuntu's llvm-3.4Michael R. Crusoe2014-03-042-3/+4
| | |/
| * | Merge pull request #131 from albert-github/feature/bug_725516Dimitri van Heesch2014-03-158-53/+169
| |\ \ | | | | | | | | Bug 725516 - In case of sections with the same name they are not reported.
| | * | In case of sections with the same name they are not reported.albert-github2014-03-028-53/+169
| | |/ | | | | | | | | | | | | In this patch it is checked if a section label has been used before and if so a warning is given with file name and line number (when possible) where the section label was used the first time. Note in section.h the item level was not initialized in the past in case of a copy constructor.
* | | Some restructuring and some compiler warning fixesDimitri van Heesch2014-03-1513-44/+46
| | |
* | | Merge branch 'feature/bug_625601' of ↵Dimitri van Heesch2014-03-159-42/+81
|\ \ \ | | | | | | | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_625601
| * | | Bug 625601 - FORTRAN: recognition free versus fixed formatted codealbert-github2014-03-099-42/+81
| | |/ | |/| | | | | | | | | | The recognition of the type (free or fixed) of Fortran code is not reliable possible. A well known possibility as used with compilers as well is to specify the type of code by means of the extension. With EXTENSION_MAPPING it is possible to select the type of Fortran code, when not explicitly set doxygen tries to guess the type of Fortran code.
* | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2014-03-132-4/+17
|\ \ \ | | |/ | |/|
| * | Merge pull request #135 from albert-github/feature/bug_643618Dimitri van Heesch2014-03-111-1/+1
| |\ \ | | | | | | | | Bug 643618 - Fortran: variable with name "type" confuses Doxygen
| | * | Bug 643618 - Fortran: variable with name "type" confuses Doxygenalbert-github2014-03-091-1/+1
| | |/ | | | | | | | | | Most problems were solved in version 1.8.5 but the underscore character (_) had not been incorporated, this is done with this patch.
| * | Merge pull request #136 from albert-github/feature/bug_doc_arch_lexDimitri van Heesch2014-03-111-3/+16
| |\ \ | | |/ | |/| Alternative way to get rules information from flex
| | * Alterative way to get rules information from flexalbert-github2014-03-101-3/+16
| |/ | | | | | | This patch describes an alternative way to get rules / debug information from flex files
* | Added reference counting for all context objectsDimitri van Heesch2014-03-115-723/+1119
| |
* | Extension specific filteringDimitri van Heesch2014-03-043-10/+30
| |
* | Added directory info to the contextDimitri van Heesch2014-03-015-5/+157
| |
* | Unified DirFileContext and NestingContextDimitri van Heesch2014-03-012-301/+122
| |
* | Added dir tree nodes to the contextDimitri van Heesch2014-03-012-59/+208
| |
* | Bug 724949 - Server side (PHP) search broke in 1.8.3Dimitri van Heesch2014-03-011-1/+3
|/
* Merge pull request #129 from groleo/masterDimitri van Heesch2014-02-281-3/+8
|\ | | | | util/patternMatch: don't extract a QCString(QFileInfo) each time we QReg...
| * util/patternMatch: don't extract a QCString(QFileInfo) each time we ↵Adrian Negreanu2014-02-281-3/+8
|/ | | | | | | | | | | | QRegExp.match patternMatch iterates over the pattern list, while FileInfo remains constant. given this, extract the QCStrings for QFileInfo outside of the iterating loop. Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>