|
|
@@ -37,7 +37,7 @@ Distribution: OpenPKG [PLUS]
|
|
|
Group: Converter
|
|
|
License: GPL
|
|
|
Version: %{V_here}
|
|
|
-Release: 20020206
|
|
|
+Release: 20030417
|
|
|
|
|
|
# list of sources
|
|
|
Source0: ftp://ftp.research.canon.com.au/pub/misc/c2man/c2man-%{V_real}.tar.gz
|
|
|
@@ -51,7 +51,14 @@ AutoReq: no
|
|
|
AutoReqProv: no
|
|
|
|
|
|
%description
|
|
|
- Recode converts files between various character sets and surfaces.
|
|
|
+ C2man is an automatic documentation tool that extracts comments from C
|
|
|
+ source code to generate functional interface documentation in the same
|
|
|
+ format as sections 2 & 3 of the Unix Programmer's Manual. It requires
|
|
|
+ minimal effort from the programmer by looking for comments in the
|
|
|
+ usual places near the objects they document, rather than imposing a
|
|
|
+ rigid function-comment syntax or requiring that the programmer learn
|
|
|
+ and use a typesetting language. Acceptable documentation can often be
|
|
|
+ generated from existing code with no modifications.
|
|
|
|
|
|
%prep
|
|
|
%setup -q -c %{V_here}
|