We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0635c0d commit 8cdc04bCopy full SHA for 8cdc04b
doc/src/dev/coding_style.rst
@@ -102,6 +102,7 @@ When to Comment
102
- Comment every member variable to explain its role.
103
104
Example:
105
+
106
.. code-block:: cpp
107
108
/**
@@ -125,6 +126,7 @@ Example:
125
126
- Explain what the function does, its parameters, and its return value.
127
128
129
130
131
132
@@ -136,6 +138,7 @@ Example:
136
138
float estimate_wirelength(ClusterNetId net_id);
137
139
140
141
142
143
144
// Skip ignored nets
0 commit comments