mirror of https://github.com/CGAL/cgal
24 lines
796 B
Plaintext
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 ==================================================================
|