Idea生成Javadoc
阿新 • • 發佈:2017-12-29
點擊 log 菜單 tag 描述 目錄 需要 man command
Idea tools菜單下:Generate Javadoc...,在彈出的對話框中選擇指定的包或文件,也可濾掉指定的包或文件。如果有自定義的javadoc標簽,則需要在other command line arguments框中輸入定義,例如:-tag date:a:"日期" -tag description:a:"功能描述" -encoding UTF-8 -charset UTF-8
然後指定輸出目錄,點擊ok就可以了
Idea生成Javadoc
