You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by GOMEZ Henri <hg...@slib.fr> on 2001/07/05 09:33:01 UTC

RE: [jtc] apidocs

>I am starting to prepare mod_jk to use scandoc to generate the code
>documentation.

Good news

>I have noted that mod_web uses include files as input but it 
>seems more easy to use also the c sources files.

in mod_jk many defines and structs are only found in .c so
we should also included these. I'd like to see code comments
about functions just before the functions.

+1 for .c and .h
 
What about moving defines and structs from .c to .h ?
I started to do that in common.

Functions will be commented in .c
Datas (ie Structs) will be commented .h