summaryrefslogtreecommitdiff
path: root/libs/geometry/doc/reference/core/tag.qbk
diff options
context:
space:
mode:
Diffstat (limited to 'libs/geometry/doc/reference/core/tag.qbk')
-rw-r--r--libs/geometry/doc/reference/core/tag.qbk29
1 files changed, 29 insertions, 0 deletions
diff --git a/libs/geometry/doc/reference/core/tag.qbk b/libs/geometry/doc/reference/core/tag.qbk
new file mode 100644
index 000000000..fc3089d53
--- /dev/null
+++ b/libs/geometry/doc/reference/core/tag.qbk
@@ -0,0 +1,29 @@
+[/============================================================================
+ Boost.Geometry (aka GGL, Generic Geometry Library)
+
+ Copyright (c) 2009-2012 Barend Gehrels, Amsterdam, the Netherlands.
+
+ Use, modification and distribution is subject to the Boost Software License,
+ Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+ http://www.boost.org/LICENSE_1_0.txt)
+=============================================================================/]
+
+[heading Metafunction result type]
+The metafunction tag defines [*type] as one of the following tags:
+
+* point_tag
+* linestring_tag
+* polygon_tag
+* multi_point_tag
+* multi_linestring_tag
+* multi_polygon_tag
+* box_tag
+* segment_tag
+* ring_tag
+
+[heading Complexity]
+Compile time
+
+[heading Example]
+[tag]
+[tag_output]