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