Blame addon/doxyapp/README
|
Packit Service |
50c9f2 |
This directory contains an example of how to use doxygen as
|
|
Packit Service |
50c9f2 |
an "source parsing engine" in an application. It shows how to configure doxygen
|
|
Packit Service |
50c9f2 |
from the application and shows how to run doxygen without generating output,
|
|
Packit Service |
50c9f2 |
and then uses the information about the symbols found in the source code.
|
|
Packit Service |
50c9f2 |
|
|
Packit Service |
50c9f2 |
Note that if you use this approach your application should be licensed under the GPL.
|
|
Packit Service |
50c9f2 |
|
|
Packit Service |
50c9f2 |
|