mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-30 21:08:30 +08:00
Merge pull request #1381 from querydsl/documentation-fixes
Use an unordered list for the enumeration of pros
This commit is contained in:
commit
8438b90e01
@ -13,7 +13,7 @@
|
||||
The benefits of using a fluent API in comparison to simple strings are for example
|
||||
</para>
|
||||
|
||||
<orderedlist>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>code completion in IDE</para>
|
||||
</listitem>
|
||||
@ -26,7 +26,7 @@
|
||||
<listitem>
|
||||
<para>adopts better to refactoring changes in domain types</para>
|
||||
</listitem>
|
||||
</orderedlist>
|
||||
</itemizedlist>
|
||||
|
||||
<!-- more -->
|
||||
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
단순 문자열과 비교해서 Fluent API를 사용할 때의 장점은 다음과 같다.
|
||||
</para>
|
||||
|
||||
<orderedlist>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>IDE의 코드 자동 완성 기능 사용</para>
|
||||
</listitem>
|
||||
@ -26,7 +26,7 @@
|
||||
<listitem>
|
||||
<para>도메인 타입의 리팩토링을 더 잘 할 수 있음</para>
|
||||
</listitem>
|
||||
</orderedlist>
|
||||
</itemizedlist>
|
||||
|
||||
<!-- more -->
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user