Skip to content

Commit

Permalink
doc: updated NED doc to get rid of unresolved links.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhornig committed Feb 1, 2013
1 parent 88bb7d7 commit 9935278
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/linklayer/ethernet/EtherQoSQueue.ned
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import inet.linklayer.queue.PriorityScheduler;
module EtherQoSQueue like IOutputQueue
{
parameters:
string dataQueueType = default("DropTailQueue"); // class that inherits from IOutputQueue (~DropTailQueue, ~DropTailQoSQueue, ~REDQueue)
string dataQueueType = default("DropTailQueue"); // class that inherits from IOutputQueue (~DropTailQueue, ~EtherQoSQueue, ~DiffservQueue etc.)
@display("i=block/queue");
gates:
input in;
Expand Down
2 changes: 1 addition & 1 deletion src/linklayer/radio/GenericRadio.ned
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ package inet.linklayer.radio;

//
// Generic radio module. The implementation is largely based on the
// Mobility Framework's ~SnrEval and Decider modules.
// Mobility Framework's SnrEval and Decider modules.
//
// @see ~IRadio
// @author Andras Varga
Expand Down
2 changes: 1 addition & 1 deletion src/networklayer/manetrouting/OLSR_ETX.ned
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import inet.networklayer.IManetRouting;
// - IPv4 address size is assumed in the messages. If you need IPv6, recompile with -DOLSR_IPv6 added to CFLAGS
// - Multiple interfaces per OLSR node is supported only with adding -DMULTIPLE_IFACES_SUPPORT to CFLAGS
//
// see: <a>http://www.inf.ufrgs.br/~wlccordeiro/resources/olsr/README.html</a>
// see: <a>http://www.inf.ufrgs.br/~~wlccordeiro/resources/olsr/README.html</a>
//
simple OLSR_ETX extends BaseRouting like IManetRouting
{
Expand Down

0 comments on commit 9935278

Please sign in to comment.