[Doxygen-users] About Doxygen new language support..
Brought to you by:
dimitri
From: Alessandro F. <afa...@da...> - 2001-05-03 07:56:58
|
Hi all, while updating the support for the italian language I came across these methods regarding the new RTF language code support, I actually do not know their meaning, could someone explain it so I can return something meaningful? /*! Used as ansicpg for RTF file */ <<<< what's an ansicpg? virtual QCString trRTFansicp() { return "1252"; <<<< which value should return ? } /*! Used as ansicpg for RTF fcharset */ virtual QCString trRTFCharSet() { return "0"; <<<< and here? } Second question: Where is the trGlobal(bool first_capital, bool singular) used? Is it used as an adjective to construct compound phrases (for example calling trGlobal and trMember would produce "global member" but not all of the singular/plural combination make sense)? Or does it mean global elements of the C++ language (that's those declaration outside any scope) which appears when one adds a \file comment in every file? Thanks Alessandro Falappa |