常见注释方法-凯发app官方网站

凯发app官方网站-凯发k8官网下载客户端中心 | | 凯发app官方网站-凯发k8官网下载客户端中心
  • 博客访问: 91259
  • 博文数量: 150
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 977
  • 用 户 组: 普通用户
  • 注册时间: 2022-03-12 10:39
个人简介

不积小流,无以成江海。

文章分类

全部博文(150)

文章存档

2024年(10)

2023年(50)

2022年(90)

我的朋友

分类: it职场

2024-01-04 10:26:36

一 函数头注释
example:摘自stm32库文件 stm32f10x_bkp.c
/**
  * @brief  reads data from the specified data backup register.
  * @param  bkp_dr: specifies the data backup register.
  *   this parameter can be bkp_drx where x:[1, 42]
  * @retval the content of the specified data backup register
  */
uint16_t bkp_readbackupregister(uint16_t bkp_dr)
{
}

未完待续。
阅读(21) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~
")); function link(t){ var href= $(t).attr('href'); href ="?url=" encodeuricomponent(location.href); $(t).attr('href',href); //setcookie("returnouturl", location.href, 60, "/"); }
网站地图