Problem 1112 - Difficult to see class definitions with LXR
Summary: Difficult to see class definitions with LXR
Status: CLOSED INVALID
Alias: None
Product: Documentation
Classification: Unclassified
Component: LXR code browser (show other problems)
Version: other
Hardware: All All
: P3 minor
Assignee: Koichi Murakami
URL:
Depends on:
Blocks:
 
Reported: 2010-03-23 14:19 CET by Pere Mato
Modified: 2010-08-12 09:31 CEST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this problem.
Description Pere Mato 2010-03-23 14:19:26 CET
I didn't find an easy way to see class definitions with the Geant4 LXR (sorry if I overlooked at something). For example if I am at the page  http://www-geant4.kek.jp/lxr/ident?i=G4CascadParticle and I click at the link "class G4CascadParticle" I am redirected to the same page. The only way I figured out was to go to the file where the constructor is defined, then identify the header file where the class could be defined (not very difficult in this case but it can be in general) and open the header file and browse it to find the class definition.
Comment 1 Koichi Murakami 2010-08-12 09:31:41 CEST
I understand what you want. Sorry, but it is a normal behavior of LXR, not a bug.
Instead of identifier search, use file search for a quick way of reaching class definition, 
because most of Geant4 classes are defined in files whose file names are class names.