Changes between Initial Version and Version 1 of Ticket #1180


Ignore:
Timestamp:
Jun 26, 2008, 8:58:38 PM (14 years ago)
Author:
Dave Abrahams
Comment:

Fix formatting mess.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1180 – Description

    initial v1  
    22can boost.python add the type name of my_s::a as the default docstring? like the function's "C++ signature" docstring.
    33
    4 
     4{{{
     5#!cpp
    56struct my_s
    67{
     
    3536      s_class.DEF_READWRITE("a", &my_s::a);// replace all auto genarated def_readwrite to DEF_READWRITE.
    3637}
    37 
     38}}}