Skip to content

Commit

Permalink
Fix Index & TextPos Extent documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
oblivioncth committed Aug 8, 2023
1 parent e59355e commit b49f6e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lib/core/src/qx-index.dox
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,9 @@ namespace Qx

//-Class Types----------------------------------------------------------------------------------------------------
//Public:
// TODO: Report this as a Doxygen bug, likely should need to be Index<T>::Extent
/*!
* @enum Index<T>::Extent
* @enum Index::Extent
*
* Used to refer to indicies of special significance.
*
Expand Down
2 changes: 1 addition & 1 deletion lib/io/src/qx-textpos.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ namespace Qx
//Public:

/*!
* @enum Index<T>::Extent
* @enum TextPos::Extent
*
* Used to refer to text positions of special significance.
*
Expand Down

0 comments on commit b49f6e6

Please sign in to comment.