summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fix for HTML output when using server side search and the the new menu barDimitri van Heesch2016-07-313-4/+24
| |
* | Merge pull request #463 from albert-github/feature/bug_copyLogo_latexDimitri van Heesch2016-07-301-3/+8
|\ \ | | | | | | Doxygen fails to copy logo image to LaTex output dir
| * | Doxygen fails to copy logo image to LaTex output diralbert-github2016-04-031-3/+8
| | | | | | | | | | | | Logo was only copied for HTML, now it is done for LaTeX and RTF as well.
* | | Merge pull request #493 from t-b/winbuild_fix_building_with_libclangDimitri van Heesch2016-07-301-1/+5
|\ \ \ | | | | | | | | Fix linker flags for building with clang on Windows
| * | | Fix linker flags for building with clang on WindowsThomas Braun2016-07-281-1/+5
| | |/ | |/| | | | | | | Signed-off-by: Thomas Braun <thomas.braun@byte-physics.de>
* | | Merge pull request #492 from t-b/winbuild_fix_for_vs_2015Dimitri van Heesch2016-07-301-0/+9
|\ \ \ | | | | | | | | CMAKE: Fix building on Windows with VS 2015
| * | | CMAKE: Fix building on Windows with VS 2015Thomas Braun2016-07-271-0/+9
| |/ / | | | | | | | | | | | | | | | See https://msdn.microsoft.com/library/bb531344.aspx. Signed-off-by: Thomas Braun <thomas.braun@byte-physics.de>
* | | Merge pull request #491 from groleo/masterDimitri van Heesch2016-07-301-22/+30
|\ \ \ | | | | | | | | sqlite3gen: defnname -> defname
| * | | sqlite3gen: use the refid stored in the refids tableAdrian Negreanu2016-07-251-13/+21
| | | | | | | | | | | | | | | | All refid are now INTEGERS pointing into the refids Table.
| * | | sqlite3gen: defnname -> defnameAdrian Negreanu2016-07-251-9/+9
| |/ / | | | | | | | | | Match the name used by XML.
* | | Merge branch 'PkLab-short_member_title'Dimitri van Heesch2016-07-3020-80/+222
|\ \ \ | |/ / |/| |
| * | Style fixes and added numbering to overloaded membersDimitri van Heesch2016-07-3019-86/+204
| | |
| * | Merge branch 'short_member_title' of https://github.com/PkLab/doxygen into ↵Dimitri van Heesch2016-07-237-17/+41
| |\ \ |/ / / | | | | | | PkLab-short_member_title
| * | Modified (readability) layout for member title in HTML and LaTexPkLab.net2016-06-227-17/+41
| | |
* | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2016-07-235-10/+62
|\ \ \
| * \ \ Merge pull request #490 from groleo/masterDimitri van Heesch2016-07-211-1/+2
| |\ \ \ | | | | | | | | | | sqlite3gen: export proper memberdef refid
| | * | | sqlite3gen: export proper memberdef refidAdrian Negreanu2016-07-201-1/+2
| |/ / /
| * | | Merge pull request #488 from bithium/feature/perlmodDimitri van Heesch2016-07-171-5/+40
| |\ \ \ | | | | | | | | | | Add support to more fields in Perlmod
| | * | | Add parameter in/out specifiers to output.Filipe Alves2016-07-141-4/+30
| | | | |
| | * | | Add section title to output.Filipe Alves2016-07-141-0/+1
| | | | |
| | * | | Allow verbatim code block to be placed on the output.Filipe Alves2016-07-141-1/+1
| | | | |
| | * | | Add caption in verbatim blocks.Filipe Alves2016-07-141-0/+8
| | | | |
| * | | | Merge pull request #486 from DoumanAsh/revert_plantumlDimitri van Heesch2016-07-171-1/+1
| |\ \ \ \ | | |/ / / | |/| | | Revert #291 since it is wrong solution
| | * | | Revert #291Douman2016-07-061-1/+1
| |/ / / | | | | | | | | | | | | See http://plantuml.com/salt.html for example HOW it supposed to work
| * | | Merge pull request #478 from albert-github/feature/bug_766464Dimitri van Heesch2016-06-231-0/+16
| |\ \ \ | | |/ / | |/| | Bug 766464 - python: missing cross-links in sources (option SOURCE_BROWSER = YES)
| | * | Bug 766464 - python: missing cross-links in sources (option SOURCE_BROWSER = ↵albert-github2016-05-161-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | YES) Linking first element after "self" or "cls"
| * | | Merge pull request #482 from albert-github/feature/bug_767171Dimitri van Heesch2016-06-201-3/+3
| |\ \ \ | | | | | | | | | | Bug 767171 - ALIASES stop working after verbatim with formula and /** */
| | * | | Bug 767171 - ALIASES stop working after verbatim with formula and /** */albert-github2016-06-051-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A formula should not not end a "verbatim" type of block. A "verbatim" type of block should only stop at the corresponding end command. In case of a formula with an environment (i.e. f{) the name of the environment can be parsed separately. Corrected end condition for docbookonly.
* | | | | Fix issue escaping backslash inside markdown style code spanDimitri van Heesch2016-07-232-1/+2
|/ / / /
* | | | Bug fix for rendering the VHDL Hierarchy (thanks to a patch by Martin Kreis)Dimitri van Heesch2016-06-053-902/+859
|/ / /
* | | Updated stylesheet for the manual to fix layout issue in the navigation treeDimitri van Heesch2016-06-021-171/+568
| | |
* | | Adding partial htmlhelp support to template systemDimitri van Heesch2016-06-025-21/+101
| | |
* | | Fixed problem with -w command when no Doxyfile was present and specifiedDimitri van Heesch2016-06-021-13/+8
| | |
* | | Fixed for index.hhp output when using template engineDimitri van Heesch2016-05-284-3/+11
| | |
* | | Added generating template files and reading templates from disk if presentDimitri van Heesch2016-05-287-7/+64
| | |
* | | Improved list of files in htmlhelp.hhpDimitri van Heesch2016-05-281-4/+3
| | |
* | | Added support for encoding tag to the template engine used for HTML help indicesDimitri van Heesch2016-05-283-13/+214
| | |
* | | Disabled debug printsDimitri van Heesch2016-05-281-2/+2
| | |
* | | Bug 751416 - Markdown: > escaped within backticksDimitri van Heesch2016-05-261-6/+8
| | |
* | | Bug 766698 - VHDL: missing last sign in html documentation of constant ↵Dimitri van Heesch2016-05-251-1/+4
| | | | | | | | | | | | declaration
* | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2016-05-251-1/+1
|\ \ \
| * \ \ Merge pull request #481 from albert-github/feature/bug_766787Dimitri van Heesch2016-05-231-1/+1
| |\ \ \ | | | | | | | | | | Bug 766787 - HTML Tables with 10+ columns are broken for LaTeX based output
| | * | | Bug 766787 - HTML Tables with 10+ columns are broken for LaTeX based outputalbert-github2016-05-231-1/+1
| |/ / / | | | | | | | | | | | | Added {} around number of columns (was present for tabularx but not for longtabu tables)
* | | | Bug 766809 - Enumerations heading present but none listedDimitri van Heesch2016-05-252-37/+29
| | | |
* | | | Fix search box rendering in HTML when menu bar is disabledDimitri van Heesch2016-05-242-4/+280
|/ / /
* | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2016-05-201-0/+9
|\ \ \
| * \ \ Merge pull request #479 from zhuoqiang/patch-1Dimitri van Heesch2016-05-201-0/+9
| |\ \ \ | | | | | | | | | | Disable selecting line number
| | * | | Disable selecting line numberZHUO Qiang2016-05-201-0/+9
| |/ / / | | | | | | | | | | | | | | | | Make the line number not selected by user. The user case is when you want to copy the raw source code content, you would not want to automatically select the line number.
* | | | Merge branch 'iamthad-extra_packages_fix'Dimitri van Heesch2016-05-204-21/+23
|\ \ \ \ | |/ / / |/| | |
| * | | Unify handling of extra packages in formula.cpp and latexgen.cpp so ↵Thadeus Fleming2016-05-204-21/+23
|/ / / | | | | | | | | | formula.cpp handles package arguments correctly