background image
<< Library Browser- Modifying the Library Browser contents | Library Browser- User-defined methods >>
Library Browser- txt to add the information
<< Library Browser- Modifying the Library Browser contents | Library Browser- User-defined methods >>
330
User's Guide
18 M
ODIFYING
THE
L
IBRARY
B
ROWSER
Modifying the Library Browser contents
Keywords are followed by a colon and one or more spaces.
Edit your copy of 4test.txt to add the information you want, as shown in the
following examples.
Keyword
What follows the keyword
class
Name of the class.
function
Name of the function.
Specify the full syntax. If the function returns a
value, specify:
return_value = function_name (parameters)
Otherwise, specify:
function_name (parameters)
group
Name of the function category.
method
Description of the method.
Specify the full syntax. If the method returns a
value, specify:
return_value = method_name (parameters)
Otherwise, specify:
method_name (parameters)
notes
Description of the method, property, or function, up
to about 60 characters.
parameter
Name and description of a method or function
parameter; each parameter is listed on its own line.
Specify the name, followed by a colon, followed by
the description of the parameter.
property
Name of the property.
returns
Type and description of the return value of the
method or function.
Specify the name, followed by a colon, followed by
the description of the return value.
#
Comment.