mirror of
https://github.com/terraform-docs/terraform-docs.git
synced 2026-03-27 04:48:33 +07:00
Supported comment formats are: - multi-lines start with `#` comment format - multi-lines start with `//` comment format Unsupported comments formats is: - jsdoc, c or java-like multi-line comment `/** **/`