summaryrefslogtreecommitdiffstats
path: root/src/dotgraph.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring: modernize DotNodeDimitri van Heesch2021-01-221-5/+6
|
* Incorrect label / name in case regeneration of HTML without regeneration of ↵albert-github2020-10-151-1/+1
| | | | | | | dot files This is a further regression on #7840. In case we regenerate the HTML files but not the image files based on dot we get incorrect labels for the id / name in the HTML output.
* Incorrect label in map of dot files in xhtml (#7840)albert-github2020-06-131-1/+1
| | | | | | | When a filename of a file starts with a digit the mapping of the resulting dot files results in message like: ``` Syntax of value for attribute id of map is not valid ``` an id cannot start with a digit, so an "a" is placed in front of it (unconditionally to overcome problems with a double label id i.e filename 087.cpp and a087.cpp).
* issue #7706: Md5 hash does not match for two different runs (part 2)Dimitri van Heesch2020-04-191-11/+1
|
* Replace SDict with std::mapMoritz 'Morty' Strübe2020-03-211-4/+4
|
* QString -> std::string & QDict -> std::mapMoritz 'Morty' Strübe2020-03-211-2/+2
| | | | Replacing QString required replacing the QDict, too.
* Removed exitCode parameter as it is always 1Dimitri van Heesch2019-12-221-1/+1
|
* Better termination messagealbert-github2019-11-221-1/+1
| | | | | In case a `WARN_LOGFILE` is used it in this file no clear whether doxygen finished correctly or exited beforehand in case a fatal error. Now a 'Exiting...' is also given in the warning log file in case an error is a fatal error.
* Spelling corrections for src directoryalbert-github2019-11-051-1/+1
| | | | | | | | Spelling corrections as found by codespell and in #561. Some reported problems were already fixed, others are fixed here, with some exceptions (a,o.): - "referenceby" in defgen.cpp as this is in the output and I cannot oversee the consequences (looks like none, but ...) - "HANGEUL_CHARSET" left as is as in some MS documentation is written: 'HANGUL_CHARSET: Also spelled "Hangeul". Specifies the Hangul Korean character set.' (https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-wmf/0d0b32ac-a836-4bd2-a112-b6000a1b4fc9).
* Fix typosluz.paz2019-09-281-1/+1
| | | | | | Found via ``` codespell -q 3 -S *.js,*.po,./src/translator*,*.eps,./doc/changelog.doc -L ang,ans,attribs,ba,behaviour,classe,colour,german,iff,initialise,nam,nd,que,russian,statics,te,tim,uint ```
* Refactoring code for dot related source filesDimitri van Heesch2019-09-101-71/+30
|
* refactoring dot.cppThomas Haller2019-06-131-0/+400