xquery / xquerydoc

xquerydoc - generate XQuery API documentation from your source code comments
https://github.com/xquery/xquerydoc
Other
38 stars 11 forks source link

Suppress private functions and variables #35

Open grtjn opened 7 years ago

grtjn commented 7 years ago

Private functions and variables are exposed currently, but they are private for a reason. I think it would be useful to have a flag to suppress them, and maybe consider enabling that by default..