在N层应用中使用Doxygen [英] Using Doxygen in N-Tier Application

查看:58
本文介绍了在N层应用中使用Doxygen的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想使用Doxygen生成项目文档。

当我将Default.Doxygen放在多层解决方案的任何文件夹中时,Doxygen正在为我工​​作。

但是我希望Document应该为整个解决方案创建,这意味着它应该在单个文档下包含DAL,BL和UI的所有类和类成员。



请帮助我怎么做?



谢谢



Kapil Onkar。

I want to generate a project document using Doxygen.
Presently Doxygen is working for me when I place Default.Doxygen in anyone folder of the multilayer solution.
But I want the Document should be created for Whole Solution That means It should include all the classes and class member of DAL,BL and UI under single document.

Please help me How to do it ?

Thanks

Kapil Onkar.

推荐答案

我不是doxygen的日常用户,但也许我可以给你一个提示:

把doxygen配置文件放在解决方案文件夹中。我猜,你的SLN文件也会在那里。



在配置文件中告诉doxygen,在哪里找到项目。

查找以下参数:

I''m not an everyday user of doxygen, but maybe I can give you a hint:
Put the doxygen config file in the solution folder. I guess, Your SLN-file will be there, too.

In the config file tell doxygen, where to find the projects.
Look for the following parameters:
INPUT = Your-DAL-Project-Path \
        Your-BL-Project-Path \
        Your-UI-Project-Path

RECURSIVE = YES





希望它有所帮助。



Hope it helps.


这篇关于在N层应用中使用Doxygen的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆