Skip to content

Add member blacklist

Currently APB allows users to skip member functions with an 'exclude' addition to the yaml.

This branch moves that functionality to use the 'customization' block in the yaml, and adds the ability to blacklist member vars as well.

Additionally, previously publicist classes were being created for protected functions that were blacklisted, but never referenced in binding code. The publicist classes are no longer created.

Edited by John Parent

Merge request reports