Page 1 of 1

Docky autodoc

Posted: Sun Jul 15, 2012 10:14 am
by trixie
The docky autodoc in the current SDK needs revision! First, it mentions a "docky.library" while apparently there is no such thing in the system. Instead, it's the docky itself that is implemented as a library - but it is never called "docky.library" so the autodoc is confusing in this respect. Second, the autodoc lists functions Clone(), Expunge(),Obtain() and Release() - but looking at available docky source codes it appears that the correct names are DockyClone(), DockyExpunge(), DockyObtain() and DockyRelease().

Re: Docky autodoc

Posted: Sun Mar 10, 2013 1:00 pm
by centaurz
No the names of the functions are correct: Clone(), Expunge(), Obtain(), Release() defined as the minimum function set for Exec interfaces.
Actually, the names of their implementation in the source of a docky does not matter.
Only docky-specific functions are prefixed: DockyGet(), DockySet() and DockyProcess().