Merge lp:~mvngu/igraph/doc into lp:~igraph/igraph/0.6-main-old

Proposed by Minh Van Nguyen
Status: Merged
Merged at revision: 2542
Proposed branch: lp:~mvngu/igraph/doc
Merge into: lp:~igraph/igraph/0.6-main-old
Diff against target: 12 lines (+2/-0)
1 file modified
src/structural_properties.c (+2/-0)
To merge this branch: bzr merge lp:~mvngu/igraph/doc
Reviewer Review Type Date Requested Status
Tamás Nepusz Approve
Review via email: mp+74128@code.launchpad.net

Description of the change

Documentation for the function igraph_maxdegree() is missing details on the argument vids. Add documentation for this argument.

To post a comment you must log in.
Revision history for this message
Tamás Nepusz (ntamas) :
review: Approve
lp:~mvngu/igraph/doc updated
2542. By Tamás Nepusz

doc fix, thanks Minh

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/structural_properties.c'
2--- src/structural_properties.c 2011-06-29 10:13:04 +0000
3+++ src/structural_properties.c 2011-09-05 18:07:24 +0000
4@@ -3524,6 +3524,8 @@
5 * \param graph The input graph.
6 * \param res Pointer to an integer (\c igraph_integer_t), the result
7 * will be stored here.
8+ * \param vids Vector giving the vertex IDs for which the maximum degree will
9+ * be calculated.
10 * \param mode Defines the type of the degree.
11 * \c IGRAPH_OUT, out-degree,
12 * \c IGRAPH_IN, in-degree,

Subscribers

People subscribed via source and target branches