Skip to content

Commit 0a96737

Browse files
author
MohamedElgammal
committed
Add doxygen documentation of atom_netlist and clb_netlist to vpr API web documentation
1 parent e529249 commit 0a96737

File tree

1 file changed

+27
-4
lines changed

1 file changed

+27
-4
lines changed

doc/src/api/vpr/netlist.rst

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,37 @@
1-
=======
1+
========
2+
Netlists
3+
========
4+
25
Netlist
3-
=======
6+
-------
47

58
.. doxygenfile:: netlist.h
69
:project: vpr
710
:sections: detaileddescription
811

9-
Classes
10-
-------
1112

1213
.. doxygenclass:: Netlist
1314
:project: vpr
1415
:members:
16+
17+
Clustered Netlist
18+
------------------
19+
20+
.. doxygenfile:: clustered_netlist.h
21+
:project: vpr
22+
:sections: detaileddescription
23+
24+
.. doxygenclass:: ClusteredNetlist
25+
:project: vpr
26+
:members:
27+
28+
Atom Netlist
29+
------------
30+
31+
.. doxygenfile:: atom_netlist.h
32+
:project: vpr
33+
:sections: detaileddescription
34+
35+
.. doxygenclass:: AtomNetlist
36+
:project: vpr
37+
:members:

0 commit comments

Comments
 (0)