Public classes, interfaces, methods, constructors, annotations and attributes.
The following objects are excluded퍼블릭 클래스(class ), 퍼블릭 인터페이스(interface ), 퍼블릭 메소드(method ), 퍼블릭 컨스트럭터(constructor ), 퍼블릭 애너테이션(annotation ) 및 퍼블릭 애트리뷰트(attribute ). 다음 객체들은 배제합니다: |
method with annotationempty constructor with no parameters- 애너테이션을 사용한 메소드
- 파라미터를 받지 않는 빈 컨스트럭터(
contructor )
|
COBOL |
Paragraphthat is not the last paragraph in a module (ex다음 조건을 만족하는 패러그래프(paragraph ): |
that does not only contain an EXIT statement- EXIT 구문 하나 이외의 구문을 포함하고 있음
- 모듈의 마지막 패러그래프가 아님(예:
PERFORM FOO THRU BAR , BAR
|
is not considered as an API)A paragraph is considered as being documented if there is a comment right before or right after the paragraph name패러그래프 이름 직전 혹은 직후에 주석을 작성한 경우, 해당 패러그래프는 문서화 된 것으로 간주합니다. |