Skip to content
Snippets Groups Projects

Install path

Merged Fernando Herrero requested to merge install_path into master
1 file
+ 6
0
Compare changes
  • Side-by-side
  • Inline
+ 6
0
#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:
Loading