Skip to main content



      Home
Home » Archived » Lua Development Tools » How to document lists with the luadcoumentor?
How to document lists with the luadcoumentor? [message #1751065] Wed, 04 January 2017 04:21
Eclipse UserFriend
Hi,

I'm trying to document list of some type with the luadocumentor. I'm following the wiki, but lists are not properly recognized by the luadcoumentor.

My code:

---
-- @module test

---
-- @type MyType
MyType = {}

---
-- (Some function description)
-- @param #MyType self
-- @param #list<#string> newNames New names
function MyType:setNewNames(newNames)
    -- (Some code)
end


The result:

https://cloud.githubusercontent.com/assets/5260237/21561205/c09e35dc-ce69-11e6-8e38-a80bf5866862.png


Opened an issue on the luadocumentor github repo, but it seems inactive.
https://github.com/LuaDevelopmentTools/luadocumentor/issues/6

[Updated on: Wed, 25 January 2017 04:36] by Moderator

Previous Topic:eclipse debug nginx in lua
Next Topic:Debugging external app opens source file separately
Goto Forum:
  


Current Time: Thu Mar 20 11:43:31 EDT 2025

Powered by FUDForum. Page generated in 0.02258 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top