Skip to content

Commit 73e1851

Browse files
committed
NED: removed "This module..." and "This module interface..." from the docu briefs
And adjusted the wording wherever necessary. Motivation: Doc brief should look good in the Qtenv tooltip and in the NEDDOC package list which contains tables with "Module Name" and "Description" columns. Especially for the latter, starting the doc with "This module" looks just silly.
1 parent e8fadd8 commit 73e1851

433 files changed

Lines changed: 445 additions & 447 deletions

File tree

Some content is hidden

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

src/inet/applications/clock/SimpleClockSynchronizer.ned

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ package inet.applications.clock;
1010
import inet.applications.contract.IApp;
1111

1212
//
13-
// This module periodically synchronizes the slave clock to the master clock with
13+
// Periodically synchronizes the slave clock to the master clock with
1414
// the specified accuracy. The synchronization happens directly using C++ method
1515
// calls and without any packet exchange. This is primarily useful when the overhead
1616
// of the time synchronization protocol messages can be safely ignored.

src/inet/applications/common/SinkApp.ned

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import inet.applications.contract.IApp;
1111
import inet.queueing.contract.IPassivePacketSink;
1212

1313
//
14-
// This module implements a generic sink application.
14+
// Implements a generic sink application.
1515
//
1616
module SinkApp like IApp
1717
{

src/inet/applications/common/SourceApp.ned

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import inet.applications.contract.IApp;
1111
import inet.queueing.contract.IActivePacketSource;
1212

1313
//
14-
// This module implements a generic source application.
14+
// Implements a generic source application.
1515
//
1616
module SourceApp like IApp
1717
{

src/inet/applications/ethernet/EthernetApp.ned

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import inet.queueing.contract.IPacketFlow;
1313
import inet.queueing.contract.IPassivePacketSink;
1414

1515
//
16-
// This module generates traffic as an Ethernet application. The traffic source
16+
// Generates traffic as an Ethernet application. The traffic source
1717
// and traffic sink modules can be built from queueing model elements.
1818
//
1919
module EthernetApp like IApp

src/inet/applications/ethernet/EthernetSinkApp.ned

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

1010
//
11-
// This module implements an Ethernet application that only receives packets.
11+
// Implements an Ethernet application that only receives packets.
1212
//
1313
module EthernetSinkApp extends EthernetApp
1414
{

src/inet/applications/ethernet/EthernetSocketIo.ned

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

1010
//
11-
// This module provides Ethernet socket handling for generic applications.
11+
// Provides Ethernet socket handling for generic applications.
1212
//
1313
simple EthernetSocketIo
1414
{

src/inet/applications/ethernet/EthernetSourceApp.ned

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

1010
//
11-
// This module implements an Ethernet application that only sends packets.
11+
// Implements an Ethernet application that only sends packets.
1212
//
1313
module EthernetSourceApp extends EthernetApp
1414
{

src/inet/applications/external/ExternalApp.ned

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import inet.common.ExternalEnvironment;
1111
import inet.common.ExternalProcess;
1212

1313
//
14-
// This module provides an external application that uses a host OS external process.
14+
// Provides an external application that uses a host OS external process.
1515
//
1616
// @see ~ExternalProcess, ~ExternalEnvironment
1717
//

src/inet/applications/ieee8022/Ieee8022LlcApp.ned

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import inet.queueing.contract.IPacketFlow;
1313
import inet.queueing.contract.IPassivePacketSink;
1414

1515
//
16-
// This module generates traffic as an IEEE 802.2 LLC application. The traffic
16+
// Generates traffic as an IEEE 802.2 LLC application. The traffic
1717
// source and traffic sink modules can be built from queueing model elements.
1818
//
1919
module Ieee8022LlcApp like IApp

src/inet/applications/ieee8022/Ieee8022LlcSinkApp.ned

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

1010
//
11-
// This module implements an IEEE 802.2 LLC application that only receives packets.
11+
// Implements an IEEE 802.2 LLC application that only receives packets.
1212
//
1313
module Ieee8022LlcSinkApp extends Ieee8022LlcApp
1414
{

0 commit comments

Comments
 (0)