google/blueprint

Documentation doesn't explain comments

mdempsky opened this issue · 1 comments

Blueprint files are described as "pseudo-python data format", and the Python comment character is #. However, apparently Blueprint actually uses C-style // and /* ... */ comments. This should be documented somewhere.

Closing this since we won't be writing documentation after the archival of the project.