Skip to content

3. Documentation Comment Markup ​

3.1. Documentation Comment Structure ​

vala
/**
 * [brief description]
 *
 * [long description]
 *
 * [taglets]
 */

Note

When no comments are present, Valadoc will only extract symbols to use in the documentation.

In this chapter, we'll explain how to fill each section of a documentation comment.