Adds documentation
[src/app-framework-binder.git] / doc / afb-plugin-writing.html
index b80006f..1864cfd 100644 (file)
@@ -967,7 +967,7 @@ enumeration but the wrapper of constant definitions that can be mixed using bitw
 <table>
 <thead>
 <tr>
-<th>Constant name        </th>
+<th>Constant name            </th>
 <th> Meaning</th>
 </tr>
 </thead>
@@ -1070,7 +1070,7 @@ formatting messages if the message must not be output.</p>
 <tr>
 <th>Macro   </th>
 <th style="text-align:center;"> Verbosity </th>
-<th> Meaning                       </th>
+<th> Meaning                           </th>
 <th style="text-align:center;"> syslog level</th>
 </tr>
 </thead>
@@ -1078,13 +1078,13 @@ formatting messages if the message must not be output.</p>
 <tr>
 <td>ERROR   </td>
 <td style="text-align:center;">     0     </td>
-<td> Error conditions              </td>
+<td> Error conditions                  </td>
 <td style="text-align:center;">     3</td>
 </tr>
 <tr>
 <td>WARNING </td>
 <td style="text-align:center;">     1     </td>
-<td> Warning conditions            </td>
+<td> Warning conditions                </td>
 <td style="text-align:center;">     4</td>
 </tr>
 <tr>
@@ -1096,13 +1096,13 @@ formatting messages if the message must not be output.</p>
 <tr>
 <td>INFO    </td>
 <td style="text-align:center;">     2     </td>
-<td> Informational                 </td>
+<td> Informational                     </td>
 <td style="text-align:center;">     6</td>
 </tr>
 <tr>
 <td>DEBUG   </td>
 <td style="text-align:center;">     3     </td>
-<td> Debug-level messages          </td>
+<td> Debug-level messages              </td>
 <td style="text-align:center;">     7</td>
 </tr>
 </tbody>
@@ -1426,13 +1426,13 @@ endif()
 <table>
 <thead>
 <tr>
-<th>Variable      </th>
+<th>Variable          </th>
 <th> Meaning</th>
 </tr>
 </thead>
 <tbody>
 <tr>
-<td>afb_FOUND     </td>
+<td>afb_FOUND         </td>
 <td> Set to 1 if afb-daemon plugin development files exist</td>
 </tr>
 <tr>
@@ -1452,7 +1452,7 @@ endif()
 <td> The &lsquo;-I&rsquo; preprocessor flags (w/o the &lsquo;-I&rsquo;) for compiling afb-daemon plugins</td>
 </tr>
 <tr>
-<td>afb_CFLAGS    </td>
+<td>afb_CFLAGS        </td>
 <td> All required cflags for compiling afb-daemon plugins</td>
 </tr>
 </tbody>