darcydriscoll / chat-room

A small chat room made w/ Vue, Tailwind, MySQL, and PHP.
MIT License
0 stars 0 forks source link

Investigate language docstrings #53

Open darcydriscoll opened 2 years ago

darcydriscoll commented 2 years ago

🐏 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