A bit of context. Working on Common Lisp UltraSepc (CLUS) we decide to use CCLDoc to write it and create output. To do that we need to read CCLDoc code and puts some add-on. In that work we can produced some documentation and comments in the source as side effect, we need it ourselves to create add-ons.
Do you interested with such project of producing such documentation and if so, what standard of it we should adopted?
Additional information. CLUS is now multithreads project and CCLDoc related part is now all in my hands.