你知道是否有可能在@param和@return塊之後寫一些東西。 假設我想在參數/返回聲明之後寫一段文字,其中與分開。 看來Javadoc和Jsdoc都會在@ param/@返回後在同一個content塊中附加你寫的任何東西。 比方說,比如我要顯示這樣的文檔: function showUpperCaseString(string_to_show)
This function shows the
我一直在試圖使用JsDoc來記錄我的JavaScript,但我不斷遇到這個障礙。在上面,我使用的命名空間 /**
* Container for all editing methods
* @namespace
*/
var FREdit = {
/**
* Toggle value for editing
* @type Number
*/