I'm writing a C/C++ program. The tree structure of the program looks like below:
Program
|---- lib1
|----src
|----include
|---- lib2
|----src
|----include
|---- app1
|----main.cpp
|---- app2
|----main.cpp
App1 and app2 are two applications that use lib1 and lib2.
I have already documented the header files in lib1 and lib2. However, I would also like to document app1 and app2, because these two applications are command line tools that take a bunch of parameters and do some stuff. What would be a proper way of doing this?
Thank you
\class\briefand some other parameters at the top of lib include files. It shows up fine in the document.\classin the app1 source file in order to make it show up? It does not make sense because it is not a class.....