Skip to content

Commit 3769cc0

Browse files
committed
improved documentation
1 parent 393ac3b commit 3769cc0

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

src/mbma_brackets.cxx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -783,6 +783,8 @@ folia::Morpheme *BracketLeaf::createMorpheme( folia::Document *doc,
783783
/// use the data in the Leaf to create a folia::Morpheme node
784784
/*!
785785
\param doc The FoLiA Document context
786+
\param textclass textclass to use for FoLiA text-elements
787+
\return a FoLiA Morpheme node
786788
*/
787789
UnicodeString desc;
788790
int cnt = 0;
@@ -796,8 +798,10 @@ folia::Morpheme *BracketLeaf::createMorpheme( folia::Document *doc,
796798
/// use the data in the Leaf to create a folia::Morpheme node
797799
/*!
798800
\param doc The FoLiA Document context
801+
\param textclass textclass to use for FoLiA text-elements
799802
\param desc a decriptive note to add
800803
\param cnt a counter for the number of handled morphemes
804+
\return a FoLiA Morpheme node
801805
*/
802806
folia::Morpheme *result = 0;
803807
desc.remove();

src/mbma_mod.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,7 @@ vector<Rule*> Mbma::execute( const UnicodeString& word,
462462
/// attempt to find matching Rules
463463
/*!
464464
\param word a word to check
465+
\param next_tag The tag of the word following this word (when available)
465466
\param classes the Timbl classifications
466467
\return 0 or more matching Rules
467468
*/

0 commit comments

Comments
 (0)