Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Lua Development Tools » Luadoc converts some numbers to ASCII characters (If there is certain numbers in a .doclua comment block, Luadoc translate them to ASCii characters )
Luadoc converts some numbers to ASCII characters [message #1506394] Wed, 10 December 2014 20:41 Go to next message
Marc Bradley is currently offline Marc BradleyFriend
Messages: 5
Registered: December 2014
Junior Member
Hello,
I'm using LDT in Eclipse Luna 4.4.0 and i noticed that when using certain numbers, in a .doclua comment block, Luadoc transpose them to their ASCII character.
For exemple:
-------------------------------------------------------------------------------
--  BO8 Aux Output Configuration= MV92
-- @function [parent=#SE8300] BO8_AuxOut

-------------------------------------------------------------------------------


Luadoc ouput is:
SE8300.BO8_AuxOut()
BO8 Aux Output Configuration= MV\

So instead of MV92, I have MV\
Looking at the ASCII chart, I understand that Luadoc is ouputing the character corresponding to the HTML value &#92.

How do I escape 92 in my .doclua to avoid this?


Re: Luadoc converts some numbers to ASCII characters [message #1507404 is a reply to message #1506394] Thu, 11 December 2014 15:53 Go to previous message
Kevin KIN-FOO is currently offline Kevin KIN-FOOFriend
Messages: 58
Registered: January 2010
Member
Congrats,

You just find a bug in the library we are using, it has already been reported.
Can you, please, fill a LDT bug to help us keep it in mind?

Kévin
Previous Topic:mark occurrences?
Next Topic:Will ldt support debug hover to inspect local vairables?
Goto Forum:
  


Current Time: Fri Apr 26 07:26:58 GMT 2024

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

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

Back to the top