mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: Avoid @itemize in descriptions.
* gnu/packages/kde-frameworks.scm (kconfig)[description]: Use @enumerate instead of @itemize to work around <http://bugs.gnu.org/21772>. (kitemmodels)[description]: Likewise.
This commit is contained in:
parent
00677a7e55
commit
a0cbf1b9bf
1 changed files with 4 additions and 4 deletions
|
@ -393,7 +393,7 @@ (define-public kconfig
|
||||||
KConfigCore provides access to the configuration files themselves.
|
KConfigCore provides access to the configuration files themselves.
|
||||||
It features:
|
It features:
|
||||||
|
|
||||||
@itemize
|
@enumerate
|
||||||
@item Code generation: describe your configuration in an XML file, and use
|
@item Code generation: describe your configuration in an XML file, and use
|
||||||
`kconfig_compiler to generate classes that read and write configuration
|
`kconfig_compiler to generate classes that read and write configuration
|
||||||
entries.
|
entries.
|
||||||
|
@ -404,7 +404,7 @@ (define-public kconfig
|
||||||
@item Optional shell expansion support (see docs/options.md).
|
@item Optional shell expansion support (see docs/options.md).
|
||||||
|
|
||||||
@item The ability to lock down configuration options (see docs/options.md).
|
@item The ability to lock down configuration options (see docs/options.md).
|
||||||
@end itemize
|
@end enumerate
|
||||||
|
|
||||||
KConfigGui provides a way to hook widgets to the configuration so that they
|
KConfigGui provides a way to hook widgets to the configuration so that they
|
||||||
are automatically initialized from the configuration and automatically
|
are automatically initialized from the configuration and automatically
|
||||||
|
@ -654,7 +654,7 @@ (define-public kitemmodels
|
||||||
(synopsis "Set of item models extending the Qt model-view framework")
|
(synopsis "Set of item models extending the Qt model-view framework")
|
||||||
(description "KItemModels provides the following models:
|
(description "KItemModels provides the following models:
|
||||||
|
|
||||||
@itemize
|
@enumerate
|
||||||
@item KBreadcrumbSelectionModel - Selects the parents of selected items to
|
@item KBreadcrumbSelectionModel - Selects the parents of selected items to
|
||||||
create breadcrumbs.
|
create breadcrumbs.
|
||||||
|
|
||||||
|
@ -679,7 +679,7 @@ (define-public kitemmodels
|
||||||
|
|
||||||
@item KSelectionProxyModel - A Proxy Model which presents a subset of its source
|
@item KSelectionProxyModel - A Proxy Model which presents a subset of its source
|
||||||
model to observers
|
model to observers
|
||||||
@end itemize")
|
@end enumerate")
|
||||||
(license license:lgpl2.1+)))
|
(license license:lgpl2.1+)))
|
||||||
|
|
||||||
(define-public kitemviews
|
(define-public kitemviews
|
||||||
|
|
Loading…
Reference in a new issue