File: module.modulemap

package info (click to toggle)
codequery 0.21.1%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 11,012 kB
  • sloc: cpp: 114,603; xml: 16,576; python: 6,512; ansic: 3,262; perl: 444; makefile: 324; sql: 160; sh: 43; objc: 19; ruby: 6; php: 1
file content (10 lines) | stat: -rw-r--r-- 249 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
framework module Scintilla {
  umbrella header "ScintillaView.h"
  module InfoBar {
    header "InfoBar.h"
  }
  // ILexer.h is not included as Swift doesn't yet interoperate with C++
  exclude header "ILexer.h"
  export *
  module * { export * }
}