idldoc icon indicating copy to clipboard operation
idldoc copied to clipboard

DLM documentation

Open mgalloy opened this issue 13 years ago • 2 comments

There should be a mechanism for adding comments for a DLM. This should allow for output documentation that looks similar to normal IDL code (but marked as DLM, of course), documenting params, keywords, return values, etc.

mgalloy avatar Oct 22 '12 17:10 mgalloy

DLM documentation added in r550 and later commits.

mgalloy avatar Oct 22 '12 17:10 mgalloy

Comment headers can be added to document the routines using the same notation as a normal header except the comment character is # instead of ;.

mgalloy avatar Oct 22 '12 17:10 mgalloy