no-incode-comments 0.1.0

A proc macro that removes in-code comments from the code
Documentation
1
2
3
4
5
6
# MyStruct
This is an example struct that demonstrates how to use the external_doc macro.
It contains two fields: an integer and a string.

# AnotherSection
This section would not be used for the struct documentation.