Skip to content

How can I use doxypypy to make documentation in Hellenic (Greek) language? #96

@IBilba

Description

@IBilba

I tried using Doxygen with the configuration for doxypypy and I have as OUTPUT_LANGUAGE = Greek. In the comment blocks, I have greek and english words, but when I see the HTML output, I get something like this for a Class I have created:

'C HotelBookingApp | ��� ����� ��� ������� �������� ��� �� ���������� ���� ��������� GUI ��� ��� ������� ��������� ��������� �����������'

and when I try to convert it into a PDF file through LaTeX, I get this error:

'There is no � in the font <font_name>'.

Is there a way to make doxypypy recognise the greek language, because in other projects that I have used Doxygen it could create the HTML output and LaTeX in greek?

A part of the code for the HotelBookingApp class:

class HotelBookingApp:
    """
    @class HotelBookingApp
    @brief Μια κλάση που παρέχει μεθόδους για τη δημιουργία μιας εφαρμογής GUI για την ανάλυση δεδομένων κρατήσεων ξενοδοχείων.

    Αυτή η κλάση παρέχει μεθόδους για την αρχικοποίηση της εφαρμογής, τη δημιουργία του μενού, τη δημιουργία των widgets και το κλείσιμο της εφαρμογής.
    """

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions