From 1e382456a13c4469aa34f9de3d0b650ea8f642e5 Mon Sep 17 00:00:00 2001 From: Michael Andres Date: Wed, 7 Nov 2012 12:10:59 +0100 Subject: [PATCH] doc fixes --- doc/autoinclude/Plugins.doc | 4 ++-- doc/autoinclude/Testcases.doc | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/autoinclude/Plugins.doc b/doc/autoinclude/Plugins.doc index dcde6ae..7f4fdfa 100644 --- a/doc/autoinclude/Plugins.doc +++ b/doc/autoinclude/Plugins.doc @@ -22,14 +22,14 @@ This type of plugin receive input reading the standard input, and answer ZYpp wr \subsection plugin-protocol-stateful Stateful -This type of plugin is called by ZYpp and a conversation using a simple protocol. The protocol is based on STOMP http://stomp.codehaus.org/Protocol (Streaming Text Orientated Messaging Protocol). Messages (called "frames") look like the following: +This type of plugin is called by ZYpp and a conversation using a simple protocol. The protocol is based on STOMP http://stomp.github.com (Streaming Text Orientated Messaging Protocol). Messages (called "frames") look like the following: \verbatim COMMAND param1:val1 param2:val2 ... -Thus a COMMAND hollowed by key:value header lines +Thus a COMMAND followed by key:value header lines and a multiline body separated from header by an empty line and terminated by NUL. ^@ diff --git a/doc/autoinclude/Testcases.doc b/doc/autoinclude/Testcases.doc index 372fcc0..022af6e 100644 --- a/doc/autoinclude/Testcases.doc +++ b/doc/autoinclude/Testcases.doc @@ -1,6 +1,6 @@ /** \page Testcases Writing and tunning testcases -\section Introduction +\section Introduction Introduction ZYpp has a suite of tests located in under test/ directory of the source tree. @@ -18,7 +18,7 @@ Tests are written using boost test library. - The Unit Test Framework - The UTF testing tools reference -\section Anatomy of a ZYpp testcase +\section Anatomy Anatomy of a ZYpp testcase The file should be in one of the described groups, and by general rule it is named ClassName_test.cc where ClassName is the name of the class or module the test covers. @@ -38,7 +38,7 @@ BOOST_AUTO_TEST_CASE(date_test) } \endcode -\section Building and running the testsuite +\section Building Building and running the testsuite - Build the testsuite -- 2.7.4