Durant35 / doxygen_learning

Official doxygen git repository
GNU General Public License v2.0
0 stars 2 forks source link

[How to comment] File description #2

Open Durant35 opened 6 years ago

Durant35 commented 6 years ago
//***************************************************************************************
//
//! \file main.cpp
//! This is an simple example show developer how to use dev api to print int number.
//!
//! \author    Cedar
//! \version   V1.0
//! \date      2014-03-23
//! \copyright GNU Public License V3.0
//
//***************************************************************************************
Durant35 commented 6 years ago

image