PR# 19331 [er] Wrong clickable version of features in documentation generated file class_list.html

Problem Report Summary
Submitter: axarosenberg
Category: Documentation
Priority: Low
Date: 2017/02/21
Class: Bug
Severity: Non-critical
Number: 19331
Release: 17.01
Confidential: No
Status: Open
Responsible:
Environment: win
Synopsis: [er] Wrong clickable version of features in documentation generated file class_list.html

Description
We use the following command:

    ec -filter html-stylesheet -all ...

as shown here:

    https://www.eiffel.org/doc/eiffelstudio/EiffelStudio%3A%20Using%20command%20line%20options#Commands_for_generating_documentation

to generate documentation. In the generated file class_list.html, it looks like each class description (the comment lines below the class name) is displayed in the context of class ANY instead of the in the context of the class behind displayed. Indeed, if you scroll down to class PROCEDURE, `apply' has not been made clickable. And when you click on `is_equal' or `copy', it shows the version in class ANY instead of the redefined version in class ROUTINE.

--
Eric Bezault
To Reproduce

										
Problem Report Interactions