프로그램 개발서

[phpDocumentor]@version 본문

PHP

[phpDocumentor]@version

rairen 2023. 12. 6. 11:29

원문

https://manual.phpdoc.org/HTMLSmartyConverter/PHP/phpDocumentor/tutorial_tags.version.pkg.html

 

@version

@version Version of current element Gregory Beaver Copyright 2002, Gregory Beaver (phpDocumentor 0.1+) @version versionstring [unspecified format] DescriptionDocuments the version of any element, including a page-level block NEW v1.2 - @version is now inhe

manual.phpdoc.org

 

@version

설명

페이지 수준 블록을 포함한 모든 요소의 버전을 문서화합니다.

NEW v1.2 - @version은 이제 상위 클래스의 하위 클래스에 의해 상속됩니다. 인라인 {@inheritdoc}을 참조하세요 .

예시

/**
 * CVS 태그가 포함된 @version 태그의 예
 * @version $Id: tags.version.pkg,v 1.2 2006-04-29 04:08:27 cellog Exp $;
 */
function datafunction()
{
}
 
/**
 * 사용자 정의 버전 문자열
 * @version customversionstring1.0
 */
class blah
{
}
반응형

'PHP' 카테고리의 다른 글

[CI4] 카페24에 설치 해보기  (0) 2023.12.30
[phpDocumentor]@todo  (0) 2023.12.06
[phpDocumentor]@abstract  (0) 2023.12.06
함수 모음  (0) 2023.06.29
JSON 결과 나오지 않을 때  (0) 2022.08.31