guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: Avoid @itemize in descriptions.


From: Ludovic Courtès
Subject: 01/01: gnu: Avoid @itemize in descriptions.
Date: Fri, 19 Aug 2016 15:50:55 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit a0cbf1b9bf6e31aaab4065527b9264bb3537d973
Author: Ludovic Courtès <address@hidden>
Date:   Fri Aug 19 17:49:54 2016 +0200

    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.
---
 gnu/packages/kde-frameworks.scm |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index af81547..3b5f443 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -393,7 +393,7 @@ It is made of two parts: KConfigCore and KConfigGui.
 KConfigCore provides access to the configuration files themselves.
 It features:
 
address@hidden
address@hidden
 @item Code generation: describe your configuration in an XML file, and use
 `kconfig_compiler to generate classes that read and write configuration
 entries.
@@ -404,7 +404,7 @@ settings).
 @item Optional shell expansion support (see docs/options.md).
 
 @item The ability to lock down configuration options (see docs/options.md).
address@hidden itemize
address@hidden enumerate
 
 KConfigGui provides a way to hook widgets to the configuration so that they
 are automatically initialized from the configuration and automatically
@@ -654,7 +654,7 @@ or user activity.")
     (synopsis "Set of item models extending the Qt model-view framework")
     (description "KItemModels provides the following models:
 
address@hidden
address@hidden
 @item KBreadcrumbSelectionModel - Selects the parents of selected items to
 create breadcrumbs.
 
@@ -679,7 +679,7 @@ model.
 
 @item KSelectionProxyModel - A Proxy Model which presents a subset of its 
source
 model to observers
address@hidden itemize")
address@hidden enumerate")
     (license license:lgpl2.1+)))
 
 (define-public kitemviews



reply via email to

[Prev in Thread] Current Thread [Next in Thread]