Re: Kernel API Reference Documentation

From: Lukas Jelinek
Date: Wed Jun 28 2006 - 08:21:07 EST


>
> I looked at
> http://www.kernel-api.org/docs/online/2.6.17/da/dab/structsk__buff.html
>
> and you apparently ignore kernel-doc for structs. Cf.
> include/linux/skbuff.h:177 ff.
>
> Regards,
> Petr Tesarik
>

There are several problems. The one you describe is probably caused by a
blank line between the struct and the related comment. Doxygen doesn't
recognize it correctly (and simply ignores the comment).

Lukas Jelinek

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/