# Generate Documentation The multiline comments in Single Component File can generate document as Vue template. `@Prop()`, ``, `` are generated automatically as docs. ## `` The code inside the tag is expanded as a vue template and the code is also displayed as a highlighted string. ## `` The code inside the tag is expanded in class prop/methods scope. It can add data props for documentation. ## `` The code inside the tag is expanded in import scope. It can add new import for documentation like `import { Color } from "@toshusai/spectrum-vue";` ## Example ```vue ```