summaryrefslogtreecommitdiffstats
path: root/src/diagram.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring: Modernise diagram.h/diagram.cppDimitri van Heesch2020-11-151-250/+250
|
* Refactoring: Modernize BaseClassListDimitri van Heesch2020-10-121-72/+60
|
* Enabled stricter compiler warnings and fixed all new warningsDimitri van Heesch2020-03-081-63/+64
|
* issue #7583 External Links in Inheritance Diagrams open in the Image Frame.albert-github2020-02-241-1/+1
| | | | When having a function it opens in the current frame and uses the complete frame. Images (e.g. inherited diagrams) are displayed in a small "sub frame" and when displaying the link here it is not readable and furthermore the user doesn't know anything about the "sub frame". In case of an image the link should be displayed in the parent frame of the image.
* Removed exitCode parameter as it is always 1Dimitri van Heesch2019-12-221-1/+1
|
* Merge branch 'feature/bug_terminate' of ↵Dimitri van Heesch2019-12-221-2/+1
|\ | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_terminate
| * Better termination messagealbert-github2019-11-221-2/+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.
* | Renamed Portables to PortableDimitri van Heesch2019-12-081-4/+4
| |
* | Refactoring of portable.h and portable.cpp functions to be contained in a ↵Tobias Off2019-11-281-4/+4
|/ | | | | | namespace Fixing some memory issues caused by not correctly freed pointers
* Spelling corrections for src directoryalbert-github2019-11-051-2/+2
| | | | | | | | 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).
* Problem with round brackets in PS outputalbert-github2019-10-091-3/+3
| | | | | | | | | | | In case we use the doxygen inheritance diagrams in doxygen (i.e. `HAVE_DOT=NO`) for a construct like (based on #7302): ``` template <char C> struct one { }; /// The struct str_040 struct str_040 : one<'('> { }; ``` this will lead to a postscript error (epstopdf) as the `(` (and analogous the `)`) have to be escaped.
* Correction warning messagealbert-github2019-06-011-3/+3
| | | | Consistency
* Improved const correctness and added support for inline namespacesDimitri van Heesch2019-04-211-10/+10
|
* Refactored Definition and derived classes such that they are abstract interfacesDimitri van Heesch2019-02-281-1/+1
|
* Adjustment of xhtml1-transitional.dtdalbert-github2019-02-161-1/+1
| | | | Some more ...
* Incorrect tag sequence for xhtml with class diagram possiblealbert-github2018-11-261-2/+0
| | | | | | | | In case of a class diagram without mapping information the `map` tag is written without content. This is not allowed and results in xhtml (as reported by xmllint) in: `Element map content does not follow the DTD, expecting ((p | h1 | h2 | h3 | h4 | h5 | h6 | div | ul | ol | dl | menu | dir | pre | hr | blockquote | address | center | noframes | isindex | fieldset | table | form | noscript | ins | del | script)+ | area+), got ()` By adding a dummy 'paragraph' `<div/>` this can be overcome, The closing tag for `map` has been placed on a bit a more logical place, showing the open and close tag together. Problem can be seen with the default doxygen test 11 (`[011_category.m]: test the \interface and \category command`).
* Misc. typosluz.paz2018-04-251-1/+1
| | | | Found via `codespell`
* Changed configuration mechanism to directly access options in order to ↵Dimitri van Heesch2016-01-171-2/+2
| | | | improve performance
* Template enhancements and various other small fixesDimitri van Heesch2015-09-081-1/+1
|
* Bump copyright yearDimitri van Heesch2015-02-261-1/+1
|
* Fixed bug in new QCString::sprintf for long string.Dimitri van Heesch2014-11-161-1/+1
|
* Updated copyrightDimitri van Heesch2014-02-111-1/+1
|
* Reduced and improved functionality of QListDimitri van Heesch2013-12-301-101/+79
| | | | | | | | | - operations on current index and node (next(), prev(), last(), first()) have been removed. - access to internal nodes has been removed. - old QList has been renamed to QInternalList for use inside qtools only. - added type safe compare, new, and delete operations (compareValues(), newValue(), deleteValue()). - add compareValues also to QDict for consistency. - changed doxygen's implementation to comply with the new QList and QDict interface.
* Release-1.8.3.1-20130512Dimitri van Heesch2013-05-121-1/+1
|
* Release-1.8.3.1Dimitri van Heesch2013-01-201-1/+1
|
* Release-1.8.2-20121118Dimitri van Heesch2012-11-181-3/+3
|
* Release-1.8.2-20120930Dimitri van Heesch2012-09-301-12/+12
|
* Release-1.8.2Dimitri van Heesch2012-08-111-1/+1
|
* Release-1.8.1.1Dimitri van Heesch2012-06-101-0/+102
|
* Release-1.8.0Dimitri van Heesch2012-03-171-1/+6
|
* Release-1.7.6.1-20120220Dimitri van Heesch2012-02-201-1/+1
|
* Release-1.7.4Dimitri van Heesch2011-03-281-1/+11
|
* Release-1.7.3-20110123Dimitri van Heesch2011-01-231-1/+1
|
* Release-1.7.1-20100920Dimitri van Heesch2010-09-201-1/+1
|
* Release-1.7.1Dimitri van Heesch2010-06-251-2/+1
|
* Release-1.6.3-20100603Dimitri van Heesch2010-06-031-11/+5
|
* Release-1.6.3-20100507Dimitri van Heesch2010-05-071-9/+9
|
* Release-1.6.2-20100216Dimitri van Heesch2010-02-161-1/+1
|
* Release-1.6.2-20100124Dimitri van Heesch2010-01-241-1/+1
|
* Release-1.6.1-20091222Dimitri van Heesch2009-12-221-1/+1
|
* Release-1.5.9-20090814Dimitri van Heesch2009-08-141-3/+4
|
* Release-1.5.9-20090522Dimitri van Heesch2009-05-221-2/+2
|
* Release-1.5.7.1-20081012Dimitri van Heesch2008-10-121-2/+2
|
* Release-1.5.5-20080420Dimitri van Heesch2008-04-201-1/+3
|
* Release-1.5.4-20080101Dimitri van Heesch2008-01-171-2/+2
|
* Release-1.5.4Dimitri van Heesch2008-01-161-3/+3
|
* Release-1.5.1-20070219Dimitri van Heesch2007-02-191-2/+3
|
* Release-1.5.1-20070107Dimitri van Heesch2007-01-071-1/+1
|
* Release-1.5.1-20061202Dimitri van Heesch2006-12-021-1/+1
|
* Release-1.4.7-20060910Dimitri van Heesch2006-09-101-1/+1
|