Skip to content

Commit

Permalink
Removing author_name from cookiecutter options (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-bc committed Apr 18, 2023
1 parent 05b5c5f commit 41bbe01
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"deployment_name": "MyDeployment",
"path_to_fprime": "./fprime",
"author_name": "",
"__deployment_name_upper": "{{cookiecutter.deployment_name.upper()}}"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// ======================================================================
// \title Main.cpp
// \author {{cookiecutter.author_name}}
// \brief main program for the F' application. Intended for CLI-based systems (Linux, macOS)
//
// ======================================================================
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// ======================================================================
// \title {{cookiecutter.deployment_name}}Topology.cpp
// \author {{cookiecutter.author_name}}
// \brief cpp file containing the topology instantiation code
//
// ======================================================================
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// ======================================================================
// \title {{cookiecutter.deployment_name}}Topology.hpp
// \author {{cookiecutter.author_name}}
// \brief header file containing the topology instantiation definitions
//
// ======================================================================
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// ======================================================================
// \title {{cookiecutter.deployment_name}}TopologyDefs.hpp
// \author {{cookiecutter.author_name}}
// \brief required header file containing the required definitions for the topology autocoder
//
// ======================================================================
Expand Down

0 comments on commit 41bbe01

Please sign in to comment.