Skip to content

How should --polyglot mode control file extensions? #702

@ikokostya

Description

@ikokostya

After upgrade from 4.0.0-beta.17 to 4.0.0-beta.18 documentation for C++ nodejs addon is not generated anymore. For generating I use the following command:

node_modules/.bin/documentation build src -o build_doc.json --polyglot --format json --github

where src is a directory with C++ code, e.g.

// src/test.cpp

/**
 * @function foo
 */
NAN_METHOD(foo)
{
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions