Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

About this user

drefty

« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS 

FileMetaData: simple generic file_info metadata comment

This is a general-purpose default text snippet that
you can use to add metadata to any file. It is based
on YAML.
   1  
   2  ### begin_: file metadata
   3      ### <region-file_info>
   4      ### main:
   5      ###   - name : ___filename___
   6      ###     desc : |
   7      ###         ___description___
   8      ###     date : created="___date___"
   9      ###     last : lastmod="___last___"
  10      ###     lang : ___lang___
  11      ###     tags : ___tags___
  12      ### </region-file_info>
« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS