summaryrefslogtreecommitdiffstats
path: root/src/definition.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/definition.h')
-rw-r--r--src/definition.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/definition.h b/src/definition.h
index 285e889..32c733a 100644
--- a/src/definition.h
+++ b/src/definition.h
@@ -265,6 +265,9 @@ class Definition : public DefinitionIntf, public LockableObj
/*! Sets a new \a name for the definition */
void setName(const char *name);
+ /*! Sets a unique id for the symbol. Used for libclang integration. */
+ void setId(const char *name);
+
/*! Sets the documentation of this definition to \a d. */
virtual void setDocumentation(const char *d,const char *docFile,int docLine,bool stripWhiteSpace=TRUE);