new_node refactor
Reduce code duplication for doxygen to match code in master prior to merge to master
This commit is contained in:
parent
abfc304740
commit
9deaa6ff24
4 changed files with 17 additions and 20 deletions
|
|
@ -62,6 +62,7 @@ extern "C" {
|
|||
extern void cparse_normalize_void(Node *);
|
||||
extern Parm *Swig_cparse_parm(String *s);
|
||||
extern ParmList *Swig_cparse_parms(String *s, Node *file_line_node);
|
||||
extern Node *Swig_cparse_new_node(const_String_or_char_ptr tag);
|
||||
|
||||
/* templ.c */
|
||||
extern int Swig_cparse_template_expand(Node *n, String *rname, ParmList *tparms, Symtab *tscope);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue