@brief, not @purpose
authorJeremy Tan <[email protected]>
Sat, 12 Oct 2013 13:50:41 +0000 (21:50 +0800)
committerJeremy Tan <[email protected]>
Sat, 12 Oct 2013 13:50:41 +0000 (21:50 +0800)
server/bbb_pin.c
server/dilatometer.c
server/dilatometer.h
server/image.h
server/pin_test.c
server/pin_test.h

index 7d500dd..2d98b39 100644 (file)
@@ -1,6 +1,7 @@
 /**
  * @file bbb_pin.c
- * @purpose Implementation of BBB pin control functions and structures
+ * @brief Implementation of BBB pin control functions and structures
+ * On non-beaglebone (actually non-arm) platforms, this code is disabled.
  * THIS CODE IS NOT THREADSAFE
  */
 
index 6610cac..c6560f0 100644 (file)
@@ -1,6 +1,6 @@
 /**
  * @file dilatometer.c
- * @purpose Implementation of dilatometer related functions
+ * @brief Implementation of dilatometer related functions
  */
 
 #include "cv.h"
index 6635cdb..b3b7348 100644 (file)
@@ -1,6 +1,6 @@
 /**
  * @file dilatometer.h
- * @purpose Declarations for functions to deal with dilatometer
+ * @brief Declarations for functions to deal with dilatometer
  */
 
 #include "common.h"
index 4d94b05..b62a7bd 100644 (file)
@@ -1,6 +1,6 @@
 /**
  * @file image.h
- * @purpose Helper functions for image processing
+ * @brief Helper functions for image processing
  */
 
 #ifndef _IMAGE_H
index 9893072..77c0ef9 100644 (file)
@@ -1,6 +1,6 @@
 /**
  * @file pin_test.c
- * @purpose Implementations to allow direct control over pins through FastCGI
+ * @brief Implementations to allow direct control over pins through FastCGI
  */
 
 #include "pin_test.h"
index dd07fe1..12ddc9c 100644 (file)
@@ -1,6 +1,6 @@
 /**
  * @file pin_test.h
- * @purpose Declarations to allow direct control over pins through FastCGI
+ * @brief Declarations to allow direct control over pins through FastCGI
  */
 
 #ifndef _PIN_MODULE_H

UCC git Repository :: git.ucc.asn.au