사이드바 열기

대상 언어

1. PHP

개발 언어

1. Python?

대상 IDE

1. vim?

2. Editplus?

간략설명

1. 주석을 통해 간단한 함수 및 클래스의 레퍼런스 HTML 문서 만들기

간단한 주석 예제

1. 클래스 

/***

 * filename : CommonFunction.class.php

 * type : class

 * name : CommonFunction 

 * description : Common Function Class

 * - html 4.01 strict, html 4.01 transitional, html4.01 frameset

 * - xhtml 1.0 strict, xthml 1.0 transitional, xhtml 1.0  frameset

 * - html 5

 * date : 2012.04.04

 ***/


2. 함수

/***

 * type : function[public,static]

 * name : movedToScritp

 * argument : url[string], title[string], message[string], charset[string], doctype[string]

 * description : 스크립트 이동 함수

 * date : 2012.04.04

 ***/


추가사항 ( 2012년 04월 12일 )

해당 Edit 가 자동으로 주석을 넣을 수 있도록 기능 추가?


Posted by LaLuna
위로

사이드바 열기