From 045132ea1da8c9dfe4fe5f9668abf466f137709b Mon Sep 17 00:00:00 2001 From: Chasen Le Hara Date: Mon, 30 Oct 2017 22:23:00 -0700 Subject: [PATCH 1/3] =?UTF-8?q?Hide=20docs=20that=20can=E2=80=99t=20show?= =?UTF-8?q?=20up=20in=20the=20navigation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Part of https://github.com/canjs/canjs/issues/3660 --- src/clause.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/clause.js b/src/clause.js index 4ee35de..f1a8ee8 100644 --- a/src/clause.js +++ b/src/clause.js @@ -9,6 +9,7 @@ var clause = {}; * new clause.Where() * * This is so we can tell what type of clause some properties are for. + * @hide */ module.exports = clause; From 0985af12fb6805cb2d226ceeec1519e587f4b9fa Mon Sep 17 00:00:00 2001 From: Chasen Le Hara Date: Mon, 30 Oct 2017 22:25:49 -0700 Subject: [PATCH 2/3] =?UTF-8?q?Hide=20docs=20that=20can=E2=80=99t=20show?= =?UTF-8?q?=20up=20in=20the=20navigation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Part of https://github.com/canjs/canjs/issues/3660 --- src/compare.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/compare.js b/src/compare.js index 3898c51..f1b17e7 100644 --- a/src/compare.js +++ b/src/compare.js @@ -264,6 +264,7 @@ module.exports = compareHelpers = { }, /** * Checks if A is a subset of B. If A is a subset of B, A \ B will be undefined. But B \ A will be defined. + * @hide */ properSubsetComparesType: function(a, b, aParent, bParent, prop, compares, options){ if(typeof compares === "function") { From 558cab386305821f31ff162e69dee582a422ab7b Mon Sep 17 00:00:00 2001 From: Chasen Le Hara Date: Mon, 30 Oct 2017 22:27:16 -0700 Subject: [PATCH 3/3] =?UTF-8?q?Hide=20docs=20that=20can=E2=80=99t=20show?= =?UTF-8?q?=20up=20in=20the=20navigation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Part of https://github.com/canjs/canjs/issues/3660 --- src/set-core.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/set-core.js b/src/set-core.js index f0081f5..8c93695 100644 --- a/src/set-core.js +++ b/src/set-core.js @@ -53,6 +53,7 @@ function Translate(clause, options){ * * new set.Algebra(Where(),Paginate(),Sort()) * + * @hide */ var Algebra = function(){ var clauses = this.clauses = {