Sergei G / LinkedList

Dependents:   JobScheduler

Fork of LinkedList by Sam Grove

Files at this revision

API Documentation at this revision

Comitter:
sgnezdov
Date:
Fri Jul 07 23:36:03 2017 +0000
Parent:
9:b173aed98988
Child:
11:4336cd18cce9
Commit message:
marked code as code

Changed in this revision

LinkedList.h Show annotated file Show diff for this revision Revisions of this file
--- a/LinkedList.h	Fri Jul 07 23:34:33 2017 +0000
+++ b/LinkedList.h	Fri Jul 07 23:36:03 2017 +0000
@@ -69,6 +69,7 @@
  */
  
  /** Example using new insertAsc function:
+ * @code
  
  #include "mbed.h"
 #include "LinkedList.h"
@@ -161,8 +162,7 @@
     exit(0);
 }
 
-
- 
+ * @endcode
  */
 
 /**