Bug 386846 - [luadocumentor]Parenthesis do not work on type short reference
Summary: [luadocumentor]Parenthesis do not work on type short reference
Status: RESOLVED FIXED
Alias: None
Product: LDT
Classification: Tools
Component: LuaDevelopmentTools (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 major
Target Milestone: 1.3M1   Edit
Assignee: Simon Bernard CLA
QA Contact:
URL:
Whiteboard:
Keywords: bugday
Depends on:
Blocks:
 
Reported: 2012-08-08 10:56 EDT by Kevin KIN-FOO CLA
Modified: 2014-10-03 11:48 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin KIN-FOO CLA 2012-08-08 10:56:25 EDT
When I write the following
    ---
    -- @{module#(ty.pe)}  and @{#(ty.pe)}
    -- @module refs
    return nil
The result of short notation processing is the same as if I wrote 
    ---
    -- @{module#ty.pe}  and @{#ty.pe}
    -- @module refs
    return nil
Comment 1 Simon Bernard CLA 2014-10-03 11:48:51 EDT
fixed since commit (1f735ee8e743fb101790f02f90aa207b459162db)