mago-docblock 0.2.0

Analyzes PHP docblocks to extract annotations, tags, and documentation comments, aiding tools that rely on inline documentation.
Documentation
[dependencies.mago-ast]
version = "0.2.0"

[dependencies.mago-interner]
version = "0.2.0"

[dependencies.mago-span]
version = "0.2.0"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.tracing]
version = "0.1.40"

[lib]
name = "mago_docblock"
path = "src/lib.rs"

[lints.clippy.large_enum_variant]
level = "allow"
priority = 0

[package]
authors = ["Saif Eddin Gmati <azjezz@protonmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Analyzes PHP docblocks to extract annotations, tags, and documentation comments, aiding tools that rely on inline documentation."
edition = "2021"
homepage = "https://github.com/carthage-software/mago"
license = "MIT OR Apache-2.0"
name = "mago-docblock"
readme = "README.md"
repository = "https://github.com/carthage-software/mago"
rust-version = "1.84.0"
version = "0.2.0"