sytsereitsma / mdbook-plantuml

mdBook preprocessor to render PlantUML diagrams to png images in the book output directory
MIT License
76 stars 14 forks source link

remove name stuttering #72

Closed danieleades closed 1 year ago

danieleades commented 1 year ago

there's a lot of 'stuttering' in module and struct names.

The repetition of 'plantuml' throughout the codebase is redundant, given that the whole codebase is namespaced under mdbook-plantuml.

This PR removes (most) of this stuttering.