doc tags?

W

Wolfram Kriesing

i was already searching and remember i had seen something like "its not needed".

Anyway, are there any doc tags, like in Java/PHPDoc etc, where you can
describe parameters (@param[eter]), return values (@ret[urn]),
attributes (@var), references (@see), etc?

I guess I have just not found the link to the last flameware about it :))
 
W

Wolfram Kraus

Wolfram said:
i was already searching and remember i had seen something like "its not needed".

Anyway, are there any doc tags, like in Java/PHPDoc etc, where you can
describe parameters (@param[eter]), return values (@ret[urn]),
attributes (@var), references (@see), etc?

I guess I have just not found the link to the last flameware about it :))

I'm not sure if there is something like that builtin, but you can use
epydoc: http://epydoc.sourceforge.net/

HTH,
Wolfram :)
 
L

Larry Bates

In python they are called decorators, but I've never had a
need to use them myself, but then I'm a little old fashioned.

Larry Bates
 
L

Larry Bates

In python they are called decorators, but I've never had a
need to use them myself, but then I'm a little old fashioned.

Larry Bates
 
R

Robert Kern

Larry said:
In python they are called decorators, but I've never had a
need to use them myself, but then I'm a little old fashioned.

Decorators only work on function and method definitions. I don't think
that's what Wolfram is referring to.
Larry Bates

Wolfram said:
i was already searching and remember i had seen something like "its not needed".

Anyway, are there any doc tags, like in Java/PHPDoc etc, where you can
describe parameters (@param[eter]), return values (@ret[urn]),
attributes (@var), references (@see), etc?

I guess I have just not found the link to the last flameware about it :))

--
Robert Kern
(e-mail address removed)

"In the fields of hell where the grass grows high
Are the graves of dreams allowed to die."
-- Richard Harter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,239
Messages
2,571,199
Members
47,835
Latest member
CyrusRuggi

Latest Threads

Top