Skip to content

Geoffrey should print warning when source code comment is not used #1

@elfenpiff

Description

@elfenpiff

It can be helpful that geoffrey warns the user about unused geoffrey comments in the code. Something like this

int main() {
 //! [unused]
 //...
 //! [unused]
}

could lead to a warning like: the tag unused is not used in the documentation. This cleans up the code when we do not need the code snippet anymore or makes us aware that there is something missing in our documentation.

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