RhinoTrac
LassoSoft Ticket Tracking System
NOTE: If you are using Lasso Server 9.3 please Log your ticket directly via the LUX admin as this will give us more information about your issue.
Ticket #8029: tag->doccomment does not work for custom types
- Reported by:
- Steve Piercy
- Date:
- 04 Feb, 2017
- Priority:
- major
- Component:
- Lasso 9
- Version:
- 9.3.2b4
- Keywords:
- Platform:
- macOS 10.12.2
Issue reported by Steve Piercy (web@stevepiercy.com)
Company: Steve Piercy - Website Builder
Component: Lasso 9 Server
Version: 9.3.2b4
Platform: macOS 10.12.2
Source IP: 63.249.112.102
Detail
======
Observed:
$ env LASSO9_RETAIN_COMMENTS=1 lasso9 -s "/**! \
This doc comment is associated with this type definition \
*/ \
define foo => type {} \
::foo -> doccomment"
=>
(empty new lines)
----------------------------------------
I expect to see:
/**! \
This doc comment is associated with this type definition \
*/
Please log in to your LassoSoft account to comment
Comments
This doc comment is associated with this type definition
*/
define foo => type {}
::foo->doccomment"
/**!
This doc comment is associated with this type definition
*/