Skip to content

Commit

Permalink
Merge pull request #20 from geo-ant/feature/support-link
Browse files Browse the repository at this point in the history
Feature/support link
  • Loading branch information
geo-ant authored Dec 1, 2024
2 parents 610a29d + 376b57d commit 69e6c4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "roxygen"
version = "1.0.3"
version = "1.0.4"
edition = "2021"
authors = ["geo-ant"]
license = "MIT"
Expand Down
1 change: 1 addition & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
![lints](https://github.com/geo-ant/roxygen/actions/workflows/lints.yml/badge.svg?branch=main)
[![crates](https://img.shields.io/crates/v/roxygen)](https://crates.io/crates/roxygen)
![maintenance-status](https://img.shields.io/badge/maintenance-passively--maintained-yellowgreen.svg)
[![crates](https://raw.githubusercontent.com/geo-ant/user-content/refs/heads/main/ko-fi-support.svg)](https://ko-fi.com/geoant)

The `#[roxygen]` attribute allows you to add doc-comments to function
parameters, which is a _compile error_ in current Rust. Generic lifetimes,
Expand Down

0 comments on commit 69e6c4f

Please sign in to comment.