fix clang build 28/49028/1
authorKrzysztof Dynowski <k.dynowski@samsung.com>
Mon, 5 Oct 2015 09:01:14 +0000 (11:01 +0200)
committerKrzysztof Dynowski <k.dynowski@samsung.com>
Mon, 5 Oct 2015 09:01:14 +0000 (11:01 +0200)
[Featurei/Bug]  clang fails parsing doxygen comment
[Cause]         N/A
[Solution]      change param reference
[Verification]  Build with clnag

Change-Id: I65d461202d1d6af9bdbfcc89bc104b006e78bf23

libs/lxcpp/network.hpp

index a1ebf49..63a6cd2 100644 (file)
@@ -230,7 +230,7 @@ public:
      *   Create bridge interface
      *      ip link add @mIfname type bridge
      *   Create psedo-ethernet interface on existing one
-     *      ip link add @mIfname type macvlan link @peerif [mode @mode]
+     *      ip link add @mIfname type macvlan link @peerif [mode @mode]
      */
     void create(InterfaceType type, const std::string& peerif, MacVLanMode mode = MacVLanMode::PRIVATE);