* driver documentation
@ 2002-06-13 10:54 Gabor Kerenyi
2002-06-13 11:03 ` Martin Dalecki
0 siblings, 1 reply; 2+ messages in thread
From: Gabor Kerenyi @ 2002-06-13 10:54 UTC (permalink / raw)
To: linux-kernel
Hi!
I have written a driver for a PCI card (produced by the company I work
for) and it's working well. Now I should write a documentation, but
I have never done such kind of low level tasks in a PC enviroment.
I know what design docs and other docs are needed for a normal
program (C, C++) but I have no idea how I could write a doc
for a driver.
Is there any template there? I bet you also had to write documentations
if you work for a company.
Can anybody give some advice? Of course I would like to write it
using Linux, so please don't mention M$ only sws! (bad news that
my boss would like to view it on M$ :(((( )
(ps. I don't like flowcharts...)
Thanks
Gabor
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: driver documentation
2002-06-13 10:54 driver documentation Gabor Kerenyi
@ 2002-06-13 11:03 ` Martin Dalecki
0 siblings, 0 replies; 2+ messages in thread
From: Martin Dalecki @ 2002-06-13 11:03 UTC (permalink / raw)
To: Gabor Kerenyi; +Cc: linux-kernel
Użytkownik Gabor Kerenyi napisał:
> Hi!
>
> I have written a driver for a PCI card (produced by the company I work
> for) and it's working well. Now I should write a documentation, but
> I have never done such kind of low level tasks in a PC enviroment.
> I know what design docs and other docs are needed for a normal
> program (C, C++) but I have no idea how I could write a doc
> for a driver.
>
> Is there any template there? I bet you also had to write documentations
> if you work for a company.
>
> Can anybody give some advice? Of course I would like to write it
> using Linux, so please don't mention M$ only sws! (bad news that
> my boss would like to view it on M$ :(((( )
>
> (ps. I don't like flowcharts...)
Since I assume that the request is about documenting the
internals of the driver, I recommend that you look at
the javadoc similar embedded documentation mechanism found in
recent linux kernels. Just type in make doc on the top level
and see. Well if you are looking at what to put in there:
Just please look after the corresponding comments throughout
the kernel.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-06-13 11:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-13 10:54 driver documentation Gabor Kerenyi
2002-06-13 11:03 ` Martin Dalecki
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox