Skip to content

[FEAT/#175] 컴포넌트 문서화#179

Merged
leeeyubin merged 13 commits intodevelopfrom
feat/#175-component-docs
Aug 16, 2024
Merged

[FEAT/#175] 컴포넌트 문서화#179
leeeyubin merged 13 commits intodevelopfrom
feat/#175-component-docs

Conversation

@leeeyubin
Copy link
Copy Markdown
Member

@leeeyubin leeeyubin commented Aug 14, 2024

⛳️ Work Description

  • Dokka를 활용한 컴포넌트 문서화
  • 문서화 자동 배포 구축

📸 Screenshot

📢 To Reviewers

  • 자동 배포 테스트 완료했습니다!!!
  • 이 피알 develop에 머지하면 이제부터 gh-pages 브렌치에 문서가 자동으로 배포될 거에요!
  • 작성 예시는 TerningBasicButton.kt에 작성해뒀으니까 참고하면 됩니다.

🔗설명

  • KDoc 언어로 작성하면 돼요.

/** 로 시작하여 */로 끝납니다.
컴포넌트에 대한 설명을 작성해주면 됩니다.
모든 블록태그는 줄의 앞부분에 위치하고 @로 시작해요.

@leeeyubin leeeyubin added FEAT ✨ 새로운 기능 구현 유빈💙 유빈 labels Aug 14, 2024
@leeeyubin leeeyubin added this to the 2차 스프린트 작업 milestone Aug 14, 2024
@leeeyubin leeeyubin self-assigned this Aug 14, 2024
@leeeyubin leeeyubin added the DOCS 📝 README나 WIKI 등의 문서 개정 label Aug 14, 2024
@leeeyubin leeeyubin changed the title [FEAT/#175] 코드 문서화 [FEAT/#175] 컴포넌트 문서화 Aug 14, 2024
Copy link
Copy Markdown
Member

@boiledeggg boiledeggg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

대박스~ 잘 써보겠습니당

Copy link
Copy Markdown
Contributor

@arinming arinming left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

신기해요! 감사합니당 ㅎㅎ

Copy link
Copy Markdown
Member

@Hyobeen-Park Hyobeen-Park left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

우옹 신기하네요!!! 감사합니다💚

@leeeyubin leeeyubin merged commit 828706f into develop Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

DOCS 📝 README나 WIKI 등의 문서 개정 FEAT ✨ 새로운 기능 구현 유빈💙 유빈

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEAT] 컴포넌트 문서화

4 participants