Anvil / bash-doxygen

A doxygen filter for bash scripts
Do What The F*ck You Want To Public License
92 stars 24 forks source link

Detect functions #2

Closed useronkel closed 8 years ago

useronkel commented 8 years ago

Hi. Great sed job :-) Anyway, the detection of functions is inconsistent...

bash allows following function definitions: : funcname() { : function funcname() { : function namespace::funcname() {

Is it possible to reflect this in the script?

Anvil commented 8 years ago

That https://github.com/Anvil/bash-doxygen/compare/c8bd22ee0839be80c771eb5e65281b654abdae9d...master should do the trick

Good for you ?

Anvil commented 8 years ago

I'll take that a as yes.