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

uninitialized field documnetation not shown in output #350

Open
GoogleCodeExporter opened this issue Jul 21, 2015 · 0 comments
Open

uninitialized field documnetation not shown in output #350

GoogleCodeExporter opened this issue Jul 21, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

First, thanks for your efforts. Excellent package.

Here is my question. Is it normal behavior not to pick a field var that has not 
been assigned a value? (kept "undefined")

Here is my case:

function Graph()
{
        /**#@+ 
         * @description Property field - 
         */

        /** number of vertices */
    this.nv;
... <cut>

this.nv does not show in the field listing under the Graph class, unless I 
assign it a value. If I initialize it to something, say 0 (sensible in this 
case), it documented as expected. So there is a work-around, but is this by 
design?

Best regards

Original issue reported on code.google.com by cs212...@gmail.com on 5 Oct 2014 at 4:42

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

No branches or pull requests

1 participant