开发者

Doxygen Java multiple interfaces diagram

开发者 https://www.devze.com 2023-03-26 18:02 出处:网络
I\'m trying to generate documentation for an Android projet with Doxygen. I use Graphviz to generate a collaboration diagram, but I can\'t find how to have multiple interface in the graph!

I'm trying to generate documentation for an Android projet with Doxygen.

I use Graphviz to generate a collaboration diagram, but I can't find how to have multiple interface in the graph!

public class ImageProcessing extends Activity implements OnClickListener, Camera.Prev开发者_Python百科iewCallback, SurfaceHolder.Callback {

With the previous class declaration, I obtain a graph with only Activity and first interface OnClickListener.

How can I declare that they must consider other interfaces too?


It works alright for me.

Maybe you need to select EXTRACT_ALL.

0

精彩评论

暂无评论...
验证码 换一张
取 消