diff options
Diffstat (limited to 'doc/htmlcmds.doc')
-rw-r--r-- | doc/htmlcmds.doc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/htmlcmds.doc b/doc/htmlcmds.doc index 1639a99..0c8cd3b 100644 --- a/doc/htmlcmds.doc +++ b/doc/htmlcmds.doc @@ -17,9 +17,10 @@ /*! \page htmlcmds HTML Commands Here is a list of all HTML commands that may be used inside the -documentation. Note that all attributes of a HTML tag are passed on to -the HTML output only (the HREF and NAME attributes for the A tag are the -only exception). +documentation. Note that although these HTML tags are translated to the +proper commands for outer formats other than HTML, all attributes +of a HTML tag are passed on to the HTML output only +(the HREF and NAME attributes for the A tag are the only exception). <ul> <li><tt>\<A HREF="..."\></tt> Starts a HTML hyper-link (HTML only). |