We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 279ef89 + 05034fa commit 0199d9cCopy full SHA for 0199d9c
src/hal/components/and2.comp
@@ -1,8 +1,10 @@
1
component and2 "Two-input AND gate";
2
pin in bit in0;
3
pin in bit in1;
4
-pin out bit out """\
5
-\\fBout\\fR is computed from the value of \\fBin0\\fR and \\fBin1\\fR according to the following rule:
+pin out bit out """
+.P
6
+The \\fBout\\fR pin is computed from the value of the \\fBin0\\fR and
7
+\\fBin1\\fR pins according to the following rule:
8
.RS
9
.TP
10
\\fBin0=TRUE in1=TRUE\\fB
0 commit comments