Here you can select which languages will be included in generated syntax section.
When checked, the syntax code of the member will not contain any attributes, even if they are defined in source code.
Specifies whether the source code will be included in documentation. Options:
Never - source code will be included for no member. The <includesource>/@includesource tag is ignored.
Always - source code will be included for every member. The <includesource>/@includesource tag is ignored.
According to <includesource> tag - source code will be included only for members that have its <includesource> (or @includesource if using @-style comments) tag set to non empty value.
Only applies to Visual Basic. If checked, all lines in source code that were split by " _" line continuation are reformatted and joined to one line in your documentation. Original source code will remain unchanged.