Re: [Doxygen-users] Getting started with Doxygen
Brought to you by:
dimitri
From: Daniel <dan...@zm...> - 2007-05-26 09:23:36
|
Barrie Duncan wrote: > Hi Daniel. > > Have you set up your source directorys correctly in the config file? > > e.g. > INPUT = ..\src Yes. INPUT = "/home/daniel/INGOT/website/main-site" RECURSIVE = YES And the file that contains the documentation is: /home/daniel/INGOT/website/main-site/include/php/db_access.php And the console outout of Doxygen includes: Reading /home/daniel/INGOT/website/main-site/include/php/db_access.php... Parsing file /home/daniel/INGOT/website/main-site/include/php/db_access.php... Cheers, Daniel. |