Merge pull request #133 from erikw/master

Only name from Gecos field in java @author
This commit is contained in:
Honza Pokorny 2012-09-09 07:59:10 -07:00
commit b1d377d1ab
2 changed files with 2 additions and 1 deletions

View File

@ -37,3 +37,4 @@ Povilas Balzaravičius Pawka
Dmitry Dementev Dmitry Dementev
Travis Holton Travis Holton
Chrisyue Chrisyue
Erik Westrup

View File

@ -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