[Doxygen-users] Fwd: Documenting command lines options
Brought to you by:
dimitri
From: root <bob...@bo...> - 2001-09-12 15:53:14
|
I tried to post this a few days ago, but did not see it on the mail list. Forgive me if this is a repeat post for everyoe else. My project includes a shell like command line processor with commands in the ususal unix command line format. eg. command -a -bvalue I'd like to document them using doxygen and incorporate them into the rest of my docs. I have two questions. Are there any options available for assisting in documenting such commands something like the following /*! \page command.html command description \command command -a -bvalue \param -a Does whatever -a does \param -bvalue Does whatever -b value does Long Description of command \sa othercommand, yetanothercommand */ Secondly if I want a section to describe all these commands, one command per page, I can create each page with the \page command but then each commands page shows up in the related docs section. I'd prefer only the top level page giving an overview fo the commands and links to the other pages to appear there. Is this possible. Thanks Bob S. ------------------------------------------------------- |