summaryrefslogtreecommitdiffstats
path: root/src/dotdirdeps.cpp
Commit message (Expand)AuthorAgeFilesLines
* Corrected the location of [in,out] for the parameter documentationDimitri van Heesch2021-01-021-4/+4
* 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
* Replaced UsedDirsContainer with UsedDirLinkedMapDimitri van Heesch2020-12-301-14/+13
* Substitute `QDict<UsedDir>` with `std::map<QCString, UsedDir * >`.David Hebbeker2020-12-291-7/+4
* For loops on QListIterator by range loops.David Hebbeker2020-05-021-5/+3
* Fix regression when creating directory graphsDimitri van Heesch2020-03-091-30/+34
* Enabled stricter compiler warnings and fixed all new warningsDimitri van Heesch2020-03-081-2/+0
* Spelling corrections for src directoryalbert-github2019-11-051-2/+2
* Refactoring code for dot related source filesDimitri van Heesch2019-09-101-3/+5
* refactoring dot.cppThomas Haller2019-06-131-0/+220