mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
Integrated documentation improvement patch by Adrian Robert
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@18943 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e845237c55
commit
196d805a28
26 changed files with 1628 additions and 811 deletions
|
@ -1,4 +1,4 @@
|
|||
/* This tool checks that a file contains a valid text property-list
|
||||
/** This tool checks that a file contains a valid text property-list.
|
||||
Copyright (C) 1999 Free Software Foundation, Inc.
|
||||
|
||||
Written by: Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
||||
|
@ -29,6 +29,9 @@
|
|||
#include <Foundation/NSAutoreleasePool.h>
|
||||
|
||||
|
||||
/** <p>
|
||||
This tool checks that a file contains a valid text property-list.
|
||||
</p> */
|
||||
int
|
||||
main(int argc, char** argv, char **env)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue