Several improvements and bug fixes have gone into the comment parsing code for the registers. The plug-in should now correctly pay attention to the tags placed into the comments. There is now a test project in the source tree that is being used to test out changes in future releases to prevent regressions.
Changes
- The parser should pay attention to comments such as <type></type> and <summary></summary> now above the register.
- Fixed an issue with some simple register types not being detected correctly (float, int...etc), the code was ignoring any register type without a number.
- Added code to report warnings to the log for register types that the code doesn't know how to map to .Net (ex, float4x4, is not mapped in WPF's shader wrapper)
- Beginning to add support for multiline comments inside of a block so that summary tags could stretch over multiple lines. It's not there yet, so I don't recommend using it, it won't correctly remove the extra /// comment slashes inside of comments.