I'm trying to specify a <returns> template for an asynchronous method. I've created a custom rule that matches "return type equals System.IAsyncResult" and "method name starts with 'Begin.'" I'm able to specify a return template, but I'd like to use the default <summary> template. However, if I don't specify a <summary> template explicitly, the summary tag remains empty.
Is there a way to either a) explicitly specify using the "default" summary template or b) use a return template without having to specify a summary template?