How to customize the documents generated by Doxygen?

160 views Asked by At

I am making use of Doxygen tool for code documentation for an iOS (Objective-c based) project.

When the Doxygen tool is run for the project it is generating the selected html files. The generated files contains some of the unwanted classes. So how do I customize the documents with Doxygen.

It has already been given here, but the doubt is how to make use of this with the tool?

Please let us know about it.

Thanks in advance..

1

There are 1 answers

2
eschanet On

I don't know if there is a possibility to delete classes from the output. I do this by simply excluding the source files containing the unwanted classes.

Go to the Expert tab, choose Input and exclude all the files containing your unwanted classes.

Exclude source files