Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Panel
borderColor#888888#C3CCD7
bgColor#FCFCFC

Table of Contents

Table of Contents
indent16px



LanguageNotes
Java

Public classes, interfaces, methods, constructors, annotations and attributes.

The following objects are excluded퍼블릭 클래스(class), 퍼블릭 인터페이스(interface), 퍼블릭 메소드(method), 퍼블릭 컨스트럭터(constructor), 퍼블릭 애너테이션(annotation) 및 퍼블릭 애트리뷰트(attribute).

다음 객체들은 배제합니다:

  • static final attribute
  • method with @Override annotationempty constructor with no parameters 애너테이션을 사용한 메소드
  • 파라미터를 받지 않는 빈 컨스트럭터(contructor)
COBOL

Paragraph다음 조건을 만족하는 패러그래프(paragraph):

  • that does not only contain an EXIT statement
  • that is not the last paragraph in a module (exEXIT 구문 하나 이외의 구문을 포함하고 있음
  • 모듈의 마지막 패러그래프가 아님(예: 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
  • 는 API로 고려되지 않음)

패러그래프 이름 직전 혹은 직후에 주석을 작성한 경우, 해당 패러그래프는 문서화 된 것으로 간주합니다.