summaryrefslogtreecommitdiffstats
path: root/doc/htmlcmds.doc
Commit message (Collapse)AuthorAgeFilesLines
* bug_549093 Regular HTML comments are removed.albert-github2021-01-021-0/+1
| | | | Shall extra explanation in the documentation.
* Merge branch 'feature/bug_html_s' of ↵Dimitri van Heesch2019-12-261-0/+2
|\ | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_html_s
| * Adding HTML s tag, XML corrections for other tagsalbert-github2019-08-161-0/+2
| | | | | | | | Added documentation.
* | Spelling corrections for doc directoryalbert-github2019-11-041-1/+1
| | | | | | | | | | | | | | Spelling corrections as found by codespell and in #561. Some reported problems were already fixed, others are fixed here. Theer are a few that are not corrected as they signal a documentation correction.
* | Support for <a id="label">albert-github2019-10-161-0/+2
|/ | | | Support besides `<a name="label">` also `<a id="label">` as `id=` is the HTML attribute to define an ad for an HTML element.
* Adding HTML tags ins and delalbert-github2019-04-041-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | Github does not support the `<u>` tag for underlined text, in HTML there exists the tag `<ins>`. On https://www.w3schools.com/tags/tag_ins.asp is written: The `<ins>` tag defines a text that has been inserted into a document. Browsers will normally strike a line through deleted text and underline inserted text. Most browsers will display the `<ins>` element with the following default values: ``` ins { text-decoration: underline; } ``` analogous there exists the tag `<del>` (https://www.w3schools.com/tags/tag_del.asp): The `<del>` tag defines text that has been deleted from a document. Browsers will normally strike a line through deleted text and underline inserted text. Most browsers will display the `<del>` element with the following default values: ``` del { text-decoration: line-through; } ``` Definitions analogue to the underline and strike through tag the implementation for the other formats has been chosen.
* Bug 667993 - HTML tags <u> and </u> not supportedalbert-github2018-07-151-1/+0
| | | | Removed redundant line in documentation
* Bug 667993 - HTML tags <u> and </u> not supportedalbert-github2018-07-071-0/+5
| | | | Added underline possibility and strike through possibility for the different output formats insofar it is possible (other similar possibilities are not always possible for all output formats either).
* Bump copyright yearDimitri van Heesch2015-02-261-1/+1
|
* Added documentation for some missing HTML commandsalbert-github2014-05-291-1/+7
| | | | Added documentation for H4, H5 and H6 command to be complete and extended IMG description a bit
* Removed not implemented HTML commands from documentationalbert-github2014-05-261-4/+0
| | | | This concerns the BODY and MULTICOL tags.
* Removed unsupported HTML commands from the docsDimitri van Heesch2014-05-261-4/+0
|
* Updated copyrightDimitri van Heesch2014-02-111-1/+1
|
* Recognize all HTML4 special character entitiesalbert-github2014-02-081-99/+263
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Documentation correctionsalbert-github2014-01-121-2/+2
| | | | Corrected some spelling errors and added / correceted some references
* Bug 668007 - HTML commands - documentation of </dd> tag missingU-User-PC\User2013-08-131-0/+1
|
* Release-1.8.4Dimitri van Heesch2013-05-191-2/+2
|
* Release-1.8.3.1-20130402Dimitri van Heesch2013-04-021-3/+3
|
* Release-1.8.3.1-20130324Dimitri van Heesch2013-03-241-0/+7
|
* Release-1.8.3.1Dimitri van Heesch2013-01-201-1/+1
|
* Release-1.8.2-20121118Dimitri van Heesch2012-11-181-1/+1
|
* Release-1.8.1.2Dimitri van Heesch2012-07-121-1/+67
|
* Release-1.7.6.1-20120220Dimitri van Heesch2012-02-201-2/+2
|
* Release-1.7.6.1-20120110Dimitri van Heesch2012-01-101-0/+2
|
* Release-1.7.3-20110123Dimitri van Heesch2011-01-231-4/+6
|
* Release-1.7.2-20101118Dimitri van Heesch2010-11-181-3/+3
|
* Release-1.7.1-20100920Dimitri van Heesch2010-09-201-1/+3
|
* Release-1.5.4-20080101Dimitri van Heesch2008-01-171-1/+1
|
* Release-1.5.1-20070219Dimitri van Heesch2007-02-191-1/+1
|
* Release-1.5.0Dimitri van Heesch2006-10-171-0/+4
|
* Release-1.4.6-20060507Dimitri van Heesch2006-05-071-1/+1
|
* Release-1.4.4-20050927Dimitri van Heesch2005-09-271-1/+13
|
* Release-1.4.3-20050615Dimitri van Heesch2005-06-151-3/+4
|
* Release-1.4.1Dimitri van Heesch2005-01-111-1/+1
|
* Release-1.3.8-20040913Dimitri van Heesch2004-09-131-0/+4
|
* Release-1.3.5-20040105Dimitri van Heesch2004-01-051-1/+1
|
* Release-1.3-rc2-20030119Dimitri van Heesch2003-01-191-1/+1
|
* Release-1.3-rc1Dimitri van Heesch2002-11-151-2/+3
|
* Release-1.2.17-20020811Dimitri van Heesch2002-08-111-67/+67
|
* Release-1.2.17-20020804Dimitri van Heesch2002-08-041-79/+79
|
* Release-1.2.14-20020310Dimitri van Heesch2002-03-101-1/+7
|
* Release-1.2.13.1Dimitri van Heesch2002-01-051-0/+2
|
* Release-1.2.8Dimitri van Heesch2001-06-041-19/+18
|
* Release-20010517Dimitri van Heesch2001-05-171-0/+2
|
* Release-1.2.7Dimitri van Heesch2001-04-301-4/+2
|
* Release-1.2.6-20010401Dimitri van Heesch2001-04-011-1/+6
|
* Release-1.2.4-20010121Dimitri van Heesch2001-01-211-2/+2
|
* Release-1.2.4-20010107Dimitri van Heesch2001-01-071-1/+1
|
* Release-1.1.2-20000430Dimitri van Heesch2000-04-301-0/+1
|
* Release 2000-04-03Dimitri van Heesch2000-04-031-3/+4
|