thibaultmarin / hpp2plantuml

Convert C++ header files to PlantUML
MIT License
223 stars 35 forks source link

Add recursive pathname pattern expansion #10

Closed themmj closed 3 years ago

themmj commented 3 years ago

Adds support for the ** wildcard in pathnames. Eases use cases when a whole source directory needs to be parsed (i.e. -i "src/**/*.hpp").

thibaultmarin commented 3 years ago

This looks good to me, thanks.