# Type Alias: CommentExportMode
CommentExportMode =
"none"|"full"|"header-only"|"top-header-only"
Defined in: packages/core/src/types/Formatting.ts:8
Comment export modes controlling which comments are emitted.
- 'full': emit every comment (legacy
truebehaviour) - 'none': suppress all comments (legacy
falsebehaviour) - 'header-only': emit only leading comments for each container
- 'top-header-only': emit leading comments only when the container is top-level