Convert DocumentationGenerator to FileGenerator
[mdsal.git] / binding / maven-sal-api-gen-plugin / src / test / resources / wadl-gen / demo-topology.yang
index b4025ba1cf749fae18efcd5530a7c6893da81cba..79045b81ecffa797dd58f1e70f7b1976f35a42d4 100644 (file)
@@ -14,7 +14,7 @@ module demo-topology {
     contact "http://www.opendaylight.org/";
 
     description "
-               This module contains the definitions of elements that creates network 
+               This module contains the definitions of elements that creates network
                topology i.e. definition of network nodes and links. This module is
                not designed to be used solely for network representation. This module
                SHOULD be used as base module in defining the network topology.
@@ -51,19 +51,19 @@ module demo-topology {
                                type string;
                                description "The Topology identifier of network-node.";
                        }
-                
+
                 list network-interface {
                     key "interface-id";
-                    
+
                     leaf interface-id {
                         type uint8;
                     }
-                    
+
                     leaf interface-address {
                         type string;
                     }
                 }
-                
+
                    container node-attributes {
                                        description "
                                                Additional attributes that can Network Node contains.
@@ -85,7 +85,7 @@ module demo-topology {
                                }
                }
         }
-        
+
         container network-links {
                list network-link {
                    description "