For an introduction to the use of the DAP, see the OPeNDAP Programmer's Guide. The Programmer's Guide may be found on-line at http://www.opendap.org/api/pguide-html/pguide.html. Also available on the OPeNDAP web site are tutorials which describe how to build clients (http://www.opendap.org/api/wc-html/writing_client.html) and servers (http://www.opendap.org/api/ws-html/writing_server.html) using the library.
e command or em tag). c command or code tag when talking about literal text. func() or func(arg0, ..., agrN) will get Doxygen to insert a link to its documentation. ispell-comments-and-strings may help in removing typos in the comments (and strings ...) .h) file where they are defined.Commands that should be used for the documentation of classes:
.cc) files where they are defined. You can put the brief documentation in the header file, but that may be more confusing than keeping all the method documentation in one place.Functions should be documented in their implementation files.
Commands that should be used for the documentation of public methods and non-static functions:
brief entry from the first sentence of the detailed doc and the option that includes the brief documentation in the detailed documentation. So, the brief doc will appear only with the summary information and not with the detailed documentation for the method.
exception command.
1.5.5