Package: python-epydoc Version: 2.1-6 Severity: minor
$ cat foo.py def nop(x): """ No-operation decorator. Use like this:
>>> @nop ... def foo(): ... return 42 ... >>> foo() 42 >>> """ return x $ epydoc -o epy foo.py Importing 1 modules. [.] Building API documentation for 1 modules. [.] Writing HTML docs (10 files) to 'epy'. [..........]
But epy/index.html corrupts the @-sign.
nop(x) No-operation decorator. Use like this:
>>> @nop ... def foo(): ... return 42 ... >>> foo() 42
>>>
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]