From b7f96dd73bca67f741ec4017cd17da0432912d30 Mon Sep 17 00:00:00 2001 From: monoid Date: Sat, 23 Apr 2022 16:47:23 +0900 Subject: [PATCH] add uml doc --- tools/template/specific.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/template/specific.md b/tools/template/specific.md index 1ba4e48..41eb271 100644 --- a/tools/template/specific.md +++ b/tools/template/specific.md @@ -140,6 +140,8 @@ classDiagram } ``` +Chunk는 문서를 이루는 기본적인 단위이다. 글의 문단이라고 생각 할 수 있다. Document는 그런 Chunk의 리스트이다. FileView는 파일에 접근하고 Document를 열 수 있는 파일 브라우저이다. StashList는 단순한 파일이나 텍스트 등을 임시로 저장하고 꺼내쓰는 컨테이너이다. + ### 3.7.2. 사용자 인터페이스 상세 ![interface](./interface.png)