diff -r d8fccb2cd802 -r 468f4c8d3d5b Orb/Doxygen/LANGUAGE.HOWTO --- a/Orb/Doxygen/LANGUAGE.HOWTO Fri Apr 23 20:47:58 2010 +0100 +++ b/Orb/Doxygen/LANGUAGE.HOWTO Wed Aug 11 14:49:30 2010 +0100 @@ -2,12 +2,12 @@ Just follow these steps: -1) Tell me for which language you want to add support. If no one else +1) Tell me which language you want to add support for. If no one else is already working on support for that language, you will be assigned as the maintainer for the language. I'll create a list on Doxygen's homepage, so everyone knows who is doing what. 2) Create a copy of translator_en.h and name it - translator_.h + translator_.h I'll use xx in the rest of this document. 3) Edit language.cpp: - Add a #include @@ -21,8 +21,9 @@ after the if { ... } 4) Edit libdoxygen.pro.in and add translator_xx.h to the HEADERS line. 5) Edit translator_xx.h: - - Rename TRANSLATOR_EN_H to TRANSLATOR_XX_H twice. - - Rename TranslatorEnglish to TranslatorYourLanguage + - Change TRANSLATOR_EN_H to TRANSLATOR_XX_H (in both the #include line and + the #define line). + - Change TranslatorEnglish to TranslatorYourLanguage - In the member idLanguage() change "english" into the name of your language (use lower case characters only). Depending on the language you may also wish to change the member functions latexLanguageSupportCommand()