kdev-kernel
kdev-kernel copied to clipboard
Function pointers in structures appear as the structure name in the outline
Example: include/linux/usb/hcd.h. All the member functions pointers of hc_driver are listed as hc_driver, which is confusing. They should not be listed at all since they are not toplevel.
Actually they also appear as such in the popup window that appears when pointing at their declaration.
Also function pointers declared at the root of a file appear as "invalid type"