Annotation Interface Tutorial
Marks a class as a tutorial for the website.
The source file is processed by the tutorial generator to produce
documentation pages with interleaved prose and code.
Block comments (/* ... * /) become explanatory text.
Code between comments becomes syntax-highlighted code blocks.
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionCategory for grouping (e.g., "Getting Started", "Rendering").Short description shown in the tutorial index.intOrder within category (lower = first).
-
Element Details
-
title
String titleTitle shown on the website. -
category
-
order
int orderOrder within category (lower = first). Defaults to filename prefix.- Default:
-1
-
description
-