搜索资源列表
doxygen
- Doxygen 的使用简介-Doxygen the use of profiles
doxygen
- Doxygen 的使用简介-Doxygen the use of profiles
doxygen-1.2.12.src.tar
- doxygen(一个自动从源代码生成文档的工具)的源代码,可以在Win32/Linux/Unix上编译通过。-Doxygen (an automatically generated source code documentation tools) source code can be compiled in Win32/Linux/Unix through.
DoxygenComm
- doxygen注释宏,可以直接在VC.net环境中添加,然后用doxygen软件生成帮助文件-Doxygen can directly add VC.net environment, then Doxygen to help document generation software
doxygen-1.4.2.src.tar
- linux中的源代码查看工具,可以生成chm文件,并能处理源代码中的相关性.-Linux source code of View tool can generate chm documentation, and to be able to handle source code of relevance.
doxygen-1.5.3.src.tar
- Doxygen的词根来源于Document(文档)和Oxygen(氧气),它是一个功能强大、使用方便且支持各种操作系统和编程语言的代码文档生成系统。Doxygen由荷兰人Dimitri van Heesch.开发,并且在GNU公共许可证(GPL)下发布,目前已经成为各主要的Linux发行版的附带组件。众多重量级的软件项目(如KDE,Qt、ACE库等)都选用Doxygen作为其编档工具生成项目文档。 Doxygen最初在Linu
Mafia-1.4.tar
- This file describes the settings to be used by the documentation system doxygen (www.doxygen.org) for a project
libkf701-1[1].0-beta.tar
- 一个收集所有最基本功能的函数库;所有的函数都是尽量短小和简单 使用 doxygen 生成文档 所有代码以在 Linux 系统上可以编译并运行为准;每当在 lib 目录里增加了一个功能函数,必须在 test 目录里编写一个针对此功能函数的测试程序,使其可以在 Linux 系统上正常编译并正确运行;每个增加的外部功能函数,必须在源代码前写有注释,注释格式为符合 doxygen 要求的 JavaDoc 格式。 所有代码
doxygen-1.5.6.src.tar
- The source code of doxygen. It is one good study material for pre-process and compliation principle. -The source code of doxygen. It is one good study material for pre-process and compliation principle.
doxygen
- doxygen project demo-doxygen project demo
doxygen
- Doxygen可以从C,C++, java等源代码中提取消息来生成帮助文档, API资料等,里面包含在linux下面的完整配置手册和使用说明-Doxygen can be C, C++, java and other source code to extract information to generate help files, API information, which is included in the linux conf
doxygen-1.5.9.src.tar
- Doxygen是一个文档生成系统,可用于C++, C, Java, Objective-C, Python, IDL (Corba and Microsoft flavors), Fortran, VHDL, PHP, C#, and to some extent D. 它能从一系列代码源文件中生成在线文档(HTML格式)和离线文档(Latex格式) 。也支持生成RTF (MS-Word), Postscr ipt, PDF, 压
doxygen-1.4.1.src.tar
- doxygen-1.4.1.src.tar.gz - исходные тексты для doxygen. под линукс платформу-doxygen-1.4.1.src.tar.gz- исходные тексты для doxygen. под линукс платформу
doxygen_manual-1.4.3
- doxygen是一个代码文档化工具。通过他可以自动的生成注释和文档。很方便-doxygen is a code documentation tool. Can be automatically generated through his notes and documents. Easily
doxygen-1.6.3.linux.bin.tar
- Doxygen C++文档生成器, 可以很方便的自动生成文档,yeal!-Doxygen C++ Document Generator, a good tool to create doc automaticly!
doxygen-1.7.4
- Doxygen是一种开源跨平台的,以类似JavaDoc风格描述的文档系统,完全支持C、C++、Java、Objective-C和IDL语言,部分支持PHP、C#。注释的语法与Qt-Doc、KDoc和JavaDoc兼容。Doxgen可以从一套归档源文件开始,生成HTML格式的在线类浏览器,或离线的LATEX、RTF参考手册。-Doxygen is an open source cross-platform, JavaDoc style o
Doxygen
- Doxygen的使用与配置 用Doxygen制作程序说明文档很方便-Doxygen Doxygen usage and configuration of the production process with easy documentation
doxygen-1.8.10-setup
- Unix or Linux doxygen 1.8.10
cupdater_r1.12
- * 生成自定义相匹配的.h/.c文件为了C相关的项目; # 修改风格为doxygen工具支持的文件头格式; ! @file cupdater.c @version v1.06 @date 08/14/2014 21:58:22 -* Generate custom matching .h/.c files for C-related projects # Modify the styl
doxygen-1.8.13.src.tar
- Doxygen is the de facto standard tool for generating documentation annotated C++ sources, but it also supports other popular programming languages such as C, Objective-C, C#, PHP, Java, Python, IDL (Corba, Microsoft, and