add doc target to BUILD file

This commit is contained in:
Mathieu Lacage
2006-09-06 11:26:51 +02:00
parent 12c001afe7
commit 653fcde142
4 changed files with 46 additions and 3 deletions

View File

@@ -51,7 +51,9 @@ public:
/**
* Write a pcap header in the output file which specifies
* that the content of the file will Packets with
* Ethernet/LLC/SNAP encapsulation.
* Ethernet/LLC/SNAP encapsulation. This method should
* be invoked before ns3::PcapWriter::writePacket and after
* ns3::PcapWriter::open.
*/
void writeHeaderEthernet (void);