summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring: Embed MemberGroup objects directly in their containerDimitri van Heesch2021-01-0411-120/+126
|
* Refactoring: modernize getMemberLists()Dimitri van Heesch2021-01-0415-358/+195
|
* Refactoring: replace MemberSDict by MemberLinkedRefMapDimitri van Heesch2021-01-0415-120/+49
|
* issue #8300: File naming changed in Doxygen 1.9.0Dimitri van Heesch2021-01-041-1/+12
|
* Merge pull request #8301 from albert-github/feature/bug_group_warnDimitri van Heesch2021-01-031-1/+1
|\ | | | | Compilation warning in groupdef
| * Compilation warning in groupdefalbert-github2021-01-031-1/+1
|/ | | | | | | When compiling groupdef.cpp we get (on Windows) the warning: ``` groupdef.cpp(1049): warning C4804: '>': unsafe use of type 'bool' in operation ```
* Refactoring: moderize Doxygen::dirRelationsDimitri van Heesch2021-01-025-13/+11
|
* Refactoring: remove unused DirSDict classDimitri van Heesch2021-01-022-16/+0
|
* Refactoring: change type of m_cacheDimitri van Heesch2021-01-021-18/+17
| | | | from SDict<FilterCacheItem> to std::unordered_map<std::string,FilterCacheItem>
* Refactoring: remove unused IndexFieldSDict classDimitri van Heesch2021-01-021-13/+0
|
* Refactoring: replace type of pack variable from SDict<QCString> to StringSetDimitri van Heesch2021-01-021-5/+3
|
* Refactoring: remove unused GenericsSDict classDimitri van Heesch2021-01-023-73/+0
|
* Refactoring: remove unused ClassListDimitri van Heesch2021-01-025-54/+0
|
* Refactoring: change type of vhdlSummaryTitles from SDict<QCString> to StringSetDimitri van Heesch2021-01-021-10/+5
|
* Merge pull request #8299 from albert-github/feature/bug_549093Dimitri van Heesch2021-01-021-0/+1
|\ | | | | bug_549093 Regular HTML comments are removed.
| * bug_549093 Regular HTML comments are removed.albert-github2021-01-021-0/+1
| | | | | | | | Shall extra explanation in the documentation.
* | Merge branch 'dhebbeker-feature/move_dependees_into_parent_directory'Dimitri van Heesch2021-01-021-31/+51
|\ \
| * | Corrected the location of [in,out] for the parameter documentationDimitri van Heesch2021-01-021-4/+4
| | |
| * | Merge branch 'feature/move_dependees_into_parent_directory' of ↵Dimitri van Heesch2021-01-021-31/+51
| |\ \ |/ / / | | | | | | https://github.com/dhebbeker/doxygen into dhebbeker-feature/move_dependees_into_parent_directory
| * | Add documentation of parameters of new function.David Hebbeker2021-01-011-3/+3
| | |
| * | Rename variable.David Hebbeker2021-01-011-6/+6
| | |
| * | Draw sibling directories in parent directory.David Hebbeker2021-01-011-3/+25
| | |
| * | Outsource common code to draw directories.David Hebbeker2021-01-011-28/+26
| | |
* | | issue #8296: LaTeX Error: File ... not found.Dimitri van Heesch2021-01-022-1/+14
| | |
* | | Merge pull request #8298 from albert-github/feature/issue_8297Dimitri van Heesch2021-01-021-1/+1
|\ \ \ | | | | | | | | issue #8297 fails to parse list of INPUT files
| * | | issue #8297 fails to parse list of INPUT filesalbert-github2021-01-021-1/+1
| | |/ | |/| | | | | | | The rule also caught a `\n` at the second position.
* | | issue #8295: segmentation faultDimitri van Heesch2021-01-022-6/+10
|/ /
* | Refactoring: replace ExampleSDict by ExampleListDimitri van Heesch2021-01-018-106/+58
|/
* Fixed compilation issue when use_libclang was disabledDimitri van Heesch2021-01-011-1/+1
|
* Renamed CLANG_INCLUDE_INPUT_PATHS to CLANG_ADD_INC_PATHSDimitri van Heesch2021-01-012-3/+3
| | | | The name is too long making the generated config file look ugly.
* Refactoring: modernise Doxygen::clangUsrMapDimitri van Heesch2021-01-016-27/+31
|
* Refactoring: remove unused Doxygen::htmlDirMapDimitri van Heesch2021-01-013-43/+2
|
* Refactoring: replace Doxygen::directories by Doxygen::dirLinkedMapDimitri van Heesch2021-01-0113-123/+100
|
* Refactoring: remove unused Doxygen::entryDBFileName and Doxygen::objDBFileNameDimitri van Heesch2021-01-014-31/+0
|
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2020-12-311-2/+2
|\
| * Merge pull request #8287 from albert-github/feature/issue_8286Dimitri van Heesch2020-12-311-2/+2
| |\ | | | | | | issue #8286 Incorrect processing of VHDL strings
| | * issue #8286 Incorrect processing of VHDL stringsalbert-github2020-12-291-2/+2
| | | | | | | | | | | | See a `\` in comment in VHDL also as a normal character in a string.
* | | Refactoring: replace Doxygen::groupSDict by Doxygen::groupLinkedMapDimitri van Heesch2020-12-3125-403/+226
| | |
* | | Refactoring: replaced PageSDict by PageLinked*MapDimitri van Heesch2020-12-3120-332/+225
|/ /
* | Fix cases where classes inside inline namespaces could lead to crashesDimitri van Heesch2020-12-312-190/+231
| |
* | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2020-12-313-12/+46
|\ \
| * \ Merge pull request #8289 from brycelelbach/clang-include-input-pathsDimitri van Heesch2020-12-312-12/+25
| |\ \ | | | | | | | | Add a CLANG_INCLUDE_INPUT_PATHS option
| | * | Add a CLANG_INCLUDE_INPUT_PATHS option which can be used to control whetherBryce Adelstein Lelbach aka wash2020-12-312-12/+25
| | | | | | | | | | | | | | | | | | | | the directory of every input file is added as an include when using Clang assisted parsing.
| * | | Merge pull request #8285 from albert-github/feature/bug_doxyw_docuDimitri van Heesch2020-12-311-0/+21
| |\ \ \ | | | | | | | | | | Layout in doxywizard documentation
| | * | | Layout in doxywizard documentationalbert-github2020-12-291-0/+21
| | | |/ | | |/| | | | | | | | | | | | | When looking at page 100 of the doxygen 1.9.0 manual (i.e. chapter Doxywizard usage, bold part "Configure doxygen using the Wizard and/or Expert tab..Configure doxygen using the Wizard and/or Expert tab...") we see that the word "Wizard tab" in comparison to "Expert tab" are a bit on a strange place. In the HTML documentation this looks OK The problem is caused by the fact that we have her nested description (`<dl>` lists), a new paragraph should be started / the line should be properly filled and this can be done by means of the `\hfill`.
* | | | Refactoring: replace QMap by std::map in vhdldocgenDimitri van Heesch2020-12-311-36/+34
|/ / /
* | | Fix potential crash with inline namespaceDimitri van Heesch2020-12-301-25/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Happens when an inline namespace also appears as normal namespace in the parent scope. Minimal reproduction scenario: ``` namespace N { inline namespace M { namespace L { } } namespace L { } } ```
* | | Refactoring: remove SIntDict and SIntList (no longer used)Dimitri van Heesch2020-12-301-336/+26
| | |
* | | Refactoring: change MemberGroupSDict to MemberGroupListDimitri van Heesch2020-12-3020-488/+262
| | |
* | | Refactoring: replace Doxygen::memGrpInfoDict by Doxygen::memberGroupInfoMapDimitri van Heesch2020-12-305-40/+47
| | |