Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Missing container document" Warning on memberDocsProcessor #128

Open
bigmeech opened this issue Apr 15, 2015 · 3 comments
Open

"Missing container document" Warning on memberDocsProcessor #128

bigmeech opened this issue Apr 15, 2015 · 3 comments

Comments

@bigmeech
Copy link

hi, What could be the issue with this doc.

/**
         * @ngdoc method
         * @name prep.factory:prepParams#parameters
         * @description Set new parameters or get current parameters
         *
         * @param {string} newParameters      New parameters
         * @param {string} parseParamsFromUrl Flag if parse parameters like in url
         * @returns {Object} Current parameters or `this`
         */

when this gets processed by the memberDocsProcessor, i get the warning below and this doc gets excluded from the docs collection passed down to the next processor.

 Missing container document: "method:prep.factory:prepParams" - doc "method:prep.factory:prepParams#parameters" (method)  - from file "../../scripts/prep.js"

Any help with this guys? is my doc badly formatted?

@ivorobkalo
Copy link
Contributor

I had the same issue, it seems to be a kind of bug. As a workaround try to refactor->rename prep.factory:prepParams if it is possible and check if warning remains.

@petebacondarwin
Copy link
Contributor

It is probably because the ngdoc package is not clever enough to understand that prep.factory:prepParams is a valid service.

@ivorobkalo
Copy link
Contributor

I had same issue with a service named mx.shell.SidePanel
Probably issue author experience different issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants