ansible-autodoc icon indicating copy to clipboard operation
ansible-autodoc copied to clipboard

Uppercase/Lowercase issue in meta author

Open tsvsj opened this issue 5 years ago • 1 comments

Hi @AndresBott,

thanks for this awesome tool! I was looking for something like PHPDoc to generate my README.md and came along to this project. I'm impressed!

I've seen that there is a cosmetic issue in @meta author and @meta email:

# @meta author: Kevin James
# @meta email: [email protected]

will result in

This role:  was created by: Kevin james <LINEBREAK>
[email protected]

So the last name of the author is fully in lowercase, while the email address is capitalized. Addtionally it would be great to have author and email in a single line and the email in angle brackets ('<>').

Thanks!

tsvsj avatar Dec 10 '19 11:12 tsvsj

Totally agree. For now it doesn't look very "finished"... this would be an awesome feature !

alexis-renard avatar Apr 19 '20 14:04 alexis-renard