X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FOutputParams.h;h=066366b5c3566422da653a5a53f1443a6ea71230;hb=2455bc258f3b62c29ec4a41cb88070ff8518e842;hp=dc2bc365f7da19987c096e76bd99132674703e2a;hpb=ccacb487f2a1cabd47b6e87b4494e12824fb26e0;p=lyx.git diff --git a/src/OutputParams.h b/src/OutputParams.h index dc2bc365f7..066366b5c3 100644 --- a/src/OutputParams.h +++ b/src/OutputParams.h @@ -73,7 +73,7 @@ public: /** Current stream encoding. Only used for LaTeX. This must be set to the document encoding (via the constructor) before output starts. Afterwards it must be kept up to date for - each single character (\see Paragraph::simpleTeXOnePar). + each single character (\sa Paragraph::latex). This does also mean that you need to set it back if you use a copy (e.g. in insets): \code int InsetFoo::latex(..., OutputParams const & runparams_in) const