What structure should the following generate? ``` /** @module mod */ /** foo */ module.exports = 1; ```