Skip to content
Snippets Groups Projects
Commit 03b54bb0 authored by Thorsten Staerk's avatar Thorsten Staerk
Browse files

explaining what Doku_Parser_Mode_formatting does: it sets markup

parent 87dd614c
No related branches found
No related tags found
No related merge requests found
......@@ -298,8 +298,10 @@ class Doku_Parser_Mode_hr extends Doku_Parser_Mode {
}
//-------------------------------------------------------------------
// 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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment