ansible-autodoc
ansible-autodoc copied to clipboard
Uppercase/Lowercase issue in meta author
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!
Totally agree. For now it doesn't look very "finished"... this would be an awesome feature !