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 c0428a0..c382013 100644
--- a/src/definition.h
+++ b/src/definition.h
@@ -288,6 +288,9 @@ class Definition : public DefinitionIntf
/*! Sets a unique id for the symbol. Used for libclang integration. */
void setId(const char *name);
+ /*! Set a new file name and position */
+ void setDefFile(const QCString& df,int defLine,int defColumn);
+
/*! Sets the documentation of this definition to \a d. */
virtual void setDocumentation(const char *d,const char *docFile,int docLine,bool stripWhiteSpace=TRUE);