7 lines
410 B
Plaintext
7 lines
410 B
Plaintext
---
|
|
description: Focuses on documentation practices for Solidity smart contracts, including code documentation, API documentation, and project documentation.
|
|
globs: **/*.sol
|
|
---
|
|
- Document code thoroughly, focusing on why rather than what.
|
|
- Maintain up-to-date API documentation for smart contracts.
|
|
- Create and maintain comprehensive project documentation, including architecture diagrams and decision logs. |