Skip to content

Feature Request: Comment Style Preference #5

Description

@skharat8

It would be great if you could add a user option to choose the kind of comment style to use for the Doxygen comments.

The two options would be:
/**

OR

//
/// @brief
/// @detail
//

The problem with the first style is when you try to comment a function along with the documented block, it doesn't work as expected :
/*

/**

void class::function(param) {
}

*/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions