This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Info doc


When reading the doc with Emacs it looks so:

19.1.3 Declaring methods
------------------------

     METHOD-DECL `::=' `(('see METHOD-NAME. See FORMAL-ARGUMENTS.`)'
         (see ANNOTATION. | see OPT-RETURN-TYPE. | see OPTION-PAIR.)* [see DEPR\
ECATED-RETURN-SPECIFIER.] BODY`)'
     METHOD-NAME `::=' see IDENTIFIER.
     DEPRECATED-RETURN-SPECIFIER `::=' see IDENTIFIER.


Looks like @ref should be used more often to get rid of all those "see".
Also why is ::= quoted but | is not?

Helmut



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]