diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2013-03-24 11:51:51 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2013-03-24 11:51:51 (GMT) |
commit | deaa34e0c1d990f37fe00e465ac7a22f705904f0 (patch) | |
tree | 8d5749ba8d587d7b753162c524b18f7e7cdf6a0b /src/definition.h | |
parent | aacd1557af129e2bff3514169e04168376a2431b (diff) | |
download | Doxygen-deaa34e0c1d990f37fe00e465ac7a22f705904f0.zip Doxygen-deaa34e0c1d990f37fe00e465ac7a22f705904f0.tar.gz Doxygen-deaa34e0c1d990f37fe00e465ac7a22f705904f0.tar.bz2 |
Release-1.8.3.1-20130324
Diffstat (limited to 'src/definition.h')
-rw-r--r-- | src/definition.h | 3 |
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); |