mirror of https://github.com/swig/swig
Various merge fixes in doxygen branches
This commit is contained in:
parent
aa9691b1a8
commit
abfc304740
|
@ -1,13 +1,4 @@
|
|||
/**
|
||||
* @file std_queue.i
|
||||
* @author gga
|
||||
* @date Sun May 6 01:52:44 2007
|
||||
*
|
||||
* @brief test of std::queue
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
// test of std::queue
|
||||
%module li_std_queue
|
||||
|
||||
%include std_queue.i
|
||||
|
|
|
@ -1,13 +1,4 @@
|
|||
/**
|
||||
* @file std_stack.i
|
||||
* @author gga
|
||||
* @date Sun May 6 01:52:44 2007
|
||||
*
|
||||
* @brief test of std::stack
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
// test of std::stack
|
||||
%module li_std_stack
|
||||
|
||||
%include std_stack.i
|
||||
|
|
|
@ -3,9 +3,6 @@
|
|||
# This is a simple speed benchmark suite for std containers,
|
||||
# to verify their O(n) performance.
|
||||
# It is not part of the standard tests.
|
||||
#
|
||||
# License:: SWIG
|
||||
#
|
||||
|
||||
|
||||
require 'benchmark'
|
||||
|
|
|
@ -1,13 +1,4 @@
|
|||
/**
|
||||
* @file ruby_li_std_speed.i
|
||||
* @author gga
|
||||
* @date Fri May 18 18:03:15 2007
|
||||
*
|
||||
* @brief A speed test of the ruby stl
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
// A speed test of the ruby stl
|
||||
%module ruby_li_std_speed
|
||||
|
||||
%include <std_list.i>
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
/* -----------------------------------------------------------------------------
|
||||
* See the LICENSE file for information on copyright, usage and redistribution
|
||||
* of SWIG, and the README file for authors - http://www.swig.org/release.html.
|
||||
*
|
||||
* arrays_csharp.i
|
||||
*
|
||||
* This file contains a two approaches to marshaling arrays. The first uses
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
/* -----------------------------------------------------------------------------
|
||||
* See the LICENSE file for information on copyright, usage and redistribution
|
||||
* of SWIG, and the README file for authors - http://www.swig.org/release.html.
|
||||
*
|
||||
* director.swg
|
||||
*
|
||||
* This file contains support for director classes so that PHP proxy
|
||||
|
|
Loading…
Reference in New Issue