Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Docbook output improvements | Dimitri van Heesch | 2014-06-20 | 1 | -3/+4 |
| | | | | | | 1. New Feature: Adapted Class Graph generation for DOCBOOK 2. Fixed DOCBOOK Code documentation formatting 3. Fixed Doxygen to handle FULL_PATH_NAMES for DOCBOOK generation | ||||
* | Bug 692985 - Notes in xml output are not correctly separated | Dimitri van Heesch | 2014-04-19 | 1 | -2/+6 |
| | |||||
* | Added \latexinclude command (thanks to Juan Zaratiegui for the patch) | Dimitri van Heesch | 2014-03-27 | 1 | -0/+5 |
| | |||||
* | Improved handling of percent symbol | Dimitri van Heesch | 2014-02-11 | 1 | -1/+1 |
| | |||||
* | Updated copyright | Dimitri van Heesch | 2014-02-11 | 1 | -1/+1 |
| | |||||
* | Restructered html entity handling | Dimitri van Heesch | 2014-02-10 | 1 | -2/+3 |
| | |||||
* | Recognize all HTML4 special character entities | albert-github | 2014-02-08 | 1 | -103/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 719639 - @xrefitem with empty heading string | albert-github | 2013-12-01 | 1 | -2/+2 |
| | | | | | | | Replaced: if (!(x->title().length())) return; by: if (x->title().isEmpty()) return; | ||||
* | Bug 719639 - @xrefitem with empty heading string | albert-github | 2013-12-01 | 1 | -1/+3 |
| | | | | Adjusted documentation and in case the title is the empty string in a DocXRefItem the visitPre and visitPost do nothing. | ||||
* | Bug 707713 - Add support for dia diagrams | Dimitri van Heesch | 2013-10-06 | 1 | -0/+13 |
| | |||||
* | Added @parblock and @endparblock commands | Dimitri van Heesch | 2013-09-24 | 1 | -0/+13 |
| | |||||
* | The language specifier in e.g. \code{.py} was ignored for the XML output | Dimitri van Heesch | 2013-07-13 | 1 | -2/+7 |
| | |||||
* | Bug 704079 - Generated XML is malformed | Dimitri van Heesch | 2013-07-12 | 1 | -67/+67 |
| | |||||
* | Bug 701314 - URLs are not created on C# classes in some cases | Dimitri van Heesch | 2013-06-15 | 1 | -2/+8 |
| | |||||
* | Bug 700646 - XML output does not handle HTML entities in titles | Dimitri van Heesch | 2013-05-30 | 1 | -1/+1 |
| | |||||
* | Release-1.8.3.1-20130512 | Dimitri van Heesch | 2013-05-12 | 1 | -1/+1 |
| | |||||
* | Release-1.8.3.1-20130209 | Dimitri van Heesch | 2013-02-09 | 1 | -0/+5 |
| | |||||
* | Release-1.8.3.1 | Dimitri van Heesch | 2013-01-20 | 1 | -2/+6 |
| | |||||
* | Release-1.8.2-20121118 | Dimitri van Heesch | 2012-11-18 | 1 | -1/+11 |
| | |||||
* | Release-1.8.1.2 | Dimitri van Heesch | 2012-07-12 | 1 | -32/+100 |
| | |||||
* | Release-1.8.0-20120429 | Dimitri van Heesch | 2012-04-29 | 1 | -0/+5 |
| | |||||
* | Release-1.8.0-20120408 | Dimitri van Heesch | 2012-04-08 | 1 | -1/+1 |
| | |||||
* | Release-1.8.0 | Dimitri van Heesch | 2012-03-17 | 1 | -1/+1 |
| | |||||
* | Release-1.7.6.1-20120220 | Dimitri van Heesch | 2012-02-20 | 1 | -1/+1 |
| | |||||
* | Release-1.7.6.1-20120110 | Dimitri van Heesch | 2012-01-10 | 1 | -0/+13 |
| | |||||
* | Release-1.7.5 | Dimitri van Heesch | 2011-08-14 | 1 | -0/+11 |
| | |||||
* | Release-1.7.4-20110727 | Dimitri van Heesch | 2011-07-27 | 1 | -0/+8 |
| | |||||
* | Release-1.7.4-20110606 | Dimitri van Heesch | 2011-06-06 | 1 | -0/+2 |
| | |||||
* | Release-1.7.4 | Dimitri van Heesch | 2011-03-28 | 1 | -1/+1 |
| | |||||
* | Release-1.7.3-20110123 | Dimitri van Heesch | 2011-01-23 | 1 | -1/+1 |
| | |||||
* | Release-1.7.2-20101118 | Dimitri van Heesch | 2010-11-18 | 1 | -0/+1 |
| | |||||
* | Release-1.7.1-20100920 | Dimitri van Heesch | 2010-09-20 | 1 | -0/+29 |
| | |||||
* | Release-1.7.1 | Dimitri van Heesch | 2010-06-25 | 1 | -1/+1 |
| | |||||
* | Release-1.6.3-20100507 | Dimitri van Heesch | 2010-05-07 | 1 | -8/+8 |
| | |||||
* | Release-1.6.2-20100124 | Dimitri van Heesch | 2010-01-24 | 1 | -1/+1 |
| | |||||
* | Release-1.5.9-20090622 | Dimitri van Heesch | 2009-06-22 | 1 | -1/+6 |
| | |||||
* | Release-1.5.9 | Dimitri van Heesch | 2009-04-30 | 1 | -0/+2 |
| | |||||
* | Release-1.5.5 | Dimitri van Heesch | 2008-02-10 | 1 | -0/+2 |
| | |||||
* | Release-1.5.4-20080101 | Dimitri van Heesch | 2008-01-17 | 1 | -2/+2 |
| | |||||
* | Release-1.5.4 | Dimitri van Heesch | 2008-01-16 | 1 | -2/+3 |
| | |||||
* | Release-1.5.3-20070925 | Dimitri van Heesch | 2007-09-25 | 1 | -1/+1 |
| | |||||
* | Release-1.5.1-20070315 | Dimitri van Heesch | 2007-03-15 | 1 | -0/+5 |
| | |||||
* | Release-1.5.1-20070219 | Dimitri van Heesch | 2007-02-19 | 1 | -1/+1 |
| | |||||
* | Release-1.5.1-20070107 | Dimitri van Heesch | 2007-01-07 | 1 | -1/+1 |
| | |||||
* | Release-1.5.1-20061202 | Dimitri van Heesch | 2006-12-02 | 1 | -2/+2 |
| | |||||
* | Release-1.4.6-20060507 | Dimitri van Heesch | 2006-05-07 | 1 | -1/+1 |
| | |||||
* | Release-1.4.4-20050927 | Dimitri van Heesch | 2005-09-27 | 1 | -0/+6 |
| | |||||
* | Release-1.4.4-20050806 | Dimitri van Heesch | 2005-08-06 | 1 | -2/+2 |
| | |||||
* | Release-1.4.3-20050615 | Dimitri van Heesch | 2005-06-15 | 1 | -6/+22 |
| | |||||
* | Release-1.4.2 | Dimitri van Heesch | 2005-03-28 | 1 | -4/+13 |
| |