Skip to content
Snippets Groups Projects
Commit 3b07dcde authored by Fernando Herrero's avatar Fernando Herrero
Browse files

Add class documentation to header template

parent f1e7389c
No related branches found
No related tags found
1 merge request!1Install path
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
#ifndef _LIBRARY_NAME_H #ifndef _LIBRARY_NAME_H
#define _LIBRARY_NAME_H #define _LIBRARY_NAME_H
/**
* @class CLibrary_name
* @brief CLibrary_name class brief description text
* @details CLibrary_name class detailed description text
*
*/
class CLibrary_name class CLibrary_name
{ {
public: public:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment