Skip to content
This repository was archived by the owner on Aug 6, 2026. It is now read-only.
This repository was archived by the owner on Aug 6, 2026. It is now read-only.

lua2dox not working with newer versions #6

Description

@dkuschmierz

Hi,

I was facing some problems to get the lua2dox-script working with the newer doxygen.
The following changes helped me to get it working:

change the include in lua2dox from
use strict; use warnings; use Doxygen::Lua;

to

use strict; use warnings; use FindBin; use lib "$FindBin::Bin/../lib/"; use Doxygen::Lua;

After that, lua2dox finds the Lua.pm in the lib-folder.

In the FILTER_PATTERNS section change

*.lua=../bin/lua2dox

to

*.lua=perl "../bin/lua2dox"

Note, i'm running doxygen on a windows machine

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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