From dff182ed2710a4393fec98d1cb50b15720e84aa5 Mon Sep 17 00:00:00 2001 From: crandmck Date: Thu, 3 Apr 2014 11:29:00 -0700 Subject: [PATCH] Clean up JSDoc comments. Remove doc for deprecated installMiddleware function --- lib/application.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/application.js b/lib/application.js index 4242caa3..54d509ef 100644 --- a/lib/application.js +++ b/lib/application.js @@ -639,7 +639,8 @@ function clearHandlerCache(app) { app._handlers = undefined; } -/** +/*! + * This function is now deprecated. * Install all express middleware required by LoopBack. * * It is possible to inject your own middleware by listening on one of the