Re: kernel doc / docbook pdfdocs question
From: Doug Maxey <hidden>
Date: 2009-10-01 05:42:27
On Wed, 30 Sep 2009 17:30:02 PDT, Stephen Hemminger wrote:
On Wed, 30 Sep 2009 14:59:36 -0500 Doug Maxey [off-list ref] wrote:quoted
Randy, This may be slightly off topic for this list, but it does involve an (as yet un-released) network driver. :) Do you have any insight that could guide me toward a fix for an issue seen with some header file constructs when trying to generate a pdf docbook?Why clutter docbook output (which is supposed to be about general kernel API's) with output for data structures in one driver.
It would be a general mechanism, and it would be to document an API. There are other subsystems that use DECLARE_BITMAP() (e.g., scsi). Just none at the moment that attempt to describe such a member, possibly because there isn't a way to document it. Dunno. Build it and they will come. There is one party that is interested anyway. Finally did find where this was getting warned about / tossed, in kernel-doc itself. =) ++doug