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

« 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.
### begin_: file metadata
    ### <region-file_info>
    ### main:
    ###   - name : ___filename___
    ###     desc : |
    ###         ___description___
    ###     date : created="___date___"
    ###     last : lastmod="___last___"
    ###     lang : ___lang___
    ###     tags : ___tags___
    ### </region-file_info>
« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS