Skip to content

Commit

Permalink
Item13897: Minor doc tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
vrurg committed Nov 4, 2016
1 parent 8623246 commit 31ed244
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions core/lib/Foswiki/Engine.pm
Expand Up @@ -2,7 +2,7 @@

=begin TML
---+!! package Foswiki::Engine
---+!! Class Foswiki::Engine
Engine is a mediator between the 'outside' world (i.e. – user side browser or a test
unit code) and %WIKITOOLNAME% core; in particular – =Foswiki::Request= object.
Expand Down Expand Up @@ -334,7 +334,7 @@ sub prepareUploads { return []; }

=begin TML
---++ ObjectMethod stringifyHeaders(\@psgiReturnArray) => $headersText
---++ ObjectMethod stringifyHeaders(\@psgiReturnArray) -> $headersText
Converts headers from PSGI format to string in HTTP response format.
Expand All @@ -357,7 +357,7 @@ sub stringifyHeaders {

=begin TML
---++ ObjectMethod stringifyBody(\@psgiReturnArray) => $bodyText
---++ ObjectMethod stringifyBody(\@psgiReturnArray) -> $bodyText
=cut

Expand Down Expand Up @@ -399,7 +399,7 @@ sub _writeBody {

=begin TML
---++ ObjectMethod finalizeReturn(\@rc) => $rc
---++ ObjectMethod finalizeReturn(\@rc) -> $rc
Abstract method, must be defined by inherited classes.
Expand Down
2 changes: 1 addition & 1 deletion core/lib/Foswiki/Engine/CGI.pm
Expand Up @@ -2,7 +2,7 @@

=begin TML
---+!! package Foswiki::Engine::CGI
---+!! Class Foswiki::Engine::CGI
Class that implements default CGI behavior.
Expand Down
2 changes: 1 addition & 1 deletion core/lib/Foswiki/Engine/CLI.pm
Expand Up @@ -2,7 +2,7 @@

=begin TML
---+!! package Foswiki::Engine::CLI
---+!! Class Foswiki::Engine::CLI
Class that implements CGI scripts functionality when called from
command line or cron job
Expand Down
2 changes: 1 addition & 1 deletion core/lib/Foswiki/Engine/PSGI.pm
Expand Up @@ -2,7 +2,7 @@

=begin TML
---+!! package Foswiki::Engine::PSGI
---+!! Class Foswiki::Engine::PSGI
Class that implements default PSGI behavior.
Expand Down

0 comments on commit 31ed244

Please sign in to comment.