29

The optional direction argument for the @param command is documented here as one of the following:

@param[in]
@param[out]
@param[in,out]

I do not see in any of the example sites how this information appears in the output. Is there an example of how this information should appear in the output?

ThomasMcLeod
  • 7,603
  • 4
  • 42
  • 80

1 Answers1

24

For the line:

\param[in,out] console_ptr - pointer to input from the console

I get:

Parameters
    [in,out]    console_ptr - pointer to input from the console. 
Thomas Matthews
  • 56,849
  • 17
  • 98
  • 154