Skip to content

Commit

Permalink
adapting some docstrings #2
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Jan 12, 2024
1 parent 5b3966e commit 6fa3d56
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/microsim/transportables/MSStageDriving.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/// @author Michael Behrisch
/// @date Thu, 12 Jun 2014
///
// The common superclass for modelling transportable objects like persons and containers
// A stage performing the travelling by a transport system (cars, public transport)
/****************************************************************************/
#include <config.h>

Expand Down
2 changes: 1 addition & 1 deletion src/microsim/transportables/MSStageDriving.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/// @author Michael Behrisch
/// @date Tue, 21 Apr 2015
///
// The common superclass for modelling transportable objects like persons and containers
// A stage performing the travelling by a transport system (cars, public transport)
/****************************************************************************/
#pragma once
#include <config.h>
Expand Down
2 changes: 1 addition & 1 deletion src/microsim/transportables/MSStageWalking.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/// @author Laura Bieker
/// @date Mon, 9 Jul 2001
///
// The class for modelling person-movements
// A stage performing walking on a sequence of edges.
/****************************************************************************/
#include <config.h>

Expand Down
6 changes: 2 additions & 4 deletions src/microsim/transportables/MSStageWalking.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/// @author Michael Behrisch
/// @date Mon, 9 Jul 2001
///
// The class for modelling person-movements
// A stage performing walking on a sequence of edges.
/****************************************************************************/
#pragma once
#include <config.h>
Expand Down Expand Up @@ -54,9 +54,7 @@ typedef std::vector<const MSEdge*> ConstMSEdgeVector;
// class definitions
// ===========================================================================
/**
* A "real" stage performing the walking to an edge
* The walking does not need any route as it is not simulated.
* Only the duration is needed
* A stage performing walking on a sequence of edges. The real movements are part of the pedestrian model.
*/
class MSStageWalking : public MSStageMoving {
public:
Expand Down

0 comments on commit 6fa3d56

Please sign in to comment.