Skip to content

Commit e10e5c7

Browse files
committed
fix doxygen warnings on partially documented arguments
1 parent c3b717e commit e10e5c7

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

src/Apps/AmplSolver/AmplTNLP.hpp

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -322,18 +322,18 @@ class IPOPTAMPLINTERFACELIB_EXPORT AmplTNLP: public TNLP
322322
* @since 3.14.0
323323
*/
324324
AmplTNLP(
325-
const SmartPtr<const Journalist>& jnlst,
326-
const SmartPtr<RegisteredOptions> regoptions,
327-
const SmartPtr<OptionsList> options,
328-
const char* const* argv,
329-
SmartPtr<AmplSuffixHandler> suffix_handler = NULL,
330-
bool allow_discrete = false,
331-
SmartPtr<AmplOptionsList> ampl_options_list = NULL,
332-
const char* ampl_option_string = NULL,
333-
const char* ampl_invokation_string = NULL,
334-
const char* ampl_banner_string = NULL,
335-
std::string* nl_file_content = NULL,
336-
bool checkinterrupt = false ///< @since 3.14.17
325+
const SmartPtr<const Journalist>& jnlst, ///< Journalist
326+
const SmartPtr<RegisteredOptions> regoptions, ///< Options handler
327+
const SmartPtr<OptionsList> options, ///< Options
328+
const char* const* argv, ///< command line arguments with .nl file
329+
SmartPtr<AmplSuffixHandler> suffix_handler = NULL, ///< optional suffix handler
330+
bool allow_discrete = false, ///< whether to print warning when discrete variables appear
331+
SmartPtr<AmplOptionsList> ampl_options_list = NULL, ///< AMPL options list
332+
const char* ampl_option_string = NULL, ///< AMPL options strings
333+
const char* ampl_invokation_string = NULL, ///< AMPL invokation string
334+
const char* ampl_banner_string = NULL, ///< AMPL banner
335+
std::string* nl_file_content = NULL, ///< alternative .nl input
336+
bool checkinterrupt = false ///< whether to check for interrupt signals @since 3.14.17
337337
);
338338

339339
/** Constructor without RegisteredOptions.

0 commit comments

Comments
 (0)