repo.or.cz
/
cmake.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Updated formatting of documentation plus a little reorganization.
[cmake.git]
/
Tests
/
SwigTest
/
example.i
blob
75700b305437573d3c0494562a54226678377b36
1
/*
File
:
example.i
*/
2
%
module example
3
4
%{
5
#include
"example.h"
6
%}
7
8
/*
Let's just grab the original header file here
*/
9
%
include
"example.h"
10