11 lines
265 B
ObjectPascal
11 lines
265 B
ObjectPascal
# == Class: {{cookiecutter.project_name}}
|
|
#
|
|
# Full description of class {{cookiecutter.project_name}} here.
|
|
#
|
|
# === Parameters
|
|
#
|
|
# [*sample_parameter*]
|
|
# Explanation of what this parameter affects and what it defaults to.
|
|
#
|
|
class {{cookiecutter.project_name}} {}
|