cgal/Optimisation_basic/web/share/namespace.awi

24 lines
796 B
Plaintext

@! ============================================================================
@! The CGAL Library
@! Implementation: macros for namespaces
@! ----------------------------------------------------------------------------
@! file : web/share/namespace.awi
@! author: Sven Schönherr <sven@inf.ethz.ch>
@! ----------------------------------------------------------------------------
@! $Revision$
@! $Date$
@! ============================================================================
The following two macros define the begin and the end of a \CC\
namespace, respectively.
@macro <namespace begin>(1) zero many = @begin
@1_BEGIN_NAMESPACE
@end
@macro <namespace end>(1) zero many = @begin
@1_END_NAMESPACE
@end
@! ===== EOF ==================================================================