diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2014-12-19 09:52:50 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2014-12-19 09:52:50 (GMT) |
commit | 60abada8b95cc1772996a264065904f408ed32ff (patch) | |
tree | d1c2720b52937bcd8929897f001a9ab310b56a65 /src/util.cpp | |
parent | b3c44e52cf7226b16ebd576ad381c3ee343dfd7e (diff) | |
download | Doxygen-60abada8b95cc1772996a264065904f408ed32ff.zip Doxygen-60abada8b95cc1772996a264065904f408ed32ff.tar.gz Doxygen-60abada8b95cc1772996a264065904f408ed32ff.tar.bz2 |
Bug 740218 - Full scope needed when making link inside cross-referenced section (fixed regression)
Diffstat (limited to 'src/util.cpp')
-rw-r--r-- | src/util.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.cpp b/src/util.cpp index e97fe7f..39d0ba2 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -6288,7 +6288,7 @@ PageDef *addRelatedPage(const char *name,const QCString &ptitle, { // append documentation block to the page. pd->setDocumentation(doc,fileName,startLine); - //printf("Adding page docs `%s' pi=%p name=%s\n",doc.data(),pi,name); + //printf("Adding page docs `%s' pi=%p name=%s\n",doc.data(),pd,name); } else // new page { |