Fixed various compilation issue with new self documentation

Improved the self documentation handler to provide a make_hidden creation procedure
This commit is contained in:
Jocelyn Fiat
2012-12-03 12:20:12 +01:00
parent e0166a4c44
commit 156406f9ac
6 changed files with 40 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ feature -- Status report
debug_output: STRING
-- String that should be displayed in debugger to represent `Current'.
do
Result := Precursor + " {" + {C}.name + "}"
Result := Precursor + " {" + ({C}).name + "}"
end
note