zoukankan      html  css  js  c++  java
  • Doxygen几个小问题,mark一下

        首先是在Visual Assist X中的配置,在Snippet Editor窗口修改一下file header的snippet和Refactor Document Method的snippet.

    image

         设置分别如下

    file header

    /** 
    * @file         $FILE_BASE$.$FILE_EXT$ 
    * @Synopsis      $end$ 
    * @author         你的名字,你的邮箱 
    * @version     $version$ 
    * @date         $DAY$:$MONTH$:$YEAR$  
    */

    Refactor Document Method

    /* —————————————————————————-*/ 
    /** 
    * @Synopsis    $SymbolName$ 
    *                $end$ 
    * @Param         $MethodArg$ 

    * @Returns     $SymbolType$ 
    */ 
    /* —————————————————————————-*/ 
           然后记得DoxygenWizard的这个工作目录是一定要点选的,这里有个触发,如果直接复制路径进去是无法run doxygen的。image

          最后是中文编码的问题,如果你的项目是GBK编码,那么要防止乱码必须要做的事情是设置工程为UTF-8编码,而设置输入为GBK。切记。

    image

    image

  • 相关阅读:
    Puppet部署
    ldap命令
    openldap slapd.conf参数
    ldap objectclass
    ldap 测试表设计
    Nginx/LVS/HAProxy负载均衡软件的优缺点
    SNAT DNAT MASQUERADE 区别
    iptables常用规则
    Python中文注释报错的解决方法
    用Node.js给邮箱发送邮件
  • 原文地址:https://www.cnblogs.com/sdqxcxh/p/2427747.html
Copyright © 2011-2022 走看看