summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Consistency of usage of the word LaTeX in the documentationalbert-github2014-04-1314-63/+66
| | | | | | The word LaTeX was used as just the word and on other places as \f$\mbox{\LaTeX}\f$ This has been made more consistent by means of the definition of the Alia \LaTeX (similar for \TeX) Some names of executables etc. were not set in a 'code' font.
* Added support for \-- and \--- to prevent interpretation as ndash and mdashDimitri van Heesch2014-04-139-4/+70
|
* Meta tag in the HTML search page was not closed properlyDimitri van Heesch2014-04-121-1/+1
|
* Bug 726469 - Tilde sign in combination with <pre> and MARKDOWN_SUPPORT disabledDimitri van Heesch2014-04-121-1/+2
|
* Bug 726219 - python3 import style causes doxygen to ignore some inheritancesDimitri van Heesch2014-04-121-0/+2
|
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2014-04-121-1/+0
|\
| * Merge pull request #141 from randomguy3/fix-id-extractDimitri van Heesch2014-04-121-1/+0
| |\ | | | | | | Fix id parsing for atx markdown headers
| | * Fix id parsing for atx markdown headersAlex Merry2014-03-181-1/+0
| | | | | | | | | | | | | | | | | | | | | isAtxHeader() parses out the id and the title into the appropriate variables. The subsequent call to extractTitleId() would then have the trimmed title (without the id ref) as input, and hence always set id to be empty.
* | | Merge branch 'patch-1' of https://github.com/rkawulak/doxygen into ↵Dimitri van Heesch2014-04-121-1/+1
|\ \ \ | |/ / |/| | | | | | | | | | | | | | rkawulak-patch-1 Conflicts: src/doctokenizer.l
| * | Update doctokenizer.lrkawulak2014-03-171-1/+1
| |/ | | | | Removed ':' from the end of the section title for an RCS tag - it was inconsistent with sections created using other commands.
* | [PATCH] Fix broken links to subpages in LaTeX outputDimitri van Heesch2014-04-121-2/+2
| |
* | Bug 728077 - [PATCH] Build fails when --with-libclang on FedoraDimitri van Heesch2014-04-121-1/+1
| |
* | Merge branch 'feature/bug_678436' of ↵Dimitri van Heesch2014-04-111-3/+3
|\ \ | | | | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_678436
| * | Bug 678436 - Nested \if messes up list itemsalbert-github2014-04-071-1/+1
| | | | | | | | | | | | Blank spaces after an if statement have to be removed as well. Also spaces before the firs round bracket have to be removed.
| * | Bug 678436 - Nested \if messes up list itemsalbert-github2014-04-061-2/+2
| | | | | | | | | | | | Blank spaces after an if statement have to be removed as well. Just enable them as part of the parameter of the conditional expression and remove them later on (to be safe not having them in the parser).
* | | Changed "See Also" back to "See also"Dimitri van Heesch2014-04-051-1/+1
| | |
* | | Fixed problem with ending a paragraph when htmlonly was at the end of a ↵Dimitri van Heesch2014-04-051-1/+5
| | | | | | | | | | | | comment block
* | | Added optional [block] option to \htmlonlyDimitri van Heesch2014-03-299-18/+42
| | |
* | | Improve rendering of sub and superscripts in LaTeXDimitri van Heesch2014-03-282-2/+3
| | |
* | | Use \newline i.s.o. \par for linebreaks in LaTeXDimitri van Heesch2014-03-281-2/+1
| | |
* | | add space between br and / for better compatibilityDimitri van Heesch2014-03-285-90/+37
|/ /
* | 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
| |