Skip to content

Add Docs like comments on top of methods for nice IDE tooltips #22

Description

@AlexandreHiroyuki

Comments have to be consistent with the docs

Example:

/**
* Do something.
* @param int data.
* @returns int data multiplied by 100.
*/
int do_something(int data) {
  return data * 100;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationgood first issueGood for newcomers

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions