File Template Headers are not converted to JavaDoc

Answered

I configured my Java files to have a certain header added to them as Javadoc

My File templates all have the same parse command:

When I create a new file, the parsed template is not converted to Javadoc:

How can I fix this?

0
2 comments

Hello,

If I understand yoou correctly, this document should help https://cmsdk.com/android/how-configure-intellij-idea-javadoc-templates.html

0

The included template text must contain JavaDoc style comments, IDE has no feature to guess it and add the comments automatically. Adjust your file header template like this:

0

Please sign in to leave a comment.