ASDoc 만들기
Adobe Flash 2011. 1. 16. 23:32반응형
cdm창을 열고,
cd Program Files\Adobe\Adobe Flash Builder Burrito\sdks\4.5.0\bin
asdoc -doc-sources "D:\workspace\프로젝트명\src" -output "D:\ASDoc\프로젝트명" -window-title "프로젝트명 Document" -main-title "프로젝트명 Document" -show-actionscript-warnings="false"
//테스트
asdoc -doc-sources "D:\workspace\ASDocExample\src" -output "D:\ASDoc\ASDocExample" -window-title "ASDocExample Document" -main-title "ASDocExample Document" -show-actionscript-warnings="false"
D:\ASDoc\ASDocExample 에 가서 index.html을 열어 보자
참고문서: http://livedocs.adobe.com/flex/3/html/help.html?content=asdoc_1.html
참고사이트:
http://www.diebuster.com/?p=974#/http://www.diebuster.com
http://homo-ware.tistory.com/category/Homo%20Faber/Maven%20Definitive%20Guide
예제넣기: http://devsens.tistory.com/13
TIP: swc가 포함된 라이브러리를 asDoc으로 문서화 할 경우 마지막줄에
-library-path C:\lib\greensock.swc 추가 해준다.
아래와 같은 형태가 되겠다.
asdoc -doc-sources "F:\workspace\ASDocExample\src" -output "F:\ASDoc\ASDocExample" -window-title "ASDocExample Document" -main-title "ASDocExample Document" -show-actionscript-warnings="false" -library-path C:\lib\greensock.swc
cd Program Files\Adobe\Adobe Flash Builder Burrito\sdks\4.5.0\bin
asdoc -doc-sources "D:\workspace\프로젝트명\src" -output "D:\ASDoc\프로젝트명" -window-title "프로젝트명 Document" -main-title "프로젝트명 Document" -show-actionscript-warnings="false"
//테스트
asdoc -doc-sources "D:\workspace\ASDocExample\src" -output "D:\ASDoc\ASDocExample" -window-title "ASDocExample Document" -main-title "ASDocExample Document" -show-actionscript-warnings="false"
D:\ASDoc\ASDocExample 에 가서 index.html을 열어 보자
참고문서: http://livedocs.adobe.com/flex/3/html/help.html?content=asdoc_1.html
참고사이트:
http://www.diebuster.com/?p=974#/http://www.diebuster.com
http://homo-ware.tistory.com/category/Homo%20Faber/Maven%20Definitive%20Guide
예제넣기: http://devsens.tistory.com/13
TIP: swc가 포함된 라이브러리를 asDoc으로 문서화 할 경우 마지막줄에
-library-path C:\lib\greensock.swc 추가 해준다.
아래와 같은 형태가 되겠다.
asdoc -doc-sources "F:\workspace\ASDocExample\src" -output "F:\ASDoc\ASDocExample" -window-title "ASDocExample Document" -main-title "ASDocExample Document" -show-actionscript-warnings="false" -library-path C:\lib\greensock.swc
반응형
'Adobe Flash' 카테고리의 다른 글
Away3D (0) | 2011.05.12 |
---|---|
ActionScript 3 Jpeg Encoder Revealed: Saving Images from Flash (0) | 2011.02.01 |
crossdomain.xml 과 Security.loadPolicyFile (0) | 2011.01.14 |
isometric (0) | 2011.01.13 |
AIR Debugger (0) | 2011.01.13 |