From 5159c3f20e47343d2951b2070af77a82885b004c Mon Sep 17 00:00:00 2001 From: Orgad Shaneh Date: Fri, 3 Feb 2017 15:41:51 +0200 Subject: [PATCH] Debugger: Add a missing underscore in the docs Missed in c2e69f7cfbd462a00d70e4d8083b98a7b0ce3e81. Change-Id: I5633dddba21e4b2db5c0300183b791f352af96c3 Reviewed-by: hjk --- doc/src/debugger/creator-debugger.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/debugger/creator-debugger.qdoc b/doc/src/debugger/creator-debugger.qdoc index 1096ab7516a..bc1ef9b3b33 100644 --- a/doc/src/debugger/creator-debugger.qdoc +++ b/doc/src/debugger/creator-debugger.qdoc @@ -1006,7 +1006,7 @@ \li The name for the function implementing a debugging helper for the type \c{namespace Project { template struct Foo {... } } } is - \c{qdump__Project_Foo}. + \c{qdump__Project__Foo}. \li The name for the function implementing a debugging helper for the type \c{std::__1::vector::iterator} is