-
Notifications
You must be signed in to change notification settings - Fork 77
Open
Labels
enhancementNew feature or requestNew feature or requestideaAn idea that might or might not be a good fitAn idea that might or might not be a good fit
Description
Maybe it wouldn't hurt to move this conversation off this issue 😁
We might be able to convert rustdoc conventions into PHP ones with this technique. No reason the rust version couldn't do the standard:
/// Gives you a nice greeting! /// /// # Arguments /// /// * `name` - Your name /// /// # Returns /// /// Nice greeting! #[php_function] pub fn hello_world(name: String) -> String { format!("Hello, {}!", name) }
aszenz
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestideaAn idea that might or might not be a good fitAn idea that might or might not be a good fit