Advertisement
LarsFosdal

Super Simple Documentation in Delphi

Sep 8th, 2014
515
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.53 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <codetemplate   xmlns="http://schemas.borland.com/Delphi/2005/codetemplates" version="1.0.0">
  3.   <template name="xmld" invoke="auto">
  4.     <description>Add documentation summary</description>
  5.     <author>Lars Fosdal</author>
  6.     <point name="description">
  7.       <text>Description</text>
  8.       <hint>Some text describing the class, method or property</hint>
  9.     </point>
  10.     <code language="Delphi" delimiter="|"><![CDATA[/// <summary> |description| </summary>]]></code>
  11.   </template>
  12. </codetemplate>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement