Skip to content

Documentation wrongly layouted #7

@pjljvandelaar

Description

@pjljvandelaar

When looking at the documentation of

And so each of these aspects has their own set of facts in the extended M3 model for Java:
| Facts about Java modules | Description |
| ---------------------------------------------------- | ------------------------------------------------------- |
| `rel[loc \module, loc requiredModule] moduleRequiresModule` | which modules each module requires |
| `rel[loc \module, loc package, loc to] moduleOpensPackage` | what packages are open for reflection in a given module |
| `rel[loc \module, loc service, loc to] moduleExportsPackage` | which packages (the public and protected classes therein) are exported by every module |
| `rel[loc \module, loc service, loc implementation] moduleProvidesService` | what services are implemented by this module |
| `rel[loc \module, loc service] moduleUsesService` | which services are used by every module |

I see

Image

Why is the table not correctly shown?
Is white line in front of table missing?

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