File: README.md

package info (click to toggle)
libpixelif 0.8.4-3.2
  • links: PTS
  • area: main
  • in suites: trixie
  • size: 2,784 kB
  • sloc: ansic: 4,388; sh: 1,534; xml: 139; makefile: 76
file content (42 lines) | stat: -rw-r--r-- 1,046 bytes parent folder | download | duplicates (16)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42


**About tiny-xml-doc-tools v0.1.4**


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