summaryrefslogtreecommitdiffstats
path: root/src/import/hwpf/fapi2/include/variable_buffer.H
diff options
context:
space:
mode:
authorBrian Silver <bsilver@us.ibm.com>2015-02-13 13:39:53 -0600
committerPatrick Williams <iawillia@us.ibm.com>2015-12-11 13:40:20 -0600
commit7f9a11f532c96b8c50b9f9d0d1e6edd5f60f1f53 (patch)
tree1ef5fc9d1a7780ea577f8bea6cb27abcc1649bca /src/import/hwpf/fapi2/include/variable_buffer.H
parentcc44bc6da257e740e62cf4dee7e92afe61be0029 (diff)
downloadtalos-hostboot-7f9a11f532c96b8c50b9f9d0d1e6edd5f60f1f53.tar.gz
talos-hostboot-7f9a11f532c96b8c50b9f9d0d1e6edd5f60f1f53.zip
Add doxygen fapi2 tooling, doc clean up
Change-Id: Ieb787904e7d359f966298cf834195bed5ce86207 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15730 Reviewed-by: Brian Silver <bsilver@us.ibm.com> Tested-by: Brian Silver <bsilver@us.ibm.com>
Diffstat (limited to 'src/import/hwpf/fapi2/include/variable_buffer.H')
-rw-r--r--src/import/hwpf/fapi2/include/variable_buffer.H10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/import/hwpf/fapi2/include/variable_buffer.H b/src/import/hwpf/fapi2/include/variable_buffer.H
index bf950f89c..a12808308 100644
--- a/src/import/hwpf/fapi2/include/variable_buffer.H
+++ b/src/import/hwpf/fapi2/include/variable_buffer.H
@@ -34,6 +34,7 @@
namespace fapi2
{
+ /// @brief Get a 32 bit mask quickly
// This is one of the main reasons we static_assert in the ctor's
// to ensure the unit_type is 32 bits.
inline uint32_t fast_mask32(int32_t i_pos, int32_t i_len)
@@ -71,7 +72,6 @@ namespace fapi2
/// incoming data
/// @param[in] i_target_start_bit The starting bit position in this
/// @param[in] i_length The length, in bits, the user wants copied.
- /// @endcond
///
template<typename unit_type, typename bits_type>
inline fapi2::ReturnCode _insert(const unit_type* i_source,
@@ -154,6 +154,7 @@ namespace fapi2
return fapi2::FAPI2_RC_SUCCESS;
}
+ /// @endcond
/// @brief Class representing a FAPI variable_buffer.
/// @remark Variable buffers are buffers which can be variable in length
@@ -422,11 +423,11 @@ namespace fapi2
///
/// @brief Copy in a right aligned (decimal) element
- /// @param[in] i_data, the incoming data
+ /// @param[in] i_data the incoming data
/// - data is taken right aligned
/// @param[in] i_targetStart The starting bit position in this
/// - Defaultst to 0
- /// @param[in] i_length The length, in bits, the user wants copied.
+ /// @param[in] i_len The length, in bits, the user wants copied.
/// - Defaults to all of the bits in the source which fit
/// @return FAPI2_RC_SUCCESS on success, FAPI2_RC_OVERFLOW otherwise
///
@@ -518,7 +519,7 @@ namespace fapi2
-
+ /// @cond
//
// Generic insert
//
@@ -656,7 +657,6 @@ namespace fapi2
bits_type i_offset);
#endif
/// @endcond
-
};
OpenPOWER on IntegriCloud