Go to the first, previous, next, last section, table of contents.
The definitions file may contain C and C++ style comments.
/* * This is a comment. It continues for several lines and closes * when the characters '*' and '/' appear together. */ // this comment is a single line comment
Go to the first, previous, next, last section, table of contents.