Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7543414
By: f33l

Hi all,


I'd like to modify the behavior of pydev's pydoc generation. When the cursor
is on a function definition, and I hit ctrl+1, the following happens:

def myfun(a, b):
'''
@param a:
@param b:

'''

I would like to get the following, however:
def myfun(a, b):
"""
@param a:
@type a:
@param b:
@type b

@return:
@rtype

"""

Is is possible to alter pydev's default behavior? If so, how?

Thanks,
Chris

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to