- Return tags for methods that don't return anything - ingroup without matching defgroup - confusion between ref, a, and link tags (they are not the same) - missed API changes (BObjectList templated owning, new url encode/decode API) - duplicate defgroup definitions Change-Id: I94a31b04a10a62e71659522c5ed77098728c0843 Reviewed-on: https://review.haiku-os.org/c/haiku/+/9689 Tested-by: Commit checker robot <[email protected]> Reviewed-by: waddlesplash <[email protected]>
73 lines
2.5 KiB
Plaintext
73 lines
2.5 KiB
Plaintext
/*
|
|
* Copyright 2019 Haiku, Inc. All rights reserved.
|
|
* Distributed under the terms of the MIT License.
|
|
*
|
|
* Authors:
|
|
* Name, [email protected]
|
|
*
|
|
* Corresponds to:
|
|
* headers/os/support/StackOrHeapArray.h hrev46669
|
|
*/
|
|
|
|
|
|
/*!
|
|
\file StackOrHeapArray.h
|
|
\ingroup support
|
|
\brief Provides the BStackOrHeapArray helper class.
|
|
|
|
\since Haiku R1
|
|
*/
|
|
|
|
|
|
/*!
|
|
\class BStackOrHeapArray
|
|
\ingroup support
|
|
\ingroup libbe
|
|
\brief Undocumented class.
|
|
|
|
\tparam Type Undocumented parameter
|
|
\tparam size Undocumented parameter
|
|
|
|
\since Haiku R1
|
|
*/
|
|
|
|
|
|
/*!
|
|
\fn BStackOrHeapArray< Type, StackSize >::BStackOrHeapArray(size_t count)
|
|
\brief Undocumented public method
|
|
|
|
\param count Undocumented
|
|
|
|
\since Haiku R1
|
|
*/
|
|
|
|
|
|
/*!
|
|
\fn BStackOrHeapArray< Type, StackSize >::~BStackOrHeapArray()
|
|
\brief Undocumented public method
|
|
|
|
\since Haiku R1
|
|
*/
|
|
|
|
|
|
/*!
|
|
\fn bool BStackOrHeapArray< Type, StackSize >::IsValid() const
|
|
\brief Undocumented public method
|
|
|
|
\return Undocumented
|
|
\retval <value> Undocumented
|
|
|
|
\since Haiku R1
|
|
*/
|
|
|
|
|
|
/*!
|
|
\fn BStackOrHeapArray< Type, StackSize >::operator Type *()
|
|
\brief Undocumented public method
|
|
|
|
\return Undocumented
|
|
\retval <value> Undocumented
|
|
|
|
\since Haiku R1
|
|
*/
|