Переглянути джерело

Merge pull request #426 from ferd/cleaner-tpl-docs

Make standalone vs complete project template clear
pull/433/head
Tristan Sloughter 10 роки тому
джерело
коміт
763f33009d
5 змінених файлів з 5 додано та 5 видалено
  1. +1
    -1
      priv/templates/app.template
  2. +1
    -1
      priv/templates/cmake.template
  3. +1
    -1
      priv/templates/escript.template
  4. +1
    -1
      priv/templates/lib.template
  5. +1
    -1
      priv/templates/plugin.template

+ 1
- 1
priv/templates/app.template Переглянути файл

@ -1,4 +1,4 @@
{description, "OTP Application"}.
{description, "Complete OTP Application structure."}.
{variables, [ {variables, [
{name, "mylib", "Name of the OTP application"}, {name, "mylib", "Name of the OTP application"},
{desc, "An OTP application", "Short description of the app"} {desc, "An OTP application", "Short description of the app"}

+ 1
- 1
priv/templates/cmake.template Переглянути файл

@ -1,2 +1,2 @@
{description, "Makefile for building C/C++ in c_src"}.
{description, "Standalone Makefile for building C/C++ in c_src"}.
{template, "Makefile", "c_src/Makefile"}. {template, "Makefile", "c_src/Makefile"}.

+ 1
- 1
priv/templates/escript.template Переглянути файл

@ -1,4 +1,4 @@
{description, "Escriptized application"}.
{description, "Complete escriptized application structure"}.
{variables, [ {variables, [
{name, "mylib", "Name of the OTP application to be escriptized"}, {name, "mylib", "Name of the OTP application to be escriptized"},
{desc, "An escript", "Short description of the project"} {desc, "An escript", "Short description of the project"}

+ 1
- 1
priv/templates/lib.template Переглянути файл

@ -1,4 +1,4 @@
{description, "OTP Library application (no processes)"}.
{description, "Complete OTP Library application (no processes) structure"}.
{variables, [ {variables, [
{name, "mylib", "Name of the OTP library application"}, {name, "mylib", "Name of the OTP library application"},
{desc, "An OTP library", "Short description of the app"} {desc, "An OTP library", "Short description of the app"}

+ 1
- 1
priv/templates/plugin.template Переглянути файл

@ -1,4 +1,4 @@
{description, "Rebar3 plugin"}.
{description, "Rebar3 plugin project structure"}.
{variables, [ {variables, [
{name, "myplugin", "Name of the plugin"}, {name, "myplugin", "Name of the plugin"},
{desc, "A rebar plugin", "Short description of the plugin's purpose"} {desc, "A rebar plugin", "Short description of the plugin's purpose"}

Завантаження…
Відмінити
Зберегти