mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
added comment to main() so autogsdoc will recognize as tool
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20056 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2af121ac63
commit
7cae182497
1 changed files with 3 additions and 0 deletions
|
@ -4101,6 +4101,9 @@ unregister(const char *name, int port, int ptype)
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* (A dummy comment to help autogsdoc realize this is a command-line tool.)
|
||||
*/
|
||||
int
|
||||
main(int argc, char** argv)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue