The docblocks of some complex functions are pretty light or missing altogether. It would help improve transparency of how the module works if the functions were explained in more detail with explanations of the parameters.

Comments

cpliakas’s picture

Status: Active » Needs review
StatusFileSize
new4.36 KB

The attached patch attacks a few functions in the apachesolr.index.inc file. I am posting early to see if the maintainers are willing to accept dockblocks like this. This is a lot of effort to do, so I don't want to waste time if there isn't a chance of this stuff getting reviewed and integrated into the module.

If there is interest, maybe we can tackle one file at a time?

Thanks!
Chris

nick_vh’s picture

are these according to the standard? eg. if I run doxygen on the module code, it will give me proper documentation per function? If so I am 100% ok with it!

cpliakas’s picture

Nick_vh,

Yes, the Doxygen and comment formatting conventions documentation has been strictly followed.

Chris

pwolanin’s picture

Title: Improve the docblocks » Improve the docblocks in apachesolr.index.inc
Version: 7.x-1.x-dev » 6.x-3.x-dev
Status: Needs review » Patch (to be ported)
pwolanin’s picture

Status: Patch (to be ported) » Fixed
StatusFileSize
new4.41 KB

applied this patch to 6.x

nick_vh’s picture

Status: Fixed » Closed (fixed)