telescope icon indicating copy to clipboard operation
telescope copied to clipboard

Can't build documentation with ldoc-1.4.2

Open jpleau opened this issue 9 years ago • 0 comments

Hello !

I'm currently packaging telescope for Debian (it's part of a dependency tree leading up to neovim), and since we usually prefer rebuilding everything from sources during package building, including the documentation if a possible, I added "make docs" to our build scripts.

However I am getting the following error:

[...]/telescope:$ make docs
rm -rf docs
ldoc -t "Telescope API Docs" telescope.lua
/mnt/data/packages/lua/lua-telescope/telescope/telescope.lua:18: ?: 'class' cannot have multiple values; {module,module,module}
Makefile:15: recipe for target 'docs' failed
make: *** [docs] Error 1

Do you have any idea what could cause this? I am using ldoc-1.4.2.

Thanks !

jpleau avatar Apr 23 '15 01:04 jpleau