$if(!data.pdfmode)$ $endif$

Venice $data.version; format="xml"$ Cheat Sheet

$data.left:{s1|

$s1.title$

$s1.sections:{s2| $if(s2.title)$

$s2.title; format="xml"$

$endif$ $s2.sections:{s3| }$
$s3.title; format="xml"$ $s3.items:{it|$if(it.id)$$it.name; format="xml"$ $else$
$it.name; format="xml"$
$endif$}$
}$
}$
$data.right:{s1|

$s1.title$

$s1.sections:{s2| $if(s2.title)$

$s2.title; format="xml"$

$endif$ $s2.sections:{s3| }$
$s3.title; format="xml"$ $s3.items:{it|$if(it.id)$$it.name; format="xml"$ $else$
$it.name; format="xml"$
$endif$}$
}$
}$

Embedding in Java

$data.snippets:{s|

$s.title; format="xml"$

$s.code; format="xml:multiline"$
}$

Function details

$data.details:{it| $if(it.id)$

$it.name; format="xml"$

$it.signatures:{sig|$sig; format="xml"$}$
$it.description; format="xml:multiline"$
$it.examples; format="xml:multiline"$
$endif$ }$