Skip to content

Conversation

GarmashAlex
Copy link

Fix #2234

This commit adds or updates crate-level documentation comments (//! ...) for all main CosmWasm crates in the repository.

  • Each crate now includes a brief description of CosmWasm, its purpose, and a link to the official documentation at https://docs.cosmwasm.com.
  • For internal or derive crates, the documentation clearly states that they are for internal use only.
  • All crate-level doc comments are placed at the very top of each file to comply with Rust linter requirements and avoid documentation-related linter errors.
  • This improves discoverability, consistency, and onboarding for new users and contributors.

Copy link
Contributor

@chipshort chipshort left a comment

Choose a reason for hiding this comment

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

Nice stuff! I put some comments inline.

@GarmashAlex GarmashAlex requested a review from chipshort August 25, 2025 07:33
@GarmashAlex
Copy link
Author

@chipshort So sorry for late answer, corrected docs

@DariuszDepta DariuszDepta requested review from DariuszDepta and removed request for chipshort August 25, 2025 13:10
@DariuszDepta DariuszDepta added the maintenance Maintenance label Aug 25, 2025
@DariuszDepta DariuszDepta added this to the 3.0.2 milestone Aug 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve crate level docs
3 participants