Discussion:
[Bug-apl] 25 warnings flagged by Oxygen
Peter Teeson
2017-07-02 01:33:11 UTC
Permalink
Hi Jürgen:
Sorry for the extra work but wouldn’t it be nice to get rid of these?
respect…

Peter

/src/Command.hh:91: warning: Compound Command::val_val is not documented.
/src/TabExpansion.hh:70: warning: Compound TabExpansion is not documented.
/src/Cell.hh:233: warning: Member valp (variable) of class Cell::SomeValue is not documented.
/src/Command.hh:213: warning: Member resolve_lib_wsname(ostream &out, const UCS_string_vector &args, LibRef &lib, UCS_string &wsname) (function) of class Command is not documented.
/src/Quad_FIO.cc:348: warning: Member File_or_String(FILE *f) (function) of class File_or_String is not documented.
/src/Quad_FIO.cc:355: warning: Member File_or_String(const UCS_string *u) (function) of class File_or_String is not documented.
/src/Quad_FIO.cc:363: warning: Member get_count() const (function) of class File_or_String is not documented.
/src/Quad_FIO.cc:369: warning: Member get_next() (function) of class File_or_String is not documented.
/src/Quad_FIO.cc:394: warning: Member unget(Unicode uni) (function) of class File_or_String is not documented.
/src/Quad_FIO.cc:400: warning: Member scanf_long_long(const char *fmt, long long *val) (function) of class File_or_String is not documented.
/src/Quad_FIO.cc:440: warning: Member scanf_double(const char *fmt, double *val) (function) of class File_or_String is not documented.
/src/InputFile.hh:146: warning: Member operator=(const InputFile &) (function) of class InputFile is not documented.
/src/SystemVariable.hh:596: warning: Member set_offset(int offset) (function) of class Quad_TZ is not documented.
/src/static_Objects.hh:34: warning: Member what (variable) of class static_Objects is not documented.
/src/static_Objects.hh:35: warning: Member loc (variable) of class static_Objects is not documented.
/src/static_Objects.hh:37: warning: Member show_constructors (variable) of class static_Objects is not documented.
/src/static_Objects.hh:38: warning: Member show_destructors (variable) of class static_Objects is not documented.
/src/TabExpansion.hh:72: warning: Member TabExpansion(UCS_string &line) (function) of class TabExpansion is not documented.
/src/Token.hh:288: warning: Member _apl_val() const (function) of class Token::sval is not documented.
/src/Security.def:27: warning: Member disable_Quad_FIO (variable) of class UserPreferences is not documented.
/src/Security.def:28: warning: Member disable_native_functions (variable) of class UserPreferences is not documented.
/src/SharedValuePointer.hh:92: warning: Member clear_pointer(const char *loc) (function) of class Value_P_Base is not documented.
/src/SharedValuePointer.hh:92: warning: Member clear_pointer(const char *loc) (function) of class Value_P_Base is not documented.
/src/SharedValuePointer.hh:41: warning: explicit link request to 'included' could not be resolved
/src/Workspace.hh:168: warning: Member get_user_commands() (function) of class Workspace is not documented.
Peter Teeson
2017-07-02 01:36:38 UTC
Permalink
Sorry for the Subject typo.. its meant to be Doxygen
Juergen Sauermann
2017-07-02 16:04:11 UTC
Permalink
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<font face="Helvetica, Arial, sans-serif">Hi Peter,<br>
<br>
thanks, fixed in <b>SVN 975</b>.<br>
<br>
/// Jürgen<br>
<br>
</font><br>
<div class="moz-cite-prefix">On 07/02/2017 03:33 AM, Peter Teeson
wrote:<br>
</div>
<blockquote
cite="mid:C0152031-EE49-4645-8B1F-***@icloud.com"
type="cite">
<pre wrap="">Hi Jürgen:
Sorry for the extra work but wouldn’t it be nice to get rid of these?
respect…

Peter

/src/Command.hh:91: warning: Compound Command::val_val is not documented.
/src/TabExpansion.hh:70: warning: Compound TabExpansion is not documented.
/src/Cell.hh:233: warning: Member valp (variable) of class Cell::SomeValue is not documented.
/src/Command.hh:213: warning: Member resolve_lib_wsname(ostream &amp;out, const UCS_string_vector &amp;args, LibRef &amp;lib, UCS_string &amp;wsname) (function) of class Command is not documented.
/src/Quad_FIO.cc:348: warning: Member File_or_String(FILE *f) (function) of class File_or_String is not documented.
/src/Quad_FIO.cc:355: warning: Member File_or_String(const UCS_string *u) (function) of class File_or_String is not documented.
/src/Quad_FIO.cc:363: warning: Member get_count() const (function) of class File_or_String is not documented.
/src/Quad_FIO.cc:369: warning: Member get_next() (function) of class File_or_String is not documented.
/src/Quad_FIO.cc:394: warning: Member unget(Unicode uni) (function) of class File_or_String is not documented.
/src/Quad_FIO.cc:400: warning: Member scanf_long_long(const char *fmt, long long *val) (function) of class File_or_String is not documented.
/src/Quad_FIO.cc:440: warning: Member scanf_double(const char *fmt, double *val) (function) of class File_or_String is not documented.
/src/InputFile.hh:146: warning: Member operator=(const InputFile &amp;) (function) of class InputFile is not documented.
/src/SystemVariable.hh:596: warning: Member set_offset(int offset) (function) of class Quad_TZ is not documented.
/src/static_Objects.hh:34: warning: Member what (variable) of class static_Objects is not documented.
/src/static_Objects.hh:35: warning: Member loc (variable) of class static_Objects is not documented.
/src/static_Objects.hh:37: warning: Member show_constructors (variable) of class static_Objects is not documented.
/src/static_Objects.hh:38: warning: Member show_destructors (variable) of class static_Objects is not documented.
/src/TabExpansion.hh:72: warning: Member TabExpansion(UCS_string &amp;line) (function) of class TabExpansion is not documented.
/src/Token.hh:288: warning: Member _apl_val() const (function) of class Token::sval is not documented.
/src/Security.def:27: warning: Member disable_Quad_FIO (variable) of class UserPreferences is not documented.
/src/Security.def:28: warning: Member disable_native_functions (variable) of class UserPreferences is not documented.
/src/SharedValuePointer.hh:92: warning: Member clear_pointer(const char *loc) (function) of class Value_P_Base is not documented.
/src/SharedValuePointer.hh:92: warning: Member clear_pointer(const char *loc) (function) of class Value_P_Base is not documented.
/src/SharedValuePointer.hh:41: warning: explicit link request to 'included' could not be resolved
/src/Workspace.hh:168: warning: Member get_user_commands() (function) of class Workspace is not documented.




</pre>
</blockquote>
<br>
</body>
</html>

Continue reading on narkive:
Loading...