Setting items
The configuration of the comments takes the following object.
You can set whether or not to process comments about a table.
Let us assume the following table.
- active - Sets whether comments are processed or not; if true, comments are processed.
- format - Sets the format of the comment.
When active is true, the following comments are output.
- !name - Alternative characters for table and column names.
- !text - Alternate text for comments.
The default format is as follows
- table -
// [table:!name] : !text
- column -
// !name : !text
For example, you want to comment only on columnst and table. Or if you want to comment with /* */
instead of //
, set as follows.
With the above settings, the following output is obtained.