X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fopenocd.h;h=80331157c12836a28992520e1beb38b6032eb250;hp=e43f156fcbf5a58219af15a9d78c037ee666d330;hb=250dc580561269737ca9a87ef92cb6aaa4570842;hpb=dd4247dba502c23d727a20b0a27baf45444021e5 diff --git a/src/openocd.h b/src/openocd.h index e43f156fcb..80331157c1 100644 --- a/src/openocd.h +++ b/src/openocd.h @@ -21,7 +21,7 @@ #ifndef OPENOCD_H #define OPENOCD_H -/** +/** * Different applications can define this entry point to override * the default openocd main function. On most systems, this will be * defined in src/openocd.c. @@ -31,7 +31,7 @@ */ int openocd_main(int argc, char *argv[]); -/// provides a hard-coded command environment setup +/** provides a hard-coded command environment setup */ extern const char openocd_startup_tcl[]; #endif