Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
676f9fe2
Commit
676f9fe2
authored
Sep 07, 2015
by
Matthias Braun
Browse files
Fix documentation warnings
parent
0c3ed3f3
Changes
2
Hide whitespace changes
Inline
Side-by-side
include/libfirm/adt/array.h
View file @
676f9fe2
...
...
@@ -157,10 +157,9 @@ static inline void ARR_SHRINKLEN(void *arr, size_t new_len)
/**
* Delete a flexible array.
*
* @param arr The flexible array.
*/
FIRM_API
void
DEL_ARR_F
(
void
*
elts
);
FIRM_API
void
DEL_ARR_F
(
void
*
arr
);
/**
* Creates a dynamic array on an obstack.
...
...
include/libfirm/adt/gaussjordan.h
View file @
676f9fe2
...
...
@@ -17,7 +17,7 @@
/**
* Solves a system of linear equations.
*
* @param matrix the linear equations as matrix (square matrix, \
t
n x \p n)
* @param matrix the linear equations as matrix (square matrix, \
p
n x \p n)
* @param result the result vector, will contain the result if successful
* @param n the size of the equation system
* @returns 0 if successful, -1 if ill-conditioned matrix
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment