On Mon, 25 Jul 2016 16:56:46 +0200
Charlemagne Lasse wrote:
> So my questions would be:
>
> 1. is there a standard (machine readable?) how to correctly document
> (kernel-doc?) in the code if a struct list_head is the head/root of a
> list or the anchor of the item in a list?
>
> 2. is there a
Hi,
I wanted to understand some modules in the kernel and how their data
structures are interconnected. So I am not interested in all data
structures of the kernel but something more like
net/bridge/br_private.h.
With C++ I would just tell doxygen to generate uml-like class
diagrams. But the kern