Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8" ?>
- <codetemplate xmlns="http://schemas.borland.com/Delphi/2005/codetemplates" version="1.0.0">
- <template name="xmld" invoke="auto">
- <description>Add documentation summary</description>
- <author>Lars Fosdal</author>
- <point name="description">
- <text>Description</text>
- <hint>Some text describing the class, method or property</hint>
- </point>
- <code language="Delphi" delimiter="|"><![CDATA[/// <summary> |description| </summary>]]></code>
- </template>
- </codetemplate>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement