Is there a way to get jsdoc to stop trying to do anything 'clever' and to just use whatever is set in the jsdoc blocks, no matter what or where they are in the source files, and build the output from those alone (without trying to figure anything out itself from the code)?
I've spent ages pouring through the config file options but can't find an option like this, yet am stuck with it currently making incorrect assumptions because of the location of the docblocks in the source files, even though they are correctly formatted and explicitly define their intentions.
Is there a way to get jsdoc to stop trying to do anything 'clever' and to just use whatever is set in the jsdoc blocks, no matter what or where they are in the source files, and build the output from those alone (without trying to figure anything out itself from the code)?
I've spent ages pouring through the config file options but can't find an option like this, yet am stuck with it currently making incorrect assumptions because of the location of the docblocks in the source files, even though they are correctly formatted and explicitly define their intentions.