Oodini
01-07-2009, 11:49 AM
Hello,
I tried to do what suggested Rob Bateman at the end of this page (http://forums.cgsociety.org/showthread.php?f=89&t=205912&page=2&pp=15&highlight=doxygen), but I don't succeed to generate HTML doc from DOxygen.
I create an only one MEL file, with this code :
/// \brief a brief description of the function
/// \param $argument_name - description of the argument
/// \return info about the return arg
/// \note some notes
/// \todo anything still todo...
proc string myFunction(int $argument_name)
{
}
I also added the MEL extension in the Input tab, and enabled the option OPTIMIZE_OUTPUT_FOR_C in the Project tab.
But I get only an empty main page... :-(
Thanks for help.
I tried to do what suggested Rob Bateman at the end of this page (http://forums.cgsociety.org/showthread.php?f=89&t=205912&page=2&pp=15&highlight=doxygen), but I don't succeed to generate HTML doc from DOxygen.
I create an only one MEL file, with this code :
/// \brief a brief description of the function
/// \param $argument_name - description of the argument
/// \return info about the return arg
/// \note some notes
/// \todo anything still todo...
proc string myFunction(int $argument_name)
{
}
I also added the MEL extension in the Input tab, and enabled the option OPTIMIZE_OUTPUT_FOR_C in the Project tab.
But I get only an empty main page... :-(
Thanks for help.
