tinnedkarma commented on code in PR #17215:
URL: https://github.com/apache/nuttx/pull/17215#discussion_r2445573900


##########
Documentation/applications/system/init/index.rst:
##########
@@ -0,0 +1,118 @@
+======================
+``init`` Init
+======================
+
+Init.rc Syntax
+==============
+
+Init.rc consists of five categories of statements, all line-oriented with
+parameters separated by spaces. The content is processed by a preprocessor,
+following C language specifications for escape rules and comment formats.
+File path: /etc/init.d/init.rc.
+
+1. Actions and Commands
+-----------------------
+::

Review Comment:
   No, not at all. It will do nothing.
   The simple ``::`` is part of reStructuredText specs, built in. It just 
creates a block of text.
   The ``..code-block:: [language]`` is a [Sphinx 
directive](https://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html#directive-code-block).
 This directive adds syntax highlighting based on language specified



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to