Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 09:21
Birger Pedersen is currently offline Birger PedersenFriend
Messages: 2
Registered: October 2016
Junior Member
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 09:36]

Report message to a moderator

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


Current Time: Fri May 03 17:13:13 GMT 2024

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

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

Back to the top