bindings: cxx: fix indentation of wrapped field descriptions
authorKent Gibson <warthog618@gmail.com>
Sun, 1 Dec 2019 03:24:06 +0000 (11:24 +0800)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Tue, 10 Dec 2019 15:42:51 +0000 (16:42 +0100)
Minor formatting fix to make long text descriptions of params wrap under
the text, not under the param name.

Signed-off-by: Kent Gibson <warthog618@gmail.com>
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
bindings/cxx/gpiod.hpp

index e7d91f9b5486187bc3ca40dc54651676fbaa429d..078201bd047cd727a889dcc8f7019a0546159cdb 100644 (file)
@@ -670,7 +670,7 @@ public:
        /**
         * @brief Set values of all lines held by this object.
         * @param values Vector of values to set. Must be the same size as the
-        *        number of lines held by this line_bulk.
+        *               number of lines held by this line_bulk.
         */
        GPIOD_API void set_values(const ::std::vector<int>& values) const;
 
@@ -706,7 +706,7 @@ public:
        /**
         * @brief Poll the set of lines for line events.
         * @param timeout Number of nanoseconds to wait before returning an
-        *        empty line_bulk.
+        *                empty line_bulk.
         * @return Returns a line_bulk object containing lines on which events
         *         occurred.
         */