Skip to content

Commit

Permalink
explaining what Doku_Parser_Mode_formatting does: it sets markup
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorsten Staerk committed Oct 17, 2010
1 parent 87dd614 commit 03b54bb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions inc/parser/parser.php
Expand Up @@ -298,8 +298,10 @@ function getSort() {
}

//-------------------------------------------------------------------
// sets the markup for bold (=strong), italic (=emphasis), underline,
// etc.
/**
* This class sets the markup for bold (=strong),
* italic (=emphasis), underline etc.
*/
class Doku_Parser_Mode_formatting extends Doku_Parser_Mode {
var $type;

Expand Down

0 comments on commit 03b54bb

Please sign in to comment.