11-JavaDoc生成文档

-encoding UTF-8 -charset UTF-8

Idea方法生成

zh_CN

-encoding UTF-8 -charset UTF-8




package com.wang.base;

/**
 * @author wangpengfei
 * @version 1.0
 * @since 0.8
 */
public class Doc {

    String name;

    /**
     * @author wangpengfei
     * @param name
     * @return
     * @throws Exception
     */

    public String text(String name) throws Exception{
        return name;
    }
}
posted @ 2023-02-05 12:34  佩德罗帕斯卡  阅读(18)  评论(0)    收藏  举报