General XMetaL Discussion
XMetaL Community Forum › General XMetaL Discussion › API doc request
-
dcramer May 21, 2010 at 3:58 pm
API doc request
May 21, 2010 at 3:58 pmParticipants 1Replies 2Last Activity 12 years, 10 months agoPlease consider adding version information to the methods, properties, and events in the API docs. For example, when new methods are introduced (e.g. in 6.0) then the documentation for those methods should say “Since 6.0” or something. That way you know if you are using a method not supported in older versions and you can also easily find the cool new stuff in the api docs without digging through the release notes.
Thanks,
DavidDerek Read May 21, 2010 at 11:59 pm
Reply to: API doc request
May 21, 2010 at 11:59 pmI agree, this would be useful for some people. I'll ask our documentation people to consider it.
LeeHart May 25, 2010 at 5:20 pm
Reply to: API doc request
May 25, 2010 at 5:20 pmI agree it would be useful and it's something we do in our docs. What I have done is to extract the .idl from the typelib in XMetaL*.exe (using the OleView.exe to open the .exe and save the .idl) and check them in. I can easily diff the different versions to see what is different. I believe that some diff tools can also create an annotated version that shows which lines were added or removed from the base; it's no longer useful as an .idl but it's useful for version differences (we are primarily only concerned about 2 different versions of XMetaL.)
Lee
-
AuthorPosts
- You must be logged in to reply to this topic.