diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2009-04-30 15:16:33 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2009-04-30 15:16:33 (GMT) |
commit | 94f3e728ee9a663c8b5fc7a557d3b930c6f3e5e5 (patch) | |
tree | 4bb6e32b230b56f394a686986392ebbd802fb63b /src/util.h | |
parent | 2ae3ed6594f3e4814b3b351eecc63b5e0be1bd37 (diff) | |
download | Doxygen-94f3e728ee9a663c8b5fc7a557d3b930c6f3e5e5.zip Doxygen-94f3e728ee9a663c8b5fc7a557d3b930c6f3e5e5.tar.gz Doxygen-94f3e728ee9a663c8b5fc7a557d3b930c6f3e5e5.tar.bz2 |
Release-1.5.9
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -136,7 +136,8 @@ bool resolveRef(/* in */ const char *scName, /* in */ bool inSeeBlock, /* out */ Definition **resContext, /* out */ MemberDef **resMember, - /* in */ bool lookForSpecializations = TRUE + /* in */ bool lookForSpecializations = TRUE, + /* in */ FileDef *currentFile = 0 ); bool resolveLink(/* in */ const char *scName, |