Next: , Previous: , Up: Definitions File   [Contents][Index]


2.7 Commenting Your Definitions

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