Does doxygen have better filter for JavaScript?

1.6k Views Asked by At

I know that Doxygen doesn't support JavaScript files. I have also looked at js2doxy.pl script and also this:

Documenting JavaScript with Doxygen

The first option(js2doxy.pl) is not producing relevant C++ code, it is also skipping all the prototype methods and leave them blank. The second option is working but not for prototype based programming. I am looking for a filter which can support prototype based(OOP) JavaScript files. I researched a lot about it but I failed to find a better filter.

Thanks in advance!

0

There are 0 best solutions below