是否有人知道如何在摘要註釋中插入換行符,以便將換行符反映到Intellisense文檔中? 爲了澄清,假設代碼文檔.. /// <summary>
/// Some text documentation
/// - a line break -
/// Some more documentation
/// </summary>
public void SomeMethod() { }
我目前正在爲Google Apps腳本開發一個庫,該庫基本上將電子表格作爲數據庫對象處理。 目前,庫有兩個相同的功能,如
/**
* Opens and creates a query object for a spreadsheet with the given url.
*
* @param {String} the url of the spreadsheet
* @return