I am using some kind of JS docstring format for Vue and PHP files. I don't know if using this format in these files actually translates into documentation.
⚜️ Any ideas on how to solve it?
Figure out what kind of JS docstring format I'm using in these files.
🐏 Now: Motivation
⚜️ Where's the issue?
All of my
.vue
files and PHP files.⚜️ What's the issue?
I am using some kind of JS docstring format for Vue and PHP files. I don't know if using this format in these files actually translates into documentation.
⚜️ Any ideas on how to solve it?
Figure out what kind of JS docstring format I'm using in these files.
Figure out what I should be using. For example, the docstring format defined by this Vue style guide.
How do I translate docstrings into external documentation?
🦄 Later: Solving it
💠 The problem
💠 The method
💠 Notes