Opened 16 years ago
Closed 16 years ago
#262 closed defect (fixed)
Connectivity tools are missing from the doc
Reported by: | Peter Kovacs | Owned by: | Peter Kovacs |
---|---|---|---|
Priority: | major | Milestone: | LEMON 1.1 release |
Component: | documentation | Version: | hg main |
Keywords: | Cc: | Akos Ladanyi | |
Revision id: | 99a31b399b59 |
Description
All the tools in connectivity.h are missing from the doc. Either the graph_prop
group should be renamed to connectivity
in groups.dox and in euler.h or graph_prop
should be used in connectivity.h. Which one do you prefer?
Attachments (1)
Change History (8)
comment:1 Changed 16 years ago by
Component: | core → documentation |
---|
comment:2 follow-up: 3 Changed 16 years ago by
comment:3 follow-up: 4 Changed 16 years ago by
Replying to alpar:
That module is currently called "Connectivity and Other Graph Properties", which title is just perfect IMHO.
I see. But what name should be used for the internal references (e.g. \ingroup
commands): conncetivity
or graph_prop
? In connectivity.h the first one is used, but in euler.h and groups.doc the second one is used, that's why all the tools in connectivity.h are missing. It is matter of detail, but the same name must be used everywhere.
However, a lot of nice figures available in the 0.x are missing, see http://lemon.cs.elte.hu/pub/doc/latest-svn/a00846.html
Yes, and the references are also removed. Was there any other reason for that except for avoiding doxygen warnings?
The following image files should be ported and the references should be put to connectivity.h again.
- bipartite_partitions.eps
- connected_components.eps
- edge_biconnected_components.eps
- node_biconnected_components.eps
- strongly_connected_components.eps
comment:4 Changed 16 years ago by
Replying to kpeter:
Replying to alpar:
That module is currently called "Connectivity and Other Graph Properties", which title is just perfect IMHO.
I see. But what name should be used for the internal references (e.g.
\ingroup
commands):conncetivity
orgraph_prop
?
Chose whatever name you want. I don't care.
Yes, and the references are also removed. Was there any other reason for that except for avoiding doxygen warnings?
No.
Changed 16 years ago by
Attachment: | 7c12061bd271.patch added |
---|
comment:5 follow-up: 7 Changed 16 years ago by
Cc: | Akos Ladanyi added |
---|
[7c12061bd271] ports some images and adds them to the doc of connectivity tools. It also fixes the problem with different module names.
However the generated .png images are too small and they should be rotated (using portrait view instead of landscape view). How could it be solved (to work with both build systems)? Shall we modify the .eps files or the build commands for them? Could someone help in this issue?
comment:6 Changed 16 years ago by
Status: | new → assigned |
---|
comment:7 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Replying to kpeter:
[7c12061bd271] ports some images and adds them to the doc of connectivity tools. It also fixes the problem with different module names.
However the generated .png images are too small and they should be rotated (using portrait view instead of landscape view). How could it be solved (to work with both build systems)?
Done in [114920bd21ef].
Replying to kpeter:
That module is currently called "Connectivity and Other Graph Properties", which title is just perfect IMHO.
However, a lot of nice figures available in the 0.x are missing, see http://lemon.cs.elte.hu/pub/doc/latest-svn/a00846.html