tag 433738 patch
thanks

Michael Ablassmeier <[EMAIL PROTECTED]> (19/07/2007):
>  > epydoc \
>  >            -o api \
>  >            -n Ldaptor \
>  >            -u http://www.inoi.fi/open/trac/ldaptor/ \
>  >            $(find ../ldaptor \( -name SCCS -prune \) -o -name '*.py' 
> -print)
>  > usage: epydoc [ACTION] [options] NAMES...
>  > 
>  > epydoc: error: no such option: -n

Hi,

it is sufficient to change -n to --name, and -u to --url (which is not
documented properly yet, see #433804).

Cheers,

-- 
Cyril Brulebois
diff -ur ldaptor-0.0.43~/doc/Makefile ldaptor-0.0.43/doc/Makefile
--- ldaptor-0.0.43~/doc/Makefile	2007-07-19 14:52:11.000000000 +0000
+++ ldaptor-0.0.43/doc/Makefile	2007-07-19 14:52:55.000000000 +0000
@@ -135,8 +135,8 @@
 api:
 	epydoc \
 	        -o api \
-		-n Ldaptor \
-		-u http://www.inoi.fi/open/trac/ldaptor/ \
+		--name Ldaptor \
+		--url http://www.inoi.fi/open/trac/ldaptor/ \
 		$$(find ../ldaptor \( -name SCCS -prune \) -o -name '*.py' -print)
 
 .PHONY: api

Attachment: pgpPnaARxucXQ.pgp
Description: PGP signature

Reply via email to