summaryrefslogtreecommitdiffstats
path: root/src/compound.xsd
Commit message (Collapse)AuthorAgeFilesLines
* Introduced template directory for template and resource files and resource ↵Dimitri van Heesch2014-11-131-844/+0
| | | | compiler & manager
* Bug 731947 - Support for PlantUMLDimitri van Heesch2014-08-101-1/+1
|
* Bug 733451 - volatile declaration on member functions is not handled as xml ↵Dimitri van Heesch2014-08-081-6/+6
| | | | attribute
* Bug 692985 - Notes in xml output are not correctly separatedDimitri van Heesch2014-04-191-1/+0
|
* Recognize all HTML4 special character entitiesalbert-github2014-02-081-92/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In doxygen a limited number of HTML4 special character entities are recognized, with this patch the full list of HTML4 special character entities (see http://www.w3.org/TR/html4/sgml/entities.html) is supported (as far as they can be represented in the output format). - doxygen_manual.tex - latexgen.cpp Added wasysym package to support per thousand sign (perthousand command from textcomp didn't work properly) Added option for textcomp package so currency symbol would work properly - htmlcmds.doc Adjusted documentation, listing all entities - compound.xsd - xmlgen.cpp Removed in xsd file all references for special HTML4 character entities and placed placeholder so doxygen (in xmlgen.cpp)can automatically add the right element names. - util.cpp - util.h Define all entities with their representation for all output formats. Define access routines to the different representations Mapping (for recognition of the entities) based on running through the list of available entities, after validation of the order of the entities. A few entities contain now besides letters also numbers at the end. - docparser.h Define symbols for all entities as well as a helper struct and enum. The member m_letter is not used anymore and thus removed. All existing symbols were renamed so no confusion (i.e. errors when forgetting to rename some symbols) can occur. Obsolete references to letter removed, all letters with accents etc. are explicitly defined and not through the generic accent name plus an extra letter. - docparser.cpp Adjust used symbols to their new names. Remove references to letter (as used for accents etc.) Replace list of explicitly supported entities with call to symbol code access routine. - docbookvisitor.cpp - htmldocvisitor.cpp - latexdocvisitor.cpp - mandocvisitor.cpp - perlmodgen.cpp - printdocvisitor.h - rtfdocvisitor.cpp - textdocvisitor.cpp - xmldocvisitor.cpp Replace list of explicitly supported entities with call to access routine and use returned value to output.
* Bug 707713 - Add support for dia diagramsDimitri van Heesch2013-10-061-2/+5
|
* Added @parblock and @endparblock commandsDimitri van Heesch2013-09-241-0/+7
|
* Release-1.8.3.1-20130402Dimitri van Heesch2013-04-021-0/+18
|
* Release-1.8.3.1-20130209Dimitri van Heesch2013-02-091-0/+1
|
* Release-1.8.1.2-20120729Dimitri van Heesch2012-07-291-0/+3
|
* Release-1.8.1.2Dimitri van Heesch2012-07-121-0/+70
|
* Release-1.8.1.1Dimitri van Heesch2012-06-101-0/+2
|
* Release-1.8.0-20120429Dimitri van Heesch2012-04-291-0/+3
|
* Release-1.7.6.1-20120110Dimitri van Heesch2012-01-101-0/+7
|
* Release-1.7.4-20110606Dimitri van Heesch2011-06-061-0/+1
|
* Release-1.7.3Dimitri van Heesch2011-01-031-5/+11
|
* Release-1.7.2-20101118Dimitri van Heesch2010-11-181-6/+0
|
* Release-1.7.1-20100920Dimitri van Heesch2010-09-201-0/+7
|
* Release-1.6.1-20091222Dimitri van Heesch2009-12-221-2/+6
|
* Release-1.5.9-20090814Dimitri van Heesch2009-08-141-0/+13
|
* Release-1.5.5Dimitri van Heesch2008-02-101-0/+1
|
* Release-1.5.1-20061202Dimitri van Heesch2006-12-021-0/+14
|
* Release-1.4.6-20060202Dimitri van Heesch2006-02-041-0/+1
|
* Release-1.4.5-20051227Dimitri van Heesch2005-12-271-0/+1
|
* Release-1.4.4-20050927Dimitri van Heesch2005-09-271-0/+6
|
* Release-1.4.4-20050806Dimitri van Heesch2005-08-061-0/+1
|
* Release-1.4.2-20050410Dimitri van Heesch2005-04-101-0/+1
|
* Release-1.4.2Dimitri van Heesch2005-03-281-6/+5
|
* Release-1.3.8-20040928Dimitri van Heesch2004-09-281-12/+18
|
* Release-1.3.8-20040906Dimitri van Heesch2004-09-061-0/+2
|
* Release-1.3.8-20040803Dimitri van Heesch2004-08-031-0/+2
|
* Release-1.3.7-20040617Dimitri van Heesch2004-06-171-2/+3
|
* Release-1.3.6-20040427Dimitri van Heesch2004-04-271-36/+72
|
* Release-1.3.6-20040413Dimitri van Heesch2004-04-131-0/+2
|
* Release-1.3.6Dimitri van Heesch2004-02-121-0/+2
|
* Release-1.3.5-20040105Dimitri van Heesch2004-01-051-0/+1
|
* Release-1.3.4-20031103Dimitri van Heesch2003-11-031-0/+6
|
* Release-1.3.4-20031005Dimitri van Heesch2003-10-051-0/+2
|
* Release-1.3.3-20030915Dimitri van Heesch2003-09-151-0/+1
|
* Release-1.3.3-20030904Dimitri van Heesch2003-09-041-2/+2
|
* Release-1.3.3-20030808Dimitri van Heesch2003-08-081-0/+1
|
* Release-1.3.3Dimitri van Heesch2003-07-251-2/+352
|
* Release-1.3.2-20030717Dimitri van Heesch2003-07-171-1/+351
|
* Release-1.3.2-20030708Dimitri van Heesch2003-07-081-0/+11