본문 바로가기

0xFF Etc

[TOOL]주석을 자동으로 달아주는 jAutodoc

Eclipse 에는 유용한 Plug In 들이 존재하는데, 소개하려는 jAutodoc 또한 그 중 하나입니다.


그 전에 javascript Document를 생성하는 툴 JSDoc 을 소개했었습니다. 


jAutodoc은 그 와 동일하게 Java Code에 주석을 생성해주고 해당 내용을 Document로 생성해주는 Eclipse Plugin 입니다.



jAutodoc 대표적인 특징으로는 Document를 생성할때도 3가지의 Mode를  제공합니다.

  • Complete existing Javadoc 
    • Existing Javadoc will not be touched. Only missing tags will be added and so far undocumented elements will be documented.
  • Keep existing Javadoc 
    • Existing Javadoc will not be touched. Missing tags will not be added, but so far undocumented elements will be documented.
  • Replace existing Javadoc  
    • Existing Javadoc will be totally replaced by the generated Javadoc.


이외에도 Filter를 활용하여 작성할 수 있고, Header의 편집도 허용합니다.


물론 Eclipse에서 Alt + Shift + J를  누르면 주석을 생성해주만 다양한 기능과 특징을 갖는 


자동화 Tool인 jAutoDoc을 추천합니다.!!








'0xFF Etc' 카테고리의 다른 글

[Tool]Bugzilla  (0) 2013.01.08
[TREND]BIG DATA LANDSCAPE  (0) 2012.07.12
[TREND]빅데이터로_진화하는_세상  (0) 2012.07.08
[BOOK]JavaScript Patterns  (0) 2012.07.03
[BOOK]JavaScript Web Application  (0) 2012.07.03