From a28ddb79eca817c61a454b2cda82ac9addf29b2c Mon Sep 17 00:00:00 2001 From: John Scipione Date: Fri, 19 Dec 2014 19:43:00 -0500 Subject: [PATCH] A few minor fixes to BTextControl docs --- docs/user/interface/TextControl.dox | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/user/interface/TextControl.dox b/docs/user/interface/TextControl.dox index 6906d0791b..e4e70fa26a 100644 --- a/docs/user/interface/TextControl.dox +++ b/docs/user/interface/TextControl.dox @@ -1,5 +1,5 @@ /* - * Copyright 2001-2014 Haiku, Inc. All rights reserved. + * Copyright 2014 Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. * * Authors: @@ -147,6 +147,8 @@ /*! \fn status_t BTextControl::AllUnarchived(const BMessage* from) + \brief Hook method called when all views have been unarchived. + \copydetails BView::AllUnarchived() */ @@ -543,4 +545,4 @@ /*! status_t BTextControl::SetIcon(const BBitmap* icon, uint32 flags) \copydoc BControl::SetIcon() -*/ \ No newline at end of file +*/