Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(60)

Unified Diff: src/wimax/model/wimax-net-device.h

Issue 318460043: Final updates to corect doxygen warnings for the wimax module (Closed)
Patch Set: Additional doxygen corrections Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/wimax/model/wimax-mac-queue.h ('k') | src/wimax/model/wimax-phy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/wimax/model/wimax-net-device.h
===================================================================
--- a/src/wimax/model/wimax-net-device.h
+++ b/src/wimax/model/wimax-net-device.h
@@ -476,7 +476,10 @@
private:
/// copy constructor (disabled)
WimaxNetDevice (const WimaxNetDevice &);
- /// assignment operator (disabled)
+ /**
+ * assignment operator (disabled)
+ * \returns the wimax net device
+ */
WimaxNetDevice & operator= (const WimaxNetDevice &);
/// Maximum MSDU size
« no previous file with comments | « src/wimax/model/wimax-mac-queue.h ('k') | src/wimax/model/wimax-phy.h » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b