[Doxygen-users] Using \test
Brought to you by:
dimitri
From: Mathieu M. <mat...@gm...> - 2008-10-22 13:22:16
|
Hi there, I do not understand how am I supposed to use the \test doxygen command. I can generate a 'testslists.txt' file which contains: /** \test test1.cxx \test test2.cxx ... */ The file path to those tests is specified in the EXAMPLES_PATH, I then explicitely add this file to INPUT. But doxygen still refuses to generate the test.html page... What am I missing ? Thanks, -- Mathieu |