doxygen option '\file' added.
This commit is contained in:
@@ -24,9 +24,11 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
/** \file configfile.h */
|
||||
|
||||
/** available file endings / types. */
|
||||
enum FileType {
|
||||
ft_csv // CSV
|
||||
ft_csv /*!< CSV */
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
+4
-2
@@ -25,10 +25,12 @@
|
||||
#include <termios.h>
|
||||
#include <unistd.h>
|
||||
|
||||
/** \file port.h */
|
||||
|
||||
/** available device types. */
|
||||
enum DeviceType {
|
||||
dt_serial, // serial device
|
||||
dt_network // network device
|
||||
dt_serial, /*!< serial device */
|
||||
dt_network /*!< network device */
|
||||
};
|
||||
|
||||
/** max bytes write to bus. */
|
||||
|
||||
Reference in New Issue
Block a user