Skip to content

Commit 5e890eb

Browse files
committed
fix 2 documentation errors
1 parent 23eafbb commit 5e890eb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/folia_subclasses.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -758,6 +758,7 @@ namespace folia {
758758
/*!
759759
\param cls the textclass the text should be in
760760
\param flags the TEXT_FLAGS for the TextPolicy to use
761+
\param debug set debugging to 'debug'
761762
\return the UnicodeString with the phon content
762763
*/
763764
TextPolicy tp( cls, flags );

src/folia_utils.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ namespace folia {
420420
bool att_dbg ){
421421
/// add all attributes from 'atts' as attribute nodes to 'node`
422422
/*!
423-
\param _node The xmlNode to add to
423+
\param node The xmlNode to add to
424424
\param atts The list of attribute/value pairs
425425
\param att_dbg do we want to debug? (default false)
426426
some special care is taken for attributes 'xml:id', 'id' and 'lang'

0 commit comments

Comments
 (0)