cschlosser / doxdocgen

Generate doxygen documentation from source code in VS Code
https://marketplace.visualstudio.com/items?itemName=cschlosser.doxdocgen
MIT License
266 stars 56 forks source link

Support PHP #74

Open cschlosser opened 6 years ago

cschlosser commented 6 years ago

Description

Generate documents for PHP.

https://github.com/php/php-langspec/blob/master/spec/13-functions.md#grammar-parameter-declaration

RodrigoMagenis commented 5 years ago

Hello, in the sublime I found a package project implemented on doxygen with support for languages:

Users have the need to use them in VSCODE, according this topic

According to the author he is willing to assist in the construction of this project. So I imagine that it can help you in the development of these features

cschlosser commented 5 years ago

Hi @RodrigoMagenis ,

yes the sublime package is really good and a lot more capable than this addon.

There are a few downsides with the addon though:

What you can do

Help me by integrating the languages you know and can write a parser+generator for. I'm always open to contributions. If you feel like you're stuck feel free to ask but the addon gives you a lot of freedom for your parsers+generators.