• This project
    • Loading...
  • Sign in

홍길동 / onos

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • onos
  • ..
  • manager
  • module.yang
  • Bharat saraswal's avatar
    [ONOS-4799],[ONOS-4351] Augment inter file linker and Generated Code refactored. · b1170bd2 ...
    b1170bd2
    Change-Id: Id1f3ac9c90a632373f51cc75d499c3110216be17
    Bharat saraswal authored 2016-07-14 17:17:02 +0000
module.yang 188 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12
module test5 {
    namespace "test5:test";
    prefix test ;

    revision "2016-07-04" {
             description "Initial revision.";
    }
    typedef abc {
       type int32;
    }

}