国产 无码 综合区,色欲AV无码国产永久播放,无码天堂亚洲国产AV,国产日韩欧美女同一区二区

Visual Studio 2019 c++ 自定義注釋 ----doxygen

這篇具有很好參考價(jià)值的文章主要介紹了Visual Studio 2019 c++ 自定義注釋 ----doxygen。希望對(duì)大家有所幫助。如果存在錯(cuò)誤或未考慮完全的地方,請(qǐng)大家不吝賜教,您也可以點(diǎn)擊"舉報(bào)違法"按鈕提交疑問。

?

Visual Studio 2019 c++ 自定義注釋 ----doxygen,visual studio,c++,ide

可加入C++ 也可自定義。?

Visual Studio 2019 c++ 自定義注釋 ----doxygen,visual studio,c++,ide

?

<?xml version="1.0" encoding="utf-8"?>
<CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
	<CodeSnippet Format="1.0.0">
		<Header>
			<Title>注釋</Title>
			<Shortcut>cannt</Shortcut>
			<Description>文件統(tǒng)一注釋</Description>
			<Author>ly</Author>
			<SnippetTypes>
				<SnippetType>Expansion</SnippetType>
				<SnippetType>SurroundsWith</SnippetType>
			</SnippetTypes>
		</Header>
		<Snippet>
			<Declarations>
				<Literal>
					<ID>fileName</ID>
					<ToolTip>文件名</ToolTip>
					<Default>xxxxxx</Default>
				</Literal>
			</Declarations>
			<Code Language="cpp"><![CDATA[
 /**
  * @file     	$fileName$cpp
  * @author   	ly
  * @email   	Jones_Lee3@163.com
  * @version	V4.01
  * @date    	07-DEC-2017
  * @license  	GNU General Public License (GPL)  
  * @brief   	Universal Synchronous/Asynchronous Receiver/Transmitter 
  * @detail		detail
  * @attention
  *  This file is part of OST.                                                  \n                                                                  
  *  This program is free software; you can redistribute it and/or modify 		\n     
  *  it under the terms of the GNU General Public License version 3 as 		    \n   
  *  published by the Free Software Foundation.                               	\n 
  *  You should have received a copy of the GNU General Public License   		\n      
  *  along with OST. If not, see <http://www.gnu.org/licenses/>.       			\n  
  *  Unless required by applicable law or agreed to in writing, software       	\n
  *  distributed under the License is distributed on an "AS IS" BASIS,         	\n
  *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  	\n
  *  See the License for the specific language governing permissions and     	\n  
  *  limitations under the License.   											\n
  *   																			\n
  * @htmlonly 
  * <span style="font-weight: bold">History</span> 
  * @endhtmlonly 
  * Version|Auther|Date|Describe
  * ------|----|------|-------- 
  * V3.3|Jones Lee|07-DEC-2017|Create File
  * <h2><center>&copy;COPYRIGHT 2017 WELLCASA All Rights Reserved.</center></h2>
  */  
			]]>
			</Code>
		</Snippet>
	</CodeSnippet>
</CodeSnippets>
命令?? 字段名 語(yǔ)法
@file? 文件名? ?file [< name >]
@brief? 簡(jiǎn)介? ?brief { brief description }
??? ?
? ??
? ??
@author?? ??
?
作者? ?author { list of authors }
@mainpage?? ?? ?
?
主頁(yè)信息? mainpage [(title)]
@date?? ?? ?
?
年-月-日? date { date description }
@author?? ?
?
?版本號(hào)?? version { version number }
@copyright?? ???
?
版權(quán) ?copyright { copyright description }
@param?? ?? ?
?
?參數(shù) param [(dir)] < parameter-name> { parameter description }
@return?? ?
?
返回?? ?return { description of the return value }
@retval?? ??? ?
?
返回值 retval { description }
@bug?? ? ?
?
漏洞?? bug { bug description }
@details?? ??? ?
?
細(xì)節(jié) details { detailed description }
@pre?? ??? ?
?
前提條件 pre { description of the precondition }
@see?? ??? ?
?
參考 see { references }
@link?? ? 連接(與@see類庫(kù),{@link http://www.google.com})?? ?link < link-object>
?
@throw?? ??
?
異常描述?? throw < exception-object> { exception description }
@todo?? ??
?
待處理? ?todo { paragraph describing what is to be done }
@warning?? ? ?
?
警告信息?? warning { warning message }
@deprecated?? ??
?
棄用說明??捎糜诿枋鎏娲桨?,預(yù)期壽命等? ?deprecated { description }
@example?? ? ? 示例。 deprecated { description }

?文章來源地址http://www.zghlxwxcb.cn/news/detail-653722.html

到了這里,關(guān)于Visual Studio 2019 c++ 自定義注釋 ----doxygen的文章就介紹完了。如果您還想了解更多內(nèi)容,請(qǐng)?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!

本文來自互聯(lián)網(wǎng)用戶投稿,該文觀點(diǎn)僅代表作者本人,不代表本站立場(chǎng)。本站僅提供信息存儲(chǔ)空間服務(wù),不擁有所有權(quán),不承擔(dān)相關(guān)法律責(zé)任。如若轉(zhuǎn)載,請(qǐng)注明出處: 如若內(nèi)容造成侵權(quán)/違法違規(guī)/事實(shí)不符,請(qǐng)點(diǎn)擊違法舉報(bào)進(jìn)行投訴反饋,一經(jīng)查實(shí),立即刪除!

領(lǐng)支付寶紅包贊助服務(wù)器費(fèi)用

相關(guān)文章

  • Visual Studio 2017工程在Visual Studio 2019打開碰到的問題

    Visual Studio 2017的工程可以正常使用,在Visual Studio 2019中打開碰到兩個(gè)問題,Error code: 0x80004005 和 cannot open source file “xxx.h” ,解決了這兩個(gè)問題。 參考Visual Studio 2017: Project is out of date with error (0x80004005) 假定是 HelloWorld 的工程,那么修改 HelloWorld.vcxproj 文件,將以下內(nèi)容: P

    2024年02月05日
    瀏覽(24)
  • Visual Studio 2019使用詳解

    Visual Studio 2019使用詳解

    VS2019(Visual Studio 2019)是由微軟開發(fā)的集成開發(fā)環(huán)境(IDE),用于開發(fā)各種應(yīng)用程序,包括桌面應(yīng)用程序、Web應(yīng)用程序、移動(dòng)應(yīng)用程序等。 對(duì)工具的熟悉程度有助于提升開發(fā)效率,磨刀不誤砍柴功,花些時(shí)間學(xué)習(xí)工具使用很有必要 在菜單欄---工具---選項(xiàng)---環(huán)境---鍵盤 在鍵盤

    2024年02月11日
    瀏覽(19)
  • Visual Studio 2019 下載安裝

    Visual Studio 2019 下載安裝

    1、從官網(wǎng)下載最新版本 下載 Visual Studio Tools - 免費(fèi)安裝 Windows、Mac、Linux (microsoft.com) https://visualstudio.microsoft.com/zh-hans/downloads/ 2、Visual Studio 2019安裝包網(wǎng)盤鏈接: ??????https://pan.baidu.com/s/13H6TfDU-uyLxJssERvXgTw?? pwd=1234? ? ? ? ? ? 提取碼:1234 ?1、存儲(chǔ)路徑找到下載文件,雙擊

    2024年02月07日
    瀏覽(31)
  • visual studio 2019 調(diào)試驅(qū)動(dòng)

    visual studio 2019 調(diào)試驅(qū)動(dòng)

    搭建驅(qū)動(dòng)開發(fā)環(huán)境 搭建環(huán)境需要兩臺(tái)機(jī)器,本地機(jī)器用來代碼開發(fā),一臺(tái)虛擬機(jī)用來測(cè)試和安裝驅(qū)動(dòng) ,搭建驅(qū)動(dòng)開發(fā)環(huán)境參考。 visual studio 添加調(diào)試機(jī)器 驅(qū)動(dòng)工程的屬性 - Driver Installer - Deployment, 點(diǎn)擊…按鈕添加目標(biāo)機(jī)器用來安裝和測(cè)試驅(qū)動(dòng)。 進(jìn)入添加配置窗口,添加機(jī)器

    2024年02月07日
    瀏覽(24)
  • Visual Studio 2019的安裝教程

    Visual Studio 2019的安裝教程

    注意:部分內(nèi)容只面向?qū)W習(xí)C語(yǔ)言的同學(xué) ? ?“Visual Studio Installer”相當(dāng)于是安裝助手 只是學(xué)習(xí)C語(yǔ)言的同學(xué)就只需要如圖勾選?(右邊的也需要勾選) 注:由于 VS2019 比較大建議安裝在D盤,選擇右上角的“安裝位置”標(biāo)簽頁(yè)來進(jìn)行修改 ?可以在D盤新建一個(gè)“Visual Studio 2019”文

    2024年02月05日
    瀏覽(24)
  • visual studio 2019恢復(fù)默認(rèn)設(shè)置

    visual studio 2019恢復(fù)默認(rèn)設(shè)置

    在使用microsoft visual studio的過程中,經(jīng)常由于自己的一些sao操作,把窗口、字體、快捷鍵搞亂,怎么將microsoft visual studio恢復(fù)默認(rèn)設(shè)置呢?其實(shí)很簡(jiǎn)單,那么今天小編就和大家一起分享將microsoft visual studio恢復(fù)默認(rèn)設(shè)置的方法, 我們?cè)谑褂?Visual Studio 的時(shí)候,常常有一些窗口不

    2024年02月03日
    瀏覽(24)
  • Visual Studio 2019如何顯示行號(hào)

    Visual Studio 2019如何顯示行號(hào)

    進(jìn)入Visual Studio 2019,隨便打開一個(gè)項(xiàng)目,點(diǎn)擊“工具” 點(diǎn)擊“選項(xiàng)” 點(diǎn)擊“文本編輯器” 點(diǎn)擊“所有語(yǔ)言” 點(diǎn)擊“常規(guī)” 在右側(cè)窗口,勾選“行號(hào)” 點(diǎn)擊“確定”; 這樣就顯示行號(hào)了。

    2024年02月16日
    瀏覽(21)
  • Visual Studio2019 BackgoroundImageLayout屬性

    Visual Studio2019 BackgoroundImageLayout屬性

    背景圖片重復(fù):BackgroundImageLayout屬性設(shè)置為Tile(默認(rèn)) 背景圖片左邊顯示:BackgroundImageLayout屬性設(shè)置為None 背景圖片右邊顯示:BackgroundImageLayout屬性設(shè)置為None,同時(shí)RightToLeft屬性設(shè)置為Yes 背景圖片居中顯示:BackgroundImageLayout屬性設(shè)置為Center 背景圖片拉申:BackgroundImageLayout屬性

    2024年02月12日
    瀏覽(20)
  • Visual Studio 2019創(chuàng)建 WebService

    Visual Studio 2019創(chuàng)建 WebService

    使用Visual Studio 2019 創(chuàng)建一個(gè)演示的WebService,目的是學(xué)會(huì)創(chuàng)建一個(gè)Web Service(本例中使用的是ASPNET創(chuàng)建項(xiàng)目)。 創(chuàng)建項(xiàng)目,添加WebService接口 1. 創(chuàng)建一個(gè)web項(xiàng)目----創(chuàng)建ASP.NET Web APP 2. 輸入項(xiàng)目名稱,存儲(chǔ)位置,解決方案名稱 ? ?3.?創(chuàng)建一個(gè)空白項(xiàng)目(選擇空模板) 4.?給項(xiàng)目添加Web服

    2024年02月17日
    瀏覽(18)
  • visual studio 2019程序運(yùn)行界面空白

    visual studio 2019程序運(yùn)行界面空白

    如果出現(xiàn)和我一樣的情況visual studio 2019有時(shí)候程序運(yùn)行界面空白,重啟即可解決問題

    2024年02月11日
    瀏覽(21)

覺得文章有用就打賞一下文章作者

支付寶掃一掃打賞

博客贊助

微信掃一掃打賞

請(qǐng)作者喝杯咖啡吧~博客贊助

支付寶掃一掃領(lǐng)取紅包,優(yōu)惠每天領(lǐng)

二維碼1

領(lǐng)取紅包

二維碼2

領(lǐng)紅包