Doxygen example
Replace the unnecessarily large number of doxygen examples with one doxygen example.
This commit is contained in:
parent
ec2cb809cd
commit
12e7926ee2
84 changed files with 259 additions and 3574 deletions
17
Examples/java/doxygen/example.i
Normal file
17
Examples/java/doxygen/example.i
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
%module example
|
||||
|
||||
%{
|
||||
#include "example.h"
|
||||
%}
|
||||
|
||||
%immutable NumSquares;
|
||||
%immutable NumCircles;
|
||||
|
||||
%include "example.h"
|
||||
|
||||
/*! - this instantiation uses type int */
|
||||
%template(RectangleInt) Rectangle<int>;
|
||||
|
||||
/*! - this instantiation uses type int */
|
||||
%template(MakeRectangleInt) MakeRectangle<int>;
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue