Closed gopherbot closed 9 years ago
And linking should be considered also,when click a class name,user should be linked to the doc of this class Another more difficlut function is listing parents and children.For example,when you check Map interface in java api doc,you will be given all Known Subinterfaces and all Known Implementing Classes
And linking should be considered also,when clicking a struct or function name,user should be led to the doc of them Another more difficlut function is listing parents and children.For example,when you check Map interface in java api doc,you will be given all Known Subinterfaces and all Known Implementing Classes
franciscossouza: Because this layout is far more using friendly: ------------------------------------------------------------- Left: up: packages down:structs and functions Right: struct and function details ------------------------------------------------------------- user won't need to "jump up and down",saving a lot of scrolling actions. for this: ..... About using javadoc style docs, it does not make swnse. What do you don't like in the current godoc format? Why don't you point out some changes instead of suggesting a full layout/style change? ...... It isn't about like or dislike but reasoning.If you take it as an algorithm,java's doc style(think is as a data data structure) saves a lot of "disk Seek Time".
franciscossouza: Because this layout is far more user friendly: ------------------------------------------------------------- Left: up: packages down:structs and functions Right: struct and function details ------------------------------------------------------------- user won't need to "jump up and down",saving a lot of scrolling actions. for this: ..... About using javadoc style docs, it does not make swnse. What do you don't like in the current godoc format? Why don't you point out some changes instead of suggesting a full layout/style change? ...... It isn't about like or dislike but reasoning.If you take it as an algorithm,java's doc style(think is as a data data structure) saves a lot of "disk Seek Time".
by Alexander.Luya: