'Add-In'에 해당되는 글 1건

  1. 2007/12/19 C# XML Document 생성 애드인(Add-in) (1)
2007/12/19 13:09

C# XML Document 생성 애드인(Add-in)

C# 에서 XML 주석을 이용하여 문서로 만들어주는 툴이 기본적으로 Visual Studio에 왜! 제공을 안할까요 ;;

자바에서도 javadoc라는 유틸이 제공되는데 말이죠.

어쩔 수 없이 외부의 툴을 설치해야하는 ...

그래서 아래 같은 사이트에서 애드인을 설치해야 할 것 같습니다.

http://www.roland-weigelt.de/ghostdoc/


Download GhostDoc

GhostDoc versions can be installed side-by-side for different versions of Visual Studio (in different folders).

License FAQ:

  • GhostDoc can be used free of charge, the exact terms are described here. This license information is also shown in the EULA during setup and is available in the help file.
  • GhostDoc is not Open Source, and there are no immediate plans to make the source code available.

Links:

Need help? Visit the GhostDoc Forum
크리에이티브 커먼즈 라이선스
Creative Commons License
올블로그추천버튼 블코추천버튼 블로그뉴스추천버튼 믹시추천버튼 한RSS추가버튼 구글리더기추천버튼


이 포스팅이 도움이 되었다면 구글에서 관련 정보를 찾아 보세요 ^^


Trackback 0 Comment 1

Trackback : http://i-ruru.com/trackback/247 관련글 쓰기

  1. Favicon of http://ruru.tistory.com BlogIcon 써니루루 2008/02/14 16:54 address edit & del reply

    이 애드인은 Visual Studio에서 매번 직접 입력해야 하는 주석을 자동으로 어느정도 입력해주는 유틸이고, javadoc처럼 자신이 만든 Class의 문서화를 원한다면 NDoc를 이용해야 할 것입니다.