Merge pull request #133 from erikw/master
Only name from Gecos field in java @author
This commit is contained in:
commit
b1d377d1ab
1
AUTHORS
1
AUTHORS
@ -37,3 +37,4 @@ Povilas Balzaravičius Pawka
|
|||||||
Dmitry Dementev
|
Dmitry Dementev
|
||||||
Travis Holton
|
Travis Holton
|
||||||
Chrisyue
|
Chrisyue
|
||||||
|
Erik Westrup
|
||||||
|
@ -140,7 +140,7 @@ snippet /**
|
|||||||
* ${1}
|
* ${1}
|
||||||
*/
|
*/
|
||||||
snippet @au
|
snippet @au
|
||||||
@author `system("grep \`id -un\` /etc/passwd | cut -d \":\" -f5")`
|
@author `system("grep \`id -un\` /etc/passwd | cut -d \":\" -f5 | cut -d \",\" -f1")`
|
||||||
snippet @br
|
snippet @br
|
||||||
@brief ${1:Description}
|
@brief ${1:Description}
|
||||||
snippet @fi
|
snippet @fi
|
||||||
|
Loading…
Reference in New Issue
Block a user