Can I make documentation like in C++? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

Can I make documentation like in C++?

Like this: /** * @brief This is a Doxygen documentation */

30th Dec 2018, 5:32 AM
DonLarry
DonLarry - avatar
1 ответ
0
The search term here would be “comments in javascript”. According to the W3 Schools website, comments appear to be identical in syntax between C++ and JavaScript. I am largely unfamiliar with the languages myself.
13th Apr 2024, 4:09 PM
Wilbur Jaywright
Wilbur Jaywright - avatar