Merge lp:~mvngu/igraph/igraph into lp:igraph

Proposed by Minh Van Nguyen
Status: Merged
Merged at revision: 3000
Proposed branch: lp:~mvngu/igraph/igraph
Merge into: lp:igraph
Diff against target: 13 lines (+2/-1)
1 file modified
src/vector.pmt (+2/-1)
To merge this branch: bzr merge lp:~mvngu/igraph/igraph
Reviewer Review Type Date Requested Status
Tamás Nepusz Approve
Review via email: mp+128384@code.launchpad.net

Description of the change

Document an argument of a function.

To post a comment you must log in.
Revision history for this message
Tamás Nepusz (ntamas) wrote :

Thanks a lot!

review: Approve
lp:~mvngu/igraph/igraph updated
3000. By Tamás Nepusz

document a function argument, thanks to Minh van Nguyen

Revision history for this message
Tamás Nepusz (ntamas) wrote :

...and now the 3000th revision in trunk is yours :)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/vector.pmt'
2--- src/vector.pmt 2012-06-21 18:36:44 +0000
3+++ src/vector.pmt 2012-10-07 12:33:24 +0000
4@@ -553,7 +553,8 @@
5 * the given position. The size of the vector will increase by one.
6 *
7 * \param v The vector object.
8- * \param pos The position where the new element is inserted.
9+ * \param pos The position where the new element is to be inserted.
10+ * \param value The new element to be inserted.
11 */
12 int FUNCTION(igraph_vector,insert)(TYPE(igraph_vector) *v, long int pos,
13 BASE value) {

Subscribers

People subscribed via source and target branches