第一步
打開Android studio,然后點擊頂部的File -> setting...

第二步
進入了Android studio 設定界面,接著Editor -> File and Code Templates->includes ->File Header,在撰寫注釋時注意注解的格式 /** */ 或者 //,

最后 Apply -> OK,大功告成,
注意:注釋可以參考一些變數,下面是工具提供的參考變數
${PACKAGE_NAME}
name of the package in which the new file is created
${USER}
current user system login name
${DATE}
current system date
${TIME}
current system time
${YEAR}
current year
${MONTH}
current month
${MONTH_NAME_SHORT}
first 3 letters of the current month name. Example: Jan, Feb, etc.
${MONTH_NAME_FULL}
full name of the current month. Example: January, February, etc.
${DAY}
current day of the month
${DAY_NAME_SHORT}
first 3 letters of the current day name. Example: Mon, Tue, etc.
${DAY_NAME_FULL}
full name of the current day. Example: Monday, Tuesday, etc.
${HOUR}
current hour
${MINUTE}
current minute
${PROJECT_NAME}
the name of the current project
轉載請註明出處,本文鏈接:https://www.uj5u.com/yidong/306270.html
標籤:其他
