From 36d89808691904fa46ad06e082cb18fe8aa196bd Mon Sep 17 00:00:00 2001 From: Tim Jenssen Date: Wed, 11 Sep 2013 10:05:00 +0200 Subject: improve RepositoryUpdate doc - make clear that there is only one RepositoryUpdate section Change-Id: Ia2c2ea8d97f706c6318747745a327e4c07c9bbeb Reviewed-by: Leena Miettinen Reviewed-by: Niels Weber --- doc/installerfw.qdoc | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) (limited to 'doc/installerfw.qdoc') diff --git a/doc/installerfw.qdoc b/doc/installerfw.qdoc index baf6f1261..14aadc19c 100644 --- a/doc/installerfw.qdoc +++ b/doc/installerfw.qdoc @@ -1007,34 +1007,35 @@ Updates.xml file in the current repository. You can add, replace, or remove repositories. + \code + + + + + \endcode + \section2 Adding Repositories - To update a repository, add the following code to Updates.xml: + To update a repository, add the following code to the RepositoryUpdate section: \code - - - \endcode \section2 Removing Repositories - To remove a repository, add the following code to Updates.xml: + To remove a repository, add the following code to the RepositoryUpdate section: \code - - - + \endcode \section2 Replacing repositories - To replace one repository with another, add the following code to Updates.xml: + To replace one repository with another, add the following code to the RepositoryUpdate section: \code - - - + \endcode */ -- cgit v1.2.3