summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | Incorrect handling normal C comment in comment converteralbert-github2021-05-181-16/+20
| * | | | | Merge pull request #8557 from albert-github/feature/issue_8556Dimitri van Heesch2021-05-181-1/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Issue #8556 Removed bracket '(' in HTML an XML outputalbert-github2021-05-181-1/+1
| |/ / / /
* | | | | Make templated HTML output more similar to hardcoded output.Dimitri van Heesch2021-05-2029-101/+286
|/ / / /
* | | | Template engine: allow listing list and struct variables as stringsDimitri van Heesch2021-05-156-27/+473
| |_|/ |/| |
* | | Rename template filter '|e' to '|escape' to keep in line with DjangoDimitri van Heesch2021-05-142-3/+3
* | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2021-05-141-1/+5
|\ \ \ | | |/ | |/|
| * | Merge pull request #8548 from albert-github/feature/bug_formula_environmentDimitri van Heesch2021-05-131-1/+5
| |\ \ | | |/ | |/|
| | * Formulas with a new environment handled as inline formulasalbert-github2021-05-131-1/+5
| |/
* | Some fixes for template.cpp and improve the template outputDimitri van Heesch2021-05-1422-269/+466
|/
* Reintroducing the sidebar layout via new FULL_SIDEBAR option.Dimitri van Heesch2021-05-0912-545/+342
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2021-05-092-5/+8
|\
| * Merge pull request #8533 from albert-github/feature/bug_sqlite_externDimitri van Heesch2021-05-081-4/+8
| |\
| | * Adding field extern for sqlite outputalbert-github2021-05-031-4/+8
| * | Merge pull request #8538 from albert-github/feature/bug_page_mainpageDimitri van Heesch2021-05-081-1/+0
| |\ \
| | * | Missing page when followed by mainpagealbert-github2021-05-081-1/+0
* | | | Reverted the layout change introduced in a9d29861fe6ad3c182d6cded2e3636a20086...Dimitri van Heesch2021-05-096-21/+20
|/ / /
* | | Merge branch 'sidebar_layout'Dimitri van Heesch2021-05-0815-46/+80
|\ \ \ | |/ / |/| |
| * | Optimized the layout in case DISABLE_INDEX=YES and GENERATE_TREEVIEW=YESDimitri van Heesch2021-05-0815-46/+80
* | | Merge pull request #8431 from albert-github/feature/bug_idl_inconsit_2Dimitri van Heesch2021-05-031-1/+1
|\ \ \ | |/ / |/| |
| * | Warnings regarding Internal inconsistency: namespace in IDLalbert-github2021-03-151-1/+1
* | | issue #8193: Better warning in case of error in dot / msc / dia imageDimitri van Heesch2021-05-0322-249/+321
| |/ |/|
* | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2021-05-021-0/+3
|\ \
| * \ Merge pull request #8422 from albert-github/feature/bug_preprocDimitri van Heesch2021-05-021-0/+3
| |\ \
| | * | Problem with non escaped double quote in preprocessoralbert-github2021-03-101-0/+3
| | |/
* | | Merge branch 'DuyDang007-vertical_alignment_table'Dimitri van Heesch2021-05-023-13/+51
|\ \ \ | |/ / |/| |
| * | Minor performance/code duplication tweaksDimitri van Heesch2021-05-021-16/+20
| * | Merge branch 'vertical_alignment_table' of https://github.com/DuyDang007/doxy...Dimitri van Heesch2021-05-023-1/+35
| |\ \ |/ / /
| * | Add check for middle vertical alignmentDuy Dang2021-02-012-0/+4
| * | Support vertical alignment in multirow tableDuy Dang2021-02-013-1/+31
* | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2021-05-027-7/+58
|\ \ \
| * \ \ Merge pull request #8427 from lcarlier/bug_anonymous_namespaceDimitri van Heesch2021-05-021-1/+15
| |\ \ \
| | * | | Fix bug linking C++ anonymouus workspaceLaurent Carlier2021-03-131-1/+15
| | | |/ | | |/|
| * | | Merge pull request #8333 from albert-github/feature/bug_305773Dimitri van Heesch2021-05-026-6/+43
| |\ \ \
| | * \ \ Merge branch 'master' into feature/bug_305773Dimitri van Heesch2021-04-29472-91840/+64744
| | |\ \ \
| | * | | | bug_305773 Volatile declaration is missing for variables in XML outputalbert-github2021-01-136-5/+43
* | | | | | Merge branch 'albert-github-feature/bug_linecnt_define'Dimitri van Heesch2021-05-021-0/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Merge branch 'feature/bug_linecnt_define' of https://github.com/albert-github...Dimitri van Heesch2021-05-021-0/+1
| |\ \ \ \ \ |/ / / / / /
| * | | | | Incorrect line count for normal comment in definealbert-github2021-01-201-0/+1
* | | | | | Merge branch 'albert-github-feature/bug_code_lang'Dimitri van Heesch2021-05-028-35/+72
|\ \ \ \ \ \
| * | | | | | Fixed missing comma and improved constnessDimitri van Heesch2021-05-022-3/+3
| * | | | | | Merge branch 'master' into feature/bug_code_langDimitri van Heesch2021-05-02476-92113/+65450
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #8327 from albert-github/feature/bug_enum_structDimitri van Heesch2021-05-025-2/+27
|\ \ \ \ \ \ \
| * | | | | | | Incorrect type for enum structalbert-github2021-01-125-2/+27
* | | | | | | | Merge pull request #8509 from albert-github/feature/bug_formula_mjDimitri van Heesch2021-05-0112-28/+88
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into feature/bug_formula_mjDimitri van Heesch2021-04-28271-8793/+9239
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Problems with some commands in MathJaxalbert-github2021-04-2012-28/+88
* | | | | | | | | | Merge pull request #8530 from albert-github/feature/bug_spell_20210105Dimitri van Heesch2021-05-011-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Spelling correctionalbert-github2021-05-011-1/+1
|/ / / / / / / / / /
* | | | | | | | | | Fix compilation issue in doxyparse.cppDimitri van Heesch2021-05-011-0/+1