Bug 386846

Summary: [luadocumentor]Parenthesis do not work on type short reference
Product: [Tools] LDT Reporter: Kevin KIN-FOO <kkinfoo>
Component: LuaDevelopmentToolsAssignee: Simon Bernard <code>
Status: RESOLVED FIXED QA Contact:
Severity: major    
Priority: P3 CC: code, contact
Version: unspecifiedKeywords: bugday
Target Milestone: 1.3M1   
Hardware: PC   
OS: Linux   
Whiteboard:

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)