[Doxygen-develop] Modification of internal namespace and group names. Enhancement for F90 translati
Brought to you by:
dimitri
From: Mancip-MdS <Mar...@Ma...> - 2012-08-31 11:47:22
|
Hello everyone In fortran, internal namespaces are named "Module". In the code, trModules give the same name for those fortran namespaces and for "module" groups. Then the output is wrong as in group section, we may see group names and not "module" ones. I have added trGroups translation for all languages (I have kept "modules" ones when I don't know the group exact translation). For the global coherence of the code, all "group" items may be renamed as trGroup-something and all namespace "module" for Fortran may keep name "module". Then trModulesDescription() may be renamed trGroupsDescription() and trModules() renamed trGroups(). brief of transformation in the patch : trModules() -> trGroups() trModulesDescription() -> trGroupsDescription() Add new trGroups(), trGroupsIndex(), trGroupDocumentation(), trGroupsDescription() in english and french translators. sed command for modification of translator_*.h : {{{ sed -e 's/QCString trModules()/QCString trGroups()/' -e 's/QCString trModulesDescription()/QCString trGroupsDescription()/' -e 's/* index of all groups./* index of all modules (Fortran)./' -e 's/* the documentation of all groups./* the documentation of all modules (Fortran)./' -i translator_*.h }}} regards -- @ ================= @ @ Dr Martial MANCIP @ @ ================= @ @ Ingénieur Visualisation @ @ 016 908 1752 - 0610903344 @ @ Maison de la Simulation @ @ bat. 709, Orme des Meurisiers @ @ CEA Saclay @ @ 91191 Gif sur Yvette cedex @ @ _____________________________ @ |