I am trying to generate a UML class diagram representation of my C libraries (library.c, library.h). I would like to get a representation containing public (extern) and private (static) functions / variables with the usual '+' and '-' signs, but all I get after enabling all graphs checkboxes in doxywizard is this representation for public structures, not for a certain library.
Any help is greatly appreciated.