c or c++ comments

use doxygen

Type one of the following symbols:

///
  • Qt style
//!
/*!
  • javadoc
/**

Putting documentation after members

//!< this is End of line

javadoc style

/**
 * @file PokerType.h
 * Created by tdtc-hrb on 2/14/2026 - UTC+8.
 */
/**
 *  Pretty nice class.
 *  @details   This class is used to demonstrate a number of section commands; 
 *             detailed description.
 *  @author    John Doe
 *  @author    Jan Doe
 *  @version   1.16.1
 *  @date      2026-03-11
 */

Ref