From 4c1d9cf74e1c1706922e5b5795e788fb14fe81c9 Mon Sep 17 00:00:00 2001 From: PulkoMandy Date: Thu, 3 Jan 2019 16:40:55 +0100 Subject: [PATCH] Fix "since" entries in BPropertyInfo. These methods and fields are missing from the R4 and R5 Be Book, but are mentionned in the R4 release notes and present in the R5 headers. Change-Id: I4de8298449bd66e0ee7fe0b52690552916314123 Reviewed-on: https://review.haiku-os.org/820 Reviewed-by: waddlesplash --- docs/user/app/PropertyInfo.dox | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/user/app/PropertyInfo.dox b/docs/user/app/PropertyInfo.dox index c86605cf8a..e0f7093fb9 100644 --- a/docs/user/app/PropertyInfo.dox +++ b/docs/user/app/PropertyInfo.dox @@ -1,5 +1,5 @@ /* - * Copyright 2016 Haiku, Inc. All rights reserved. + * Copyright 2016-2018 Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. * * Authors: @@ -82,7 +82,7 @@ \var property_info::types \brief Type chunks? - \since Haiku R1 + \since BeOS R4 */ @@ -90,7 +90,7 @@ \var property_info::ctypes \brief Type chunks? - \since Haiku R1 + \since BeOS R4 */ @@ -98,7 +98,7 @@ \var property_info::_reserved \brief Reserved for future expansion, do not use. - \since Haiku R1 + \since BeOS R5 */ @@ -106,7 +106,7 @@ \enum value_kind \brief Enumerates value types. - \since Haiku R1 + \since BeOS R4 */ @@ -114,7 +114,7 @@ \var value_kind B_COMMAND_KIND \brief Command value. - \since Haiku R1 + \since BeOS R4 */ @@ -122,7 +122,7 @@ \var value_kind B_TYPE_CODE_KIND \brief Type code value. - \since Haiku R1 + \since BeOS R4 */ @@ -151,7 +151,7 @@ \param freeOnDelete if \c true, free the memory associated with \a propertyInfo and \a valueInfo when the object is destroyed. - \since BeOS R3 + \since BeOS R4 */ @@ -252,7 +252,7 @@ Returns the pointer directly, does not make copy. - \since Haiku R1 + \since BeOS R4 */ @@ -260,7 +260,7 @@ \fn int32 BPropertyInfo::CountProperties() const \brief Returns The number of properties specified as an int32. - \since Haiku R1 + \since BeOS R4 */ @@ -268,7 +268,7 @@ \fn int32 BPropertyInfo::CountValues() const \brief Returns The number of values specified as an int32. - \since Haiku R1 + \since BeOS R4 */ @@ -291,7 +291,7 @@ \returns \c true if the command was found, \c false otherwise. - \since Haiku R1 + \since BeOS R4 */ @@ -304,5 +304,5 @@ \returns \c true if the specifier was found, \c false otherwise. - \since Haiku R1 + \since BeOS R4 */