]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph_funcs.h
* src/insets/insetbase.h
[lyx.git] / src / paragraph_funcs.h
index 69ddff6b3616949fefff8f41fc4f9c6e975a18c7..6fab4d7a492c2c8570e03f8bdb6071ff20a2b020 100644 (file)
@@ -67,6 +67,10 @@ bool isFirstInSequence(pit_type par, ParagraphList const & plist);
     proof environment */
 int getEndLabel(pit_type par, ParagraphList const & plist);
 
+/**
+ * Get the font of the "environment" of paragraph \p par_offset in \p pars.
+ * All font changes of the paragraph are relative to this font.
+ */
 LyXFont const outerFont(pit_type par_offset, ParagraphList const & pars);
 
 /// return the number of InsetOptArg in a paragraph