Adding parameter names to class definition

This commit is contained in:
James P. Howard, II
2020-12-13 20:30:26 -05:00
parent dcd960d1ed
commit 611f4c8de9

View File

@@ -18,12 +18,6 @@ namespace kami {
/// type of scheduling implemented.
class LIBKAMI_EXPORT Scheduler {
public:
/// \brief Return a new Kami scheduler
///
/// \details This function should return a new instance of a
/// scheduler class that implements this trait.
virtual ~Scheduler();
/// Add an Agent to the Scheduler.
///
/// @param agentID The AgentID of the agent to add.