AtomineerUtils使用说明

VS2015PluginCrackAtomineer

介绍

AtomineerUtils 是国外的一款用于生成源代码注释的一款 VS 插件工具.

这款插件,支持 C、C++、C++/CLI、C#、Java 语言等,由此可以看出其强大,注释的风格可以灵活配置。

安装方法

软件是付费软件, 具体使用版本见附件 AtomineerUtils936 也可以在参考链接给出的网页内找到 使用方法.

具体安装方法可以看压缩包内附件文档,


  1. 正常安装相应文件夹内的VS插件,本人使用的是 VS2015 插件
  2. 第一次请务必断网进入VS,在插件里面把本工具的自动更新关闭掉,更新到最新版本将直接无法使用破解版本(如果刚好试用到期也不就不能用了)。

VS 2015之下的版本(未测试是否可用):

安装路径自己选的,然后找到:你的安装路径/visual studio 20**/Addins/AtomineerUtils/

替换掉里面的Atomineer.Utils.dll就好了

VS 2015版本:

替换位置: %LocalAppData%/Microsoft/VisualStudio/14.0/Extensions/(随机的名称)/

VS 2017版本:

替换位置: %LocalAppData%/Microsoft/VisualStudio/15.0_
** (随机的名称) /Extensions/******(随机的名称)/

  1. 在相应文件夹内找到文件, 使用附件文件夹内的 同名文件替换掉里面的AtomineerProDocumentation.dll就好了

可以在VS 的拓展目录C:\Users\Chen\AppData\Local\Microsoft\VisualStudio\14.0\Extensions 下搜索文件名可以快速找到

例如个人最终的路径为

C:\Users\Chen\AppData\Local\Microsoft\VisualStudio\14.0\Extensions\g2iuajz1.bzo\AtomineerProDocumentation.dll

PS:如果使用过程中出现路径错误的情况,菜单栏->工具->Atomineer...Trial->...options 进去点下确定出来就好了。

或者进入安装路径找到AtomineerUtilsWizard.exe,通过一下配置向导


使用方法说明

由于插件没有中文, 但是并不难理解,

使用的详细方法可以分为以下几步

1. VS 进入设置方法

工具->AtomineerProDocumentation Trail -> Atominee Option


进入方法

2. 初始设定

建议点击 quick 选择设置方案,根据自己感觉比较好看的方式设定即可, 因为后续需求, 这里选择的方案是 doxygen 的方式, 后续可以根据注释生成项目文档

仅供参考


初始设定

3. 注释模板路径

在通用设置界面, 选择注释模板文件的搜索路径, 会先从给出的路径进行搜索,如果存在会优先使用,如果找不到就会使用程序默认的方式生成注释, 附件详细配置文档 给出了自己的一份配置文件, 比较满意 如果自己感觉不舒服可以自己调整


注释模板

在通用设置的上半部分还可以设置右键显示的快捷菜单和菜单栏二级菜单显示的内容

4. 注释规则

可以根据不同的规则生成不同的注释, 这里使用较少, 暂时不了解怎么使用的,


不同规则

详细配置文档

详细配置文档定义了相应的行 执行相应的内容 在执行生成注释的时候会根据xml 配置文件以及在软件中的设置自动生成相关内容 详细配置文档

详细配置文档 DoxygenTemplates.xml
<DoxygenTemplates>
<!--
Templates for Doxygen/JavaDoc/Qt Comment blocks
===============================================
These control which entries are added to the doc-comment for each type of code element,
and their order. Full documentation can be found in the Atomineer user manual.
-->
<!-- Global settings for the entry types.
These control the style and formatting of the individual types of entries defined in the templates below.
Each element here should match one of the entries in your template blocks, and should either match the
entry names Atomineer supports (e.g. "summary") or a custom entry type. If you wish to use a different
name in your entries than Atomineer (e.g. you prefer "brief" to "summary", then use the <summary> element
and set its _tagName attribute to "brief". You can also add a comma-separated list of _aliases to allow
for conversions from legacy comments. Primary settings (see the user manual for more details) are:
_optional true indicates this entry is not to be added by Atomineer, but shuld be preserved
false indicates that this entry type is required, so Atomineer should automtaically add it
_punctuate true/false to control automatic punctuation insertion
_wordwrap true/false to control whether word-wrapping is applied to the description
_copyFromBase true/fase to control whether this type of entry can be copied from base-class documentation _tagName The entry tag you want to use in your documentation, e.g. for Atomineer's "summary" you might
prefer to use the tag "description"
_aliases A comma-separated list of other tags that should be considered equivalent (to convert legacy comments)
-->
<!-- 条目类型的全局设置。=""
       它们控制下面模板中定义的各种条目类型的样式和格式。=""
       这里的每个元素都应该匹配模板块中的一个条目,并且应该匹配=""
       条目名称Atomineer支持(例如“摘要”)或自定义条目类型。如果你想使用不同的=""
       您的条目中的名称不是Atomineer(例如,您更喜欢“简要”到“摘要”,然后使用="" 元素
       并将其_tagName属性设置为“brief”。您还可以添加逗号分隔的_aliases列表以允许
       来自遗留评论的转换。
       主要设置(有关详细信息,请参阅用户手册)包括:
        _optional true表示Atomineer不会添加此条目,但会保留该条目
                false表示此条目类型是必需的,因此Atomineer应自动添加它
        _punctuate true / false控制自动标点符号插入
        _wordwrap true / false控制是否将自动换行应用于描述
        _copyFromBase true / fase控制是否可以从基类文档中复制此类条目         _tagName您要在文档中使用的条目标记,例如对于Atomineer的“总结”你可能会
                更喜欢使用标签“description”
        _aliases以逗号分隔的其他标记列表,应视为等效(转换旧版注释)
     --> <!-- prototye is a template placeholder for the code element type (fn,method,class,interface,etc) -->
<EntrySettings>
<prototype _punctuate="false" />
<author _punctuate="false" _optional="true" />
<copyright _punctuate="false" _optional="true" _aliases="copyright,Copyright,Copy,copy"/>
<date _punctuate="false" _optional="true" />
<remarks _optional="true" _aliases="remark" />
<summary _punctuate="false" _tagName="brief" _aliases="summary,desc,description,details,purpose,short" />
<exception _tagName="exception" _aliases="throw,throws" />
<param _punctuate="false" _tagName="param" _aliases="parameter" />
<typeparam _tagName="tparam" _aliases="typeparam" />
<returns _punctuate="false" _tagName="returns" _aliases="return,retval,result,value" />
<seealso _punctuate="false" _optional="true" _tagName="sa" _aliases="see,seealso" />
<example _punctuate="false" _optional="true" _tagName="example" />
<inheritdoc _punctuate="false" _optional="true" _tagName="inheritdoc" />
</EntrySettings>` <!-- Special header and footer pair for .h and .hpp files, which will automatically add an
include-once mechanism to the file.--> <!-- .h 文件 自动添加 #If endif-->
<!--<file _filetypes=".h .hpp" _addfooter="true" _separators="false">
<prototype>%projectpathname%</prototype>
<_ />
<summary />
<changelog>%date% %user% Created</changelog> #ifndef __%leafname%_H__
#define __%leafname%_H__ </file> <filefooter filetypes=".h.hpp" _separators="false">
End of %projectpathname%
#endif // __%leafname%_H__
</filefooter>--> <!-- 文件头 comment 格式-->
<file>
<prototype>%projectpathname%</prototype>
<copyright> Copyright (c) 2019 IRIS_Chen IRIS Lab </copyright>
<_ />
<summary />
<changelog>%date% %user% Created</changelog>
</file> <file-vb _separators="false">
<prototype>%projectpathname%</prototype>
<_ />
<summary />
</file-vb> <!-- Free-form text example
<file>
// project: %project%
// file: %projectpathname%
//
// summary: %fileDescription%
//
// %copyright%
//
// Date Developer Change
// %date% %user% Created
</file>
--> <!-- Default plain-text Atomineer file footer. These follow the same form as the file headers above -->
<filefooter>
End of %projectpathname%
</filefooter> <filefooter-vb _separators="false">
'---------------------------------------------------------------------------------------------------
' End of %projectpathname%
</filefooter-vb> <!--
Comment template for catch-all comments. These are added when the filetype of the document
is not one of the core languages that Atomineer can parse to auto-document. The separators
and line headers used for each file extension (e.g. .html, .sql) are configured in your
Prefs.xml, allowing Atomineer to correctly insert simple "boilerplate" comments into any
file format.
-->
<catchall>
<summary />
<_ />
<author>%user%</author>
<date>%date%</date>
<_ />
<seealso />
</catchall> <!--
Default namespace comment. As with file comments, you can use plain-text or XML commenting for
this entry.
-->
<namespace>
<prototype />
<_ />
<summary />
<_ />
<seealso />
</namespace> <typedef>
<prototype />
<_ />
<summary />
<_ />
<seealso />
</typedef> <enum>
<prototype />
<_ />
<summary />
<_ />
<seealso />
</enum> <bitfield>
<prototype />
<_ />
<summary />
<_ />
<seealso />
</bitfield> <struct>
<prototype />
<_ />
<summary />
<_ />
<author>%user%</author>
<date>%date%</date>
<_ />
<param />
<_ />
<seealso />
</struct> <union>
<prototype />
<_ />
<summary />
<_ />
<author>%user%</author>
<date>%date%</date>
<_ />
<seealso />
</union> <class>
<prototype />
<_ />
<summary />
<_ />
<author>%user%</author>
<date>%date%</date>
<_ />
<param />
<_ />
<seealso />
</class> <interface>
<prototype />
<_ />
<summary />
<_ />
<author>%user%</author>
<date>%date%</date>
<_ />
<param />
<_ />
<seealso />
</interface> <module>
<prototype />
<_ />
<summary />
<_ />
<author>%user%</author>
<date>%date%</date>
<_ />
<param />
<_ />
<seealso />
</module> <!-- C/C++ #define macro -->
<def>
<prototype />
<_ />
<summary />
<_ />
<author>%user%</author>
<date>%date%</date>
<_ />
<param />
<_ />
<seealso />
</def> <!-- C++ Function Method 头部声明 -->
<method>
<prototype />
<_ />
<summary />
<_ />
<author>%user%</author>
<date>%date%</date>
<_ />
<exception />
<_ />
<param />
<_ />
<returns />
<_ />
<seealso />
</method> <property>
<prototype />
<_ />
<summary />
<_ />
<exception />
<_ />
<param />
<_ />
<value />
<_ />
<seealso />
</property> <indexer>
<prototype />
<_ />
<summary />
<_ />
<exception />
<_ />
<param />
<_ />
<returns />
<_ />
<seealso />
</indexer> <delegate>
<prototype />
<_ />
<summary />
<_ />
<author>%user%</author>
<date>%date%</date>
<_ />
<exception />
<_ />
<param />
<_ />
<returns />
<_ />
<seealso />
</delegate> <constructor>
<prototype />
<_ />
<summary />
<_ />
<author>%user%</author>
<date>%date%</date>
<_ />
<exception />
<_ />
<param />
<_ />
<seealso />
</constructor> <destructor>
<prototype />
<_ />
<summary />
<_ />
<author>%user%</author>
<date>%date%</date>
<_ />
<exception />
<_ />
<param />
<_ />
<seealso />
</destructor> <finaliser>
<prototype />
<_ />
<summary />
<_ />
<author>%user%</author>
<date>%date%</date>
<_ />
<exception />
<_ />
<param />
<_ />
<seealso />
</finaliser> <operator>
<prototype />
<_ />
<summary />
<_ />
<author>%user%</author>
<date>%date%</date>
<_ />
<exception />
<_ />
<param />
<_ />
<returns />
<_ />
<seealso />
</operator> <eventhandler>
<prototype />
<_ />
<summary />
<_ />
<author>%user%</author>
<date>%date%</date>
<_ />
<exception />
<_ />
<param />
<_ />
<returns />
<_ />
<seealso />
</eventhandler> <eventsender>
<prototype />
<_ />
<summary />
<_ />
<author>%user%</author>
<date>%date%</date>
<_ />
<exception />
<_ />
<param />
<_ />
<returns />
<_ />
<seealso />
</eventsender> <member>
<summary />
</member> <!-- Templates for methods in abstract classes and interfaces -->
<interfacemethod>
<prototype />
<_ />
<summary />
<_ />
<param />
<_ />
<returns />
<_ />
<seealso />
</interfacemethod> <interfaceproperty>
<prototype />
<_ />
<summary />
<_ />
<value />
<_ />
<seealso />
</interfaceproperty> <interfaceindexer>
<prototype />
<_ />
<summary />
<_ />
<param />
<_ />
<returns />
<_ />
<seealso />
</interfaceindexer>
</DoxygenTemplates>

参考链接

  1. Atomineer Pro Documentation Trial 9.36 Crack
  2. atomineer pro documentation utils(visual studio常用插件) V9.45 官方版
  3. Atomineer Pro Documentation Trial 9.36 Cracked

AtomineerUtils使用说明的更多相关文章

  1. Atitit.项目修改补丁打包工具 使用说明

    Atitit.项目修改补丁打包工具 使用说明 1.1. 打包工具已经在群里面.打包工具.bat1 1.2. 使用方法:放在项目主目录下,执行即可1 1.3. 打包工具的原理以及要打包的项目列表1 1. ...

  2. awk使用说明

    原文地址:http://www.cnblogs.com/verrion/p/awk_usage.html Awk使用说明 运维必须掌握的三剑客工具:grep(文件内容过滤器),sed(数据流处理器), ...

  3. “我爱背单词”beta版发布与使用说明

    我爱背单词BETA版本发布 第二轮迭代终于画上圆满句号,我们的“我爱背单词”beta版本已经发布. Beta版本说明 项目名称 我爱背单词 版本 Beta版 团队名称 北京航空航天大学计算机学院  拒 ...

  4. Oracle 中 union 和union all 的简单使用说明

    1.刚刚工作不久,经常接触oracle,但是对oracle很多东西都不是很熟.今天我们来了解一下union和union all的简单使用说明.Union(union all): 指令的目的是将两个 S ...

  5. Map工具系列-02-数据迁移工具使用说明

    所有cs端工具集成了一个工具面板 -打开(IE) Map工具系列-01-Map代码生成工具说明 Map工具系列-02-数据迁移工具使用说明 Map工具系列-03-代码生成BySQl工具使用说明 Map ...

  6. Map工具系列-03-代码生成BySQl工具使用说明

    所有cs端工具集成了一个工具面板 -打开(IE) Map工具系列-01-Map代码生成工具说明 Map工具系列-02-数据迁移工具使用说明 Map工具系列-03-代码生成BySQl工具使用说明 Map ...

  7. jQuery验证控件jquery.validate.js使用说明

    官网地址:http://bassistance.de/jquery-plugins/jquery-plugin-validation jQuery plugin: Validation 使用说明 转载 ...

  8. gdbsever 使用说明

    gdbsever 使用说明 在新塘N3292x平台下 编译 gdbsever ./configure --target=arm-linux --host=arm-linux arm-linux-gdb ...

  9. mongoVUE的增删改查操作使用说明

    mongoVUE的增删改查操作使用说明 一. 查询 1. 精确查询 1)右键点击集合名,再左键点击Find 或者直接点击工具栏上的Find 2)查询界面,包括四个区域 {Find}区,查询条件格式{& ...

随机推荐

  1. Django之环境安装

    什么是Django Python下有许多款不同的 Web 框架.Django是重量级选手中最有代表性的一位.许多成功的网站和APP都基于Django. Django是一个开放源代码的Web应用框架,由 ...

  2. 详细解析kafka之 kafka消费者组与重平衡机制

    消费组组(Consumer group)可以说是kafka很有亮点的一个设计.传统的消息引擎处理模型主要有两种,队列模型,和发布-订阅模型. 队列模型:早期消息处理引擎就是按照队列模型设计的,所谓队列 ...

  3. NKOJ 1353 图形面积

    时间限制 : 10000 MS   空间限制 : 65536 KB 问题描述 桌面上放了N个矩形,这N个矩形可能有互相覆盖的部分,求它们组成的图形的面积.(矩形的边都与坐标轴平行) 输入格式 输入第一 ...

  4. Controller与RestController的区别

    在使用Spring系列的框架的时候,相信几乎所有人都会遇见@Controller与@RestController两个注解,那么这两个注解到底有什么区别? 1. 标记有@RestController的类 ...

  5. SWUST OJ 1012哈希表(链地址法处理冲突)

    哈希表(链地址法处理冲突) 1000(ms) 10000(kb) 2676 / 6911 采用除留余数法(H(key)=key %n)建立长度为n的哈希表,处理冲突用链地址法.建立链表的时候采用尾插法 ...

  6. Wireshark的使用(抓包、过滤器)

    Wireshark的使用(抓包.过滤器) 听语音 分步阅读 Wireshark这个转包工具的简单实用 工具/原料 Wireshark软件包 方法/步骤 Wireshark是世界上最流行的网络分析工具. ...

  7. 数据库学习 day1 认识数据库

    从SQL的角度而言,数据库是一个以某种有组织的方式储存的数据集合. 我们可以把它比作一个“文件柜”,这个“文件柜”是一个存放数据的物理位置,不管数据是什么,也不管数据是如何组织的. 下面介绍几个术语 ...

  8. Vulnhub JIS-CTF-VulnUpload靶机渗透

    配置问题解决 参考我的这篇文章https://www.cnblogs.com/A1oe/p/12571032.html更改网卡配置文件进行解决. 信息搜集 找到靶机 nmap -sP 192.168. ...

  9. PowerShell入门简介

    文章更新于:2020-03-03 一.PowerShell简介 说实话,我总感觉 PowerShell 是 cmd 的加强版,但是看官方介绍,功能甚是强大,用处有待我们发掘. 二.PowerShell ...

  10. Docker多网卡

    # 查看所有网络 docker network ls # 如果要查看更加详细的虚拟网卡,如下指令 docker network inspect [NetWorkEthName | NetWorkEth ...