谢谢二位,在搭车问个问题,一般用什么软件来做注释管理呀
比如,下面这段代码肯定是用软件来管理注释的:
/**************************************************************************//**
* $Id: lpc12xx_libcfg_default.h 550 2010-09-20 06:55:52Z cnh20509 $
*
* @file lpc12xx_libcfg_default.h
* @brief Default Library configuration header file
* @version 1.0
* @date 26. Sep. 2010
* @author NXP MCU Team
*
* @note
* Copyright (C) 2010 NXP Semiconductors(NXP). All rights reserved.
*
* @par
* Software that is described herein is for illustrative purposes only
* which provides customers with programming information regarding the
* products. This software is supplied "AS IS" without any warranties.
* NXP Semiconductors assumes no responsibility or liability for the
* use of the software, conveys no license or title under any patent,
* copyright, or mask work right to the product. NXP Semiconductors
* reserves the right to make changes in the software without
* notification. NXP Semiconductors also make no representation or
* warranty that such application will be suitable for the specified
* use without further testing or modification.
******************************************************************************/
/* Library Configuration group ----------------------------------------------------------- */
/** @defgroup LIBCFG_DEFAULT
* @ingroup LPC1200CMSIS_FwLib_Drivers
* @{
*/
|