[Doxygen-users] Other languages and large projects.
Brought to you by:
dimitri
From: Barrie D. <bar...@gm...> - 2007-05-19 13:55:27
|
Hello, I used doxygen a few years ago and am not sure of its current capabilities. Here are a few questions for current users of doxygen. 1) Is it possible to define your own doxygen comment block strings? E.g. for commenting asm files I use "*", can you tell doxygen to detect "**" as being its comment block? This would be handy (I don't want it to parse the asm files just the comment blocks e.g. for just adding the file header comment). 2) I want to use doxygen on some large projects that I am working on. Is there a way of breaking up the doxygen parsing into separate modules and then linking them together? E.g. if you have a system you want doxygen to generate documentation for and the system runs 20 different processes. Each of these processes used 5 different user libraries. All of these modules are written in C, C++ and some sections in asm. Is there a way of parsing doxygen over each of these modules separately but linking them together so that if you click on an object from a library when looking in a process the html link is generated to go to the correct documentation? Any help would be appreciated. Thanks. Barrie. |