vl-doc-export


(vl-doc-export 'functionName)

This function exports functionName from a "separate NameSpace" as a public symbol for current document NameSpace.

Arguments

'functionName  (symbol) name of a Lisp function to be exported as public symbol/function

Return

always returns T

Example

(vl-doc-export 'MyCalculator)  returns T

Remarks

this function does nothing, if executed in current document NameSpace;
see (vl-doc-import) function



©  Bricsys NV. All rights reserved.