PDA

View Full Version : MEL & DOxygen


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.

Oodini
01-07-2009, 12:23 PM
I took an existing C++ project, modified it, and now it works.

I suppose I had to check EXTRACT_ALL in the Build tab.

CGTalk Moderation
01-07-2009, 12:23 PM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.