Skip to content

chrender/tiny-xml-doc-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

59d97dd · Feb 10, 2019

History

10 Commits
Feb 10, 2019
Jul 19, 2017
Feb 10, 2019
Aug 23, 2016
Jul 19, 2017
Aug 23, 2016
Feb 10, 2019
Feb 10, 2019
Jul 19, 2017
Feb 10, 2019
Feb 10, 2019
Aug 23, 2016
Aug 25, 2016

Repository files navigation

About tiny-xml-doc-tools

The tiny-xml-doc-tools are a set of XSLT and script files used by the fizmo modules to provide documentation in various output formats. It invokes xsltproc to perform the actual conversion.


List of document elements

The following elements can be used in regular XML documentation files:

  • <document> – Root element
  • <section> — Section container
  • <ul>, <ol> and <li> — Lists and items
  • <p> — Text paragraph
  • <code> — Code section
  • <a> with @href — Hyperlink
  • <i> — Italics
  • <b> — Bold
  • <tt> — Monospaced
  • <br> — Linebreak

List of changelog elements

The following elements can be used for changelogs:

  • <changelog> — Root element
  • <change> with @version — Version container
  • <datetime> with @day-of-week, @month, @day, @hour, @minute, @second, @timezone and @year — denotes parent's change date.
  • <logentry> — Describes change, used inside change element.
  • <a> with @href — Hyperlink

About

No description or website provided.

Topics

Resources

License

BSD-3-Clause, Unknown licenses found

Licenses found

BSD-3-Clause
LICENSE.md
Unknown
license.xml

Stars

Watchers

Forks

Packages

No packages published