Skip to content

Commit 2840d8b

Browse files
committed
NED: also removed "This is..." from the docu briefs
1 parent 73e1851 commit 2840d8b

53 files changed

Lines changed: 54 additions & 54 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/inet/clock/base/ClockBase.ned

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
package inet.clock.base;
99

1010
//
11-
// This is a base module for clocks.
11+
// Base module for clocks.
1212
//
1313
module ClockBase
1414
{

src/inet/clock/base/DriftingOscillatorBase.ned

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
package inet.clock.base;
99

1010
//
11-
// This is a base module for oscillators that drift relative to the nominal tick
11+
// Base module for oscillators that drift relative to the nominal tick
1212
// length over time.
1313
//
1414
simple DriftingOscillatorBase extends OscillatorBase

src/inet/clock/base/OscillatorBase.ned

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
package inet.clock.base;
99

1010
//
11-
// This is a base module for oscillators.
11+
// Base module for oscillators.
1212
//
1313
simple OscillatorBase
1414
{

src/inet/mobility/single/SuperpositioningMobility.ned

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ import inet.mobility.base.MobilityBase;
1111
import inet.mobility.contract.IMobility;
1212

1313
//
14-
// This mobility module combines the trajectory of several other mobility modules
15-
// using superposition. In other words, the position, velocity, and acceleration
14+
// Combines the trajectory of several other mobility modules using superposition.
15+
// In other words, the position, velocity, and acceleration
1616
// are the sum of the respective quantities of all submodules.
1717
//
1818
// This module allows forming a group mobility model by using a shared mobility

src/inet/mobility/static/StationaryMobility.ned

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ package inet.mobility.static;
1010
import inet.mobility.base.MobilityBase;
1111

1212
//
13-
// This mobility module does nothing; it can be used for stationary nodes.
13+
// Mobility module for stationary nodes.
1414
//
1515
simple StationaryMobility extends MobilityBase
1616
{

src/inet/physicallayer/wireless/common/antenna/ParabolicAntenna.ned

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ package inet.physicallayer.wireless.common.antenna;
1010
import inet.physicallayer.wireless.common.base.packetlevel.AntennaBase;
1111

1212
//
13-
// This model is based on a parabolic approximation of the main lobe radiation
13+
// Defines an antenna based on a parabolic approximation of the main lobe radiation
1414
// pattern. A similar model appears in
1515
//
1616
// George Calcev and Matt Dillon, "Antenna Tilt Control in CDMA Networks"

src/inet/queueing/base/ActivePacketSinkBase.ned

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
package inet.queueing.base;
99

1010
//
11-
// This is a base module for various active packet sink modules.
11+
// Base module for various active packet sink modules.
1212
//
1313
// @see ~PacketSinkBase
1414
//

src/inet/queueing/base/ActivePacketSourceBase.ned

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
package inet.queueing.base;
99

1010
//
11-
// This is a base module for various active packet source modules.
11+
// Base module for various active packet source modules.
1212
//
1313
// @see ~PacketSourceBase
1414
//

src/inet/queueing/base/PacketBufferBase.ned

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
package inet.queueing.base;
99

1010
//
11-
// This is a base module for various packet buffer modules which maintains a few
11+
// Base module for various packet buffer modules which maintains a few
1212
// statistics.
1313
//
1414
// Available display string format directives:

src/inet/queueing/base/PacketClassifierBase.ned

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
package inet.queueing.base;
99

1010
//
11-
// This is a base module for various packet classifier modules. Derived modules
11+
// Base module for various packet classifier modules. Derived modules
1212
// must implement a single packet classifier function which determines the index
1313
// of the output gate for the next pushed packet.
1414
//

0 commit comments

Comments
 (0)