sonic-net / DASH

Disaggregated APIs for SONiC Hosts
Apache License 2.0
80 stars 89 forks source link

Improve readability of sai_api_gen.py for SAI header file generation. #470

Closed r12f closed 9 months ago

r12f commented 9 months ago

This PR will not change any generated SAI header files but only update the sai_api_gen.py file for better readability.

After this change, all header files are lib files are output with the exactly the same format:

SAI folder: image

Lib: image

KrisNey-MSFT commented 9 months ago

Reorganized sections to more easily see the hierarchy and become more obvious. Much easier changes in the future; for this one no functionality will change, all produced files will remain unchanged.