roxygen 1.0.4

Seamlessly document function parameters with rustdoc
Documentation
[badges.maintenance]
status = "passively-maintained"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1"

[dependencies.syn]
features = ["parsing", "full"]
version = "2.0"

[dev-dependencies.macrotest]
version = "1.0"

[dev-dependencies.trybuild]
version = "1.0"

[lib]
name = "roxygen"
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["geo-ant"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns", "development-tools"]
description = "Seamlessly document function parameters with rustdoc"
edition = "2021"
homepage = "https://github.com/geo-ant/roxygen"
keywords = ["document", "function", "parameters", "arguments", "doxygen"]
license = "MIT"
name = "roxygen"
readme = "Readme.md"
repository = "https://github.com/geo-ant/roxygen"
version = "1.0.4"

[[test]]
name = "compilation_tests"
path = "tests/compilation_tests.rs"

[[test]]
name = "macro_expansions"
path = "tests/macro_expansions.rs"

[[test]]
name = "smoketest"
path = "tests/smoketest.rs"