Converts elements with underscores into a namespaced version.
This filter will examine the Name of an element and extract namespaces based on underscores in the name. Every underscore is treated as a namespace separator.
Converts all underscored class names into namespaces.
This plugin will enable a non-namespaced application to be interpreted as being namespaced for documentation purposes by separating the Classes by underscore and converting the prefix to a series of namespaces.
For example:
`My_Special_ClassName` will be transformed into the class `ClassName` with namespace `My\Special`.