-
Notifications
You must be signed in to change notification settings - Fork 14
Dialect
liuhuagui edited this page Apr 11, 2020
·
5 revisions
为提高接口文档的可读性
以及文档的生成速度
,有时我们需要忽略一些参数类型的源码结构
和注释
,让smalldoc不去解析它。通常,这些类是我们耳熟能详的。smalldoc默认包含的库类型如下:
- 八大基本类型,以及他们的包装类型
-
java.包下的所有类,例如
java.lang.String
、java.math.BigDecimal
-
javax.包下的所有类,例如
javax.servlet.http.HttpServletRequest
、javax.servlet.http.HttpServletResponse
-
org.springframework.包下的所有类,例如
org.springframework.web.multipart.MultipartFile
、org.springframework.web.multipart.MultipartRequest
特殊的,我们可以使用属性smalldoc.library-type-qualified-names
或library-type-packages
来增加额外的库类型
,详情可见 属性附录...
Last Published: 1 Apr 2020| Version: 2.4