Hi,

Antonio Bleile wrote:
> So, a proper doc could look like this (roughly):
>
>
> /*!
>       Returns the child node at index position childIndex. Index
>       boundaries are not checked, using an invalid index might
>       lead to a segfault.
>
>       \param childIndex child index in the range of [0, getNChildren()-1]
>       \author Dirk Reiners
>       \return NodePtr
>
>       \sa addChild()
> */
>
> inline NodePtr Node::getChild(UInt32 childIndex) {
>      OSG_ASSERT((childIndex < _mfChildren.size()));
>     return _mfChildren[childIndex];
> }
>
>   
We should give move people write access to the cvs. Maybe each user 
shuld be able to check in fixes and documentation.
I think for the core team it is easier to check the changes than doing 
all the work alone. And contributing documentaiton
could encourage people to contribute new features.

Marcus







-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to