I'm having a problem extracting some autodocs from some code I'm writing, and I'm getting an error:
Seems the public modifier was forgotten by the person that wrote presentation/make_html.pike.
Fixed, thanks.
I can send the module_modref.xml for this, but I've looked and it looks okay; there are <public/> elements within the modifiers block for a number of elements; this seems normal to me. Am I missing something, or is there a bug somewhere. I figured I'd ask before I went digging in the murky waters of autodoc.
The reason is probably that the public modifier is used almost never.
Bill