Clean up JSDoc comments. Remove doc for deprecated installMiddleware function

This commit is contained in:
crandmck 2014-04-03 11:29:00 -07:00
parent 006aca6b9c
commit dff182ed27
1 changed files with 2 additions and 1 deletions

View File

@ -639,7 +639,8 @@ function clearHandlerCache(app) {
app._handlers = undefined; app._handlers = undefined;
} }
/** /*!
* This function is now deprecated.
* Install all express middleware required by LoopBack. * Install all express middleware required by LoopBack.
* *
* It is possible to inject your own middleware by listening on one of the * It is possible to inject your own middleware by listening on one of the