Node:AT/*, Next:AT//, Previous:AT[, Up:AT commands
FWEB supports a variety of commenting styles borrowed from C, C++, and TeX. For more discussion, see Comments.
@/*
: Begin long verbatim commentThe following comment is copied to the tangled output. (By default,
comments are not copied.) If you desire all comments to be so copied,
use -v
. See -v.
Node:AT//, Next:AT%, Previous:AT/*, Up:AT commands
@//
: Begin short verbatim commentSee the discussion of @/*
in AT//.