From 451ff4fd0314b9e949ec75cdc81ad40d6a9a8144 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Sat, 28 Dec 2013 20:56:30 +0100 Subject: [PATCH] Docs: Add group title to boolean path operations. --- src/path/PathItem.Boolean.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/path/PathItem.Boolean.js b/src/path/PathItem.Boolean.js index 0ec05826..f5947131 100644 --- a/src/path/PathItem.Boolean.js +++ b/src/path/PathItem.Boolean.js @@ -222,6 +222,8 @@ PathItem.inject(new function() { // at intersections. return /** @lends Path# */{ /** + * {@grouptitle Boolean Path Operations} + * * Merges the geometry of the specified path from this path's * geometry and returns the result as a new path item. *