Module documentation: switch to Markdown

This commit is contained in:
Beat Küng
2017-05-02 16:06:58 +02:00
parent 6c9574b336
commit 053eb12329
6 changed files with 48 additions and 16 deletions
+4 -1
View File
@@ -44,7 +44,10 @@ pthread_mutex_t px4_modules_mutex = PTHREAD_MUTEX_INITIALIZER;
void PRINT_MODULE_DESCRIPTION(const char *description)
{
printf("%s\n", description);
// TODO: the output could be improved by:
// - mark titles in bold (lines starting with ##)
// - highlight commands (lines starting with $, or `cmd`)
printf("%s\n\n", description);
}
#endif /* __PX4_NUTTX */