it’ll be great if the Nodebrowser could display the info from things linke this:
/// <summary>
/// i describe the purpose of the following method/class/whatever
/// </summary>
/// <param name="myParam">i describe the parameter</param>
/// <returns></returns>
they do not have any help information we could display… dlls do not contain information like that.
if you want to add comments to the third party nodes, you need to import all the nodes and add help information in the patch and forward that to the library user…