Skip to content

Commit

Permalink
docs/user: Add/update some '\sa's.
Browse files Browse the repository at this point in the history
  • Loading branch information
waddlesplash committed Jul 7, 2015
1 parent 0426b7e commit 93c67e5
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion docs/user/interface/View.dox
Original file line number Diff line number Diff line change
Expand Up @@ -1240,6 +1240,8 @@ SetViewColor(Parent()->ViewColor());

\param flags The view flags to set as a uint32 mask.

\sa Flags()

\since BeOS R3
*/

Expand Down Expand Up @@ -1365,7 +1367,7 @@ SetViewColor(Parent()->ViewColor());

The resizing mode is first set in the BView constructor.

\sa SetFlags()
\sa ResizingMode()

\since BeOS R3
*/
Expand Down Expand Up @@ -1691,6 +1693,8 @@ SetViewColor(Parent()->ViewColor());
\return \c B_OK if everything went fine or an error code, usually
\c B_ERROR if something went wrong.

\sa EventMask()

\since BeOS R5
*/

Expand All @@ -1701,6 +1705,8 @@ SetViewColor(Parent()->ViewColor());

\return The current event mask as a uint32.

\sa SetEventMask()

\since BeOS R5
*/

Expand Down Expand Up @@ -1783,6 +1789,8 @@ SetViewColor(Parent()->ViewColor());

\param where The point to set the origin to.

\sa Origin()

\since BeOS R3
*/

Expand All @@ -1794,6 +1802,8 @@ SetViewColor(Parent()->ViewColor());
\param x The x-coordinate to set the origin to.
\param y The y-coordinate to set the origin to.

\sa Origin()

\since BeOS R3
*/

Expand All @@ -1804,6 +1814,8 @@ SetViewColor(Parent()->ViewColor());

\return The local origin point in the view's coordinate system.

\sa SetOrigin()

\since BeOS R3
*/

Expand Down

0 comments on commit 93c67e5

Please sign in to comment.