Prev: inputParser help
Next: Interpolate Data in Stream Banks
From: Joost Wagenaar on 11 Nov 2009 09:22 I have a Object class definition with multiple function declarations. To hide the code from the user I can generate p-code of the class definition. The problem is that when you do that, calling help on any of the declared functions in the class definition does not generate any result because the p-code gets rid of the commented lines. To get around this, I believe I should save m-files with the names of the class functions and put the commented help section in these files. First question: Is this the correct way to implement help descriptions for p-code files? It seems to work. Question 2: When I do this and call the help function, it always tells me that there is an overloaded function in the same folder. However, this is the function I am calling help on? Is this caused by the fact that the function is declared in the p-code and as a m-file and if so, is there a work-around for this? Thanks, Joost Wagenaar ------------------ > help addobj ADDOBJ Adds a dynamic variable to the object. .... See also RNEL_DB, RNEL_DB_Template Overloaded methods: RNEL_DB/addobj ------------------
|
Pages: 1 Prev: inputParser help Next: Interpolate Data in Stream Banks |