Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Autocoders: finishPortH.tmpl, clerical error (#875)
The template "finishPortH.tmpl" for creating the last part of "[xx]PortAc.hpp", has an obvious comment error. It is not a functional error, but better to be corrected as well. as an example: The CyclePortAc.hpp likes this: ``` /// Input Cycle port description /// class OutputCyclePort : public Fw::OutputPortBase { public: OutputCyclePort(void); ``` ---> ``` /// Output Cycle port description /// class OutputCyclePort : public Fw::OutputPortBase { public: OutputCyclePort(void); ```
- Loading branch information