|
LightWrap++
AC++wrapperfortheLightWave3DSDK
|
This might seem to be superfluous for such a small project, but there should be a common standard of writing code for lwpp. This page tries to explains the most common cases.
//! This will be the brief description for the function /*! * This is an optional, more detailed description of that this function does * @param[in,out] *bar - will return a value * @param[in] var - controls what happens in foo * @return true if foo was successful */ bool foo (double *bar, int var);