Improve description of template_parameters_resolve
This commit is contained in:
parent
8bf3a342c2
commit
2681bbad36
1 changed files with 5 additions and 2 deletions
|
|
@ -561,8 +561,11 @@ static SwigType *_typedef_resolve(Typetab *s, String *base, int look_parent) {
|
||||||
/* -----------------------------------------------------------------------------
|
/* -----------------------------------------------------------------------------
|
||||||
* template_parameters_resolve()
|
* template_parameters_resolve()
|
||||||
*
|
*
|
||||||
* For use with templates only. The template parameters are resolved. If none
|
* For use with templates only. Attempts to resolve one template parameter.
|
||||||
* of the parameters can be resolved, zero is returned.
|
*
|
||||||
|
* If one of the template parameters can be resolved, the type is returned with
|
||||||
|
* just the one parameter resolved and the remaining parameters left as is.
|
||||||
|
* If none of the template parameters can be resolved, zero is returned.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
static String *template_parameters_resolve(const String *base) {
|
static String *template_parameters_resolve(const String *base) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue