If a method/property defined on unexisting namespace, it should be automagically created.
USE CASE: documenting nodeca.shared.blogs.do_somthing() requries both shared and shared.blogs to be explicitly defined (to correctly build menu and breadcrumbs), but it's kinda stupid to have namespace stubs in each file.