>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