Kaydet (Commit) 5191ee98 authored tarafından Miklos Vajna's avatar Miklos Vajna

sw: doxygen comments for SwTxtFmtColl, SwFlowFrm, SwTxtFrm

üst 608fe962
......@@ -57,6 +57,7 @@ private:
const SwFmtColl &operator=(const SwFmtColl &);
};
/// Represents the style of a paragraph.
class SW_DLLPUBLIC SwTxtFmtColl: public SwFmtColl
{
friend class SwDoc;
......
......@@ -58,6 +58,7 @@ class SwObjectFormatterTxtFrm;
void MakeFrms( SwDoc *, const SwNodeIndex &, const SwNodeIndex & );
/// Base class for frames that are allowed at page breaks and shall continue on the next page, e.g. paragraphs, tables.
class SwFlowFrm
{
//PrepareMake darf Locken/Unlocken (Robustheit)
......
......@@ -62,6 +62,7 @@ class SwWrongList;
#define RUBY_TOP 3
#define GRID_CELLS 4
/// Represents the visualization of a paragraph.
class SwTxtFrm: public SwCntntFrm
{
friend class SwTxtIter;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment