/** * Short description * * 1. numbered list * 1. numbered list * 1. numbered list * * # numbered list * # numbered list * # numbered list * * i. numbered list * i. numbered list * i. numbered list * * I. numbered list * I. numbered list * I. numbered list * * a. alphabetical list * a. alphabetical list * a. alphabetical list * * A. alphabetical list * A. alphabetical list * A. alphabetical list * * * dotted list * * dotted list * * dotted list * * A. alphabetical list * a. alphabetical list * a. alphabetical list * A. alphabetical list * a. alphabetical list * a. alphabetical list * A. alphabetical list */
3.1.2. Formatting
Vala's documentation comment formatting syntax is inspired by wiki markup (wikitext).
Note
This website's own styling may affect some of the outputs.
In reality the outputs may look slightly different. This page gives you an idea of the expected output.
3.1.2.1. Linebreaks and Paragraphs
3.1.2.1.1. Comment
3.1.2.1.2. Output
First paragraph, still the first paragraph
Second paragraph, first line, second paragraph, second line
3.1.2.2. Text Highlighting
3.1.2.2.1. Comment
3.1.2.2.2. Output
bold italic underlined
blockquote
, bold italic underlined3.1.2.3. Lists
Two spaces are required after new lines
3.1.2.3.1. Comment
3.1.2.3.2. Output
Short description
i. numbered list
ii. numbered list
iii. numbered list
I. numbered list
II. numbered list
III. numbered list
a. numbered list
b. numbered list
c. numbered list
A. alphabetical list
B. alphabetical list
C. alphabetical list
A. alphabetical list
a. alphabetical list
b. alphabetical list
B. alphabetical list
a. alphabetical list
b. alphabetical list
C. alphabetical list
3.1.2.4. Code Blocks
3.1.2.4.1. Comment
3.1.2.4.2. Output
Short description
3.1.2.5. Images and Links
3.1.2.5.1. Comment
Note
Only local images can be used
3.1.2.5.2. Output
Vala https://vala.dev
3.1.2.6. Tables
3.1.2.6.1. Comment
3.1.2.6.2. Output
Short description
3.1.2.7. Headers
3.1.2.7.1. Comment
3.1.2.7.2. Output
header 1
header 2
header 3
header 4