Skip to content

docs.js doesn't generate a summary XML file #467

@yegor256

Description

@yegor256

docs.js must take a directory with XMIR files and generate a summary XML file with all necessary details from XMIR files. Currently, it doesn't do this. Let's implement this feature. The XML file generated must be in this format:

<eodoc>
  <package name="foo.bar">
    <object>
      <!-- here goes the documentation part from the XMIR -->
    </object>
  <package>
<eodoc>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions