mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 04:52:02 +08:00
53fdfa68b9
All of the tools listed on the original documentation are now given their own individual doc pages. This makes it much easier to cross-reference them from other documentation locations (as many are used in CI/for specific architectures) and it also makes it easier for users to digest the information. Signed-off-by: Matteo Golin <matteo.golin@gmail.com>
10 lines
196 B
ReStructuredText
10 lines
196 B
ReStructuredText
======================
|
|
``convert-comments.c``
|
|
======================
|
|
|
|
Convert C++-style comments to C89 C-style comments. Usage:
|
|
|
|
.. code:: console
|
|
|
|
$ convert-comments <source-file> <out-file>
|